Documentation ¶
Overview ¶
Package render implements the template rendering related subcommands.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct { cli.BaseCommand // contains filtered or unexported fields }
Command implements cli.Command for template upgrades.
type Flags ¶
type Flags struct { Manifest string // See common/flags.DebugScratchContents(). DebugScratchContents bool // See common/flags.DebugStepDiffs(). DebugStepDiffs bool // See common/flags.GitProtocol(). GitProtocol string // See common/flags.Inputs(). Inputs map[string]string // See common/flags.InputFiles(). InputFiles []string // See common/flags.KeepTempDirs(). KeepTempDirs bool // See common/flags.Prompt(). Prompt bool // See common/flags.SkipInputValidation(). SkipInputValidation bool }
Click to show internal directories.
Click to hide internal directories.