Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CreateCmd ¶
type CreateCmd struct { TemplateURI string `arg:"-t,--template,required" help:"URI of the template"` DestinationPath string `arg:"-d,--destination,required" help:"Destination path"` Variables map[string]string `arg:"-v,separate" help:"Variables to use in the template. Can be specified multiple times"` }
Click to show internal directories.
Click to hide internal directories.