cmdstack

package
v1.0.0-rc1 Latest Latest
Warning

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

Go to latest
Published: Oct 23, 2019 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Command = &cobra.Command{
	Use:     "stack",
	Short:   "Manages Elastic StackPacks",
	PreRunE: cobra.MaximumNArgs(0),
	Run: func(cmd *cobra.Command, args []string) {
		cmd.Help()
	},
}

Command is the top level stack command.

View Source
var CommandPlural = &cobra.Command{
	Use:     "stacks",
	Short:   "Lists Elastic StackPacks",
	PreRunE: cobra.MaximumNArgs(0),
	RunE:    listStackPacks,
}

CommandPlural is the list action for stack.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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