commands

package
v0.0.0-...-96bdf66 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 22, 2017 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Commands = []cli.Command{
	deploy,
	destroy,
	info,
}

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL