mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-06-05 05:03:16 +02:00
add container options
This commit is contained in:
parent
8bbef9180e
commit
028902c4c7
1 changed files with 7 additions and 0 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue