commands

package
v0.0.0-...-4f22f6d Latest Latest
Warning

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

Go to latest
Published: Jan 11, 2024 License: Apache-2.0 Imports: 23 Imported by: 0

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.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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