Documentation ¶ Index ¶ Variables func NewTemplateCmd() *cobra.Command type TemplateCmdFlags Constants ¶ This section is empty. Variables ¶ View Source var ( ErrParsingFlag = errors.New("error while parsing flag") ErrTargetIsNotEmpty = errors.New("output directory is not empty, set --no-overwrite=false to overwrite it") ) Functions ¶ func NewTemplateCmd ¶ func NewTemplateCmd() *cobra.Command Types ¶ type TemplateCmdFlags ¶ type TemplateCmdFlags struct { DryRun bool NoOverwrite bool SkipValidation bool GitProtocol git.Protocol Outdir string FuryctlPath string DistroLocation string DistroPatchesLocation string } Source Files ¶ View all Source files template.go Click to show internal directories. Click to hide internal directories.