Browse Source

add more aliases for apps delete

Mohammed Nafees 4 years ago
parent
commit
d846bed53b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cli/cmd/delete.go

+ 1 - 1
cli/cmd/delete.go

@@ -42,7 +42,7 @@ deleting a configuration:
 // deleteAppsCmd represents the "porter delete apps" subcommand
 // deleteAppsCmd represents the "porter delete apps" subcommand
 var deleteAppsCmd = &cobra.Command{
 var deleteAppsCmd = &cobra.Command{
 	Use:     "apps",
 	Use:     "apps",
-	Aliases: []string{"app"},
+	Aliases: []string{"app", "applications", "application"},
 	Short:   "Deletes an existing app",
 	Short:   "Deletes an existing app",
 	Args:    cobra.ExactArgs(1),
 	Args:    cobra.ExactArgs(1),
 	Run: func(cmd *cobra.Command, args []string) {
 	Run: func(cmd *cobra.Command, args []string) {