Ver Fonte

add more aliases

Mohammed Nafees há 3 anos atrás
pai
commit
ca710abc69
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      cli/cmd/deploy.go

+ 1 - 1
cli/cmd/deploy.go

@@ -206,7 +206,7 @@ the image that the application uses if no --values file is specified:
 
 var updateEnvGroupCmd = &cobra.Command{
 	Use:     "env-group",
-	Aliases: []string{"eg", "envgroup"},
+	Aliases: []string{"eg", "envgroup", "env-groups", "envgroups"},
 	Short:   "Updates an environment group's variables, specified by the --name flag.",
 	Run: func(cmd *cobra.Command, args []string) {
 		color.New(color.FgRed).Println("need to specify an operation to continue")