From c3d3c637abb8b8acdd6cd9f2f0d75c59208febeb Mon Sep 17 00:00:00 2001 From: keepcosmos Date: Mon, 28 Nov 2016 18:02:36 +0900 Subject: [PATCH] Add heroku feature commands --- plugins/heroku/_heroku | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/plugins/heroku/_heroku b/plugins/heroku/_heroku index fd72e530e..145de9eea 100644 --- a/plugins/heroku/_heroku +++ b/plugins/heroku/_heroku @@ -31,6 +31,10 @@ _1st_arguments=( "domains\:add":"add a custom domain to an app" "domains\:remove":"remove a custom domain from an app" "domains\:clear":"remove all custom domains from an app" + "features":"list available app features" + "features\:disable":"disables a feature" + "features\:enable":"enables an feature" + "features\:info":"displays additional information about feature" "help":"list available commands or display help for a specific command" "keys":"display keys for the current user" "keys\:add":"add a key for the current user" @@ -145,4 +149,3 @@ _arguments \ '(--remote)--remote[the remote name]' \ '(--help)--help[help about the current command]' \ && return 0 -