Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CreateCmd ¶
type CreateCmd struct {
TemplateURI string `arg:"-b,--blueprint,required" help:"URI of the template blueprint to use"`
DestinationPath string `arg:"-o,--output,required" help:"Destination path where to expand the blueprint"`
Variables map[string]string `arg:"-v,separate" help:"Variables to use in the template. Can be specified multiple times"`
NonInteractive bool `arg:"-n,--non-interactive" help:"Run in non-interactive mode"`
}
type UpdateCmd ¶
type UpdateCmd struct {
FolderPath string `arg:"-p,--path,required" help:"Local path where the .ska-config.yml file is located"`
Variables map[string]string `arg:"-v,separate" help:"Variables to use in the template. Can be specified multiple times"`
NonInteractive bool `arg:"-n,--non-interactive" help:"Run in non-interactive mode"`
}
Click to show internal directories.
Click to hide internal directories.