add alias deploy for deployment
This commit is contained in:
parent
7f3ce7b320
commit
8d9b537ac1
@ -40,7 +40,7 @@ var (
|
|||||||
func NewCmdCreateDeployment(f *cmdutil.Factory, cmdOut io.Writer) *cobra.Command {
|
func NewCmdCreateDeployment(f *cmdutil.Factory, cmdOut io.Writer) *cobra.Command {
|
||||||
cmd := &cobra.Command{
|
cmd := &cobra.Command{
|
||||||
Use: "deployment NAME --image=image [--dry-run]",
|
Use: "deployment NAME --image=image [--dry-run]",
|
||||||
Aliases: []string{"dep"},
|
Aliases: []string{"deploy"},
|
||||||
Short: "Create a deployment with the specified name.",
|
Short: "Create a deployment with the specified name.",
|
||||||
Long: deploymentLong,
|
Long: deploymentLong,
|
||||||
Example: deploymentExample,
|
Example: deploymentExample,
|
||||||
|
Loading…
Reference in New Issue
Block a user