Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "template", Short: "render a template", Long: Usage(), RunE: func(cmd *cobra.Command, args []string) error { if strings.TrimSpace(string(cFlags.OutputFile)) == "" && dryRun == false { return errors.New("required flag(s) \"output\" not set") } return render.RenderGenericTemplate(cFlags, bool(dryRun)) }, }
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.