summaryrefslogtreecommitdiff
path: root/plugins/heroku
diff options
context:
space:
mode:
authorAtem18 <messer.kevin@gmail.com>2013-12-01 23:45:55 +0100
committerAtem18 <messer.kevin@gmail.com>2013-12-01 23:45:55 +0100
commit06bd72f842480d9556a1cc28cc340f1be7e7c79b (patch)
treebaeb90abad8afab94f0535fe8f949b1d8df591be /plugins/heroku
parent84e178fa3d5e6e5bc36cb353c5c051d4f12ec35d (diff)
parent5643fac8870c2df284f1ccceab35fb1fe343fa3f (diff)
downloadzsh-06bd72f842480d9556a1cc28cc340f1be7e7c79b.tar.gz
zsh-06bd72f842480d9556a1cc28cc340f1be7e7c79b.tar.bz2
zsh-06bd72f842480d9556a1cc28cc340f1be7e7c79b.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'plugins/heroku')
-rw-r--r--plugins/heroku/_heroku6
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"