Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Commands = []cli.Command{
deployCmd,
destroyCmd,
infoCmd,
maintainCmd,
}
Commands is a list of all supported CLI commands
View Source
var GlobalFlags = []cli.Flag{ cli.BoolFlag{ Name: "non-interactive, n", EnvVar: "NON_INTERACTIVE", Usage: "Non interactive", Destination: &nonInteractive, }, }
GlobalFlags are the global CLIflags
Functions ¶
func NonInteractiveModeEnabled ¶
func NonInteractiveModeEnabled() bool
NonInteractiveModeEnabled returns true if --non-interactive true has been passed in
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.