cmd

package
v0.0.0-...-7f4d65f Latest Latest
Warning

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

Go to latest
Published: Jul 18, 2018 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var CapabilityCmd = &cobra.Command{
	Use:    "capability",
	Short:  "Capability parent command",
	Hidden: true,
	Long:   `Long Capability Parent command`,
	Run: func(cmd *cobra.Command, args []string) {
		cmd.Help()
	},
}

CapabilityCmd is the capability root command, if invoked without a subcommand it will return the cli help output.

View Source
var RootCmd = &cobra.Command{
	Use:   "lumogon",
	Short: "Lumogon",
	Long:  `Lumogon is a tool for inspecting, reporting on, and analyzing your container applications.`,
}

RootCmd represents the base command when called without any subcommands

Functions

func Execute

func Execute()

Execute adds all child commands to the root command sets flags appropriately. This is called by main.main(). It only needs to happen once to the rootCmd.

Types

This section is empty.

Jump to

Keyboard shortcuts

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