Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = &cobra.Command{ Use: "deployment", Short: "Manages deployments", PreRunE: cobra.MaximumNArgs(0), Run: func(cmd *cobra.Command, args []string) { cmd.Help() }, }
Command is the deployment subcommand
Functions ¶
This section is empty.
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.