Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Up ¶
type Up struct {
Answers string `desc:"Set answer file"`
Branch string `desc:"Set branch when pointing stack to git repo" default:"master"`
BuildCloneSecret string `desc:"Set git clone secret name"`
BuildWebhookSecret string `desc:"Set GitHub webhook secret name"`
F_File string `desc:"Set rio file"`
Name string `desc:"Set stack name, defaults to current directory name"`
P_Parallel bool `desc:"Run builds in parallel"`
Permission []string `desc:"Permissions to grant to container's service account in current namespace"`
Revision string `desc:"Use a specific commit hash"`
}
func (*Up) Run ¶
func (u *Up) Run(c *clicontext.CLIContext) error
Click to show internal directories.
Click to hide internal directories.