add container options

This commit is contained in:
David Jetelina 2018-05-27 18:25:03 +02:00 committed by GitHub
commit 028902c4c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,6 +27,13 @@ _1st_arguments=(
"config\:push":"push local config vars to heroku" "config\:push":"push local config vars to heroku"
"config\:set":"set one or more config vars" "config\:set":"set one or more config vars"
"config\:unset":"unset one or more config vars" "config\:unset":"unset one or more config vars"
"container\:login":"log in to Heroku Container Registry"
"container\:logout":"log out from Heroku Container Registry"
"container\:pull":"pulls an image from an app's process type"
"container\:push":"builds, then pushes Docker images to deploy your Heroku app"
"container\:release":"Releases previously pushed Docker images to your Heroku app"
"container\:rm":"remove the process type from your app"
"container\:run":"builds, then runs the docker image locally"
"domains":"list custom domains for an app" "domains":"list custom domains for an app"
"domains\:add":"add a custom domain to an app" "domains\:add":"add a custom domain to an app"
"domains\:remove":"remove a custom domain from an app" "domains\:remove":"remove a custom domain from an app"