Merge pull request #239 from tricknotes/update-heroku

Update completion for heroku
This commit is contained in:
nicoulaj 2014-07-16 21:57:46 +02:00
commit c74b5816ad
1 changed files with 4 additions and 3 deletions

View File

@ -31,9 +31,10 @@ _1st_arguments=(
"apps\:destroy":"permanently destroy an app" "apps\:destroy":"permanently destroy an app"
"auth\:login":"log in with your heroku credentials" "auth\:login":"log in with your heroku credentials"
"auth\:logout":"clear local authentication credentials" "auth\:logout":"clear local authentication credentials"
"config":"display the config vars for an app" "config":"display a config vars for an app"
"config\:add":"add one or more config vars" "config\:get":"display a config value for an app"
"config\:remove":"remove a config var" "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\:push":"push local data up to your app"
"db\:pull":"pull heroku data down into your local database" "db\:pull":"pull heroku data down into your local database"
"domains":"list custom domains for an app" "domains":"list custom domains for an app"