Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = &cobra.Command{ Use: "plan", Short: "Manages APM plans", PreRunE: cmdutil.MinimumNArgsAndUUID(1), Run: func(cmd *cobra.Command, args []string) { cmd.Help() }, }
Command represents the APM plan subcommand.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.