diff options
author | Thibaud Guillaume-Gentil <thibaud@thibaud.me> | 2013-11-22 09:48:51 +0100 |
---|---|---|
committer | Thibaud Guillaume-Gentil <thibaud@thibaud.me> | 2013-11-22 09:48:51 +0100 |
commit | b5b3519ac7c163b62bfc01a42a87a7a745d9df6d (patch) | |
tree | f5d02485cc0bf4b5b0252c2f02e728b137fbb8ff | |
parent | 9f5a895192b7d6b75ba717ef4e2c9b6ed7977c68 (diff) | |
download | zsh-b5b3519ac7c163b62bfc01a42a87a7a745d9df6d.tar.gz zsh-b5b3519ac7c163b62bfc01a42a87a7a745d9df6d.tar.bz2 zsh-b5b3519ac7c163b62bfc01a42a87a7a745d9df6d.zip |
Update _heroku config arguments (Heroku Client v3)
-rw-r--r-- | plugins/heroku/_heroku | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/heroku/_heroku b/plugins/heroku/_heroku index a95c38647..46663303a 100644 --- a/plugins/heroku/_heroku +++ b/plugins/heroku/_heroku @@ -23,8 +23,10 @@ _1st_arguments=( "auth\:login":"log in with your heroku credentials" "auth\:logout":"clear local authentication credentials" "config":"display the config vars for an app" - "config\:add":"add one or more config vars" - "config\:remove":"remove a config var" + "config\:pull":"pull heroku config vars down to the local environment" + "config\:push":"push local config vars to heroku" + "config\:set":"set one or more config vars" + "config\:unset":"unset one or more config vars" "db\:push":"push local data up to your app" "db\:pull":"pull heroku data down into your local database" "domains":"list custom domains for an app" |