mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
Merge b1374eb6fe into 5667161d49
This commit is contained in:
commit
a1798646a2
1 changed files with 7 additions and 0 deletions
|
|
@ -22,6 +22,13 @@ _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"
|
||||||
|
"certs\:add":"Add an ssl endpoint to an app"
|
||||||
|
"certs\:chain":"Print the ordered and complete chain for the given certificate"
|
||||||
|
"certs\:info":"Show certificate information for an ssl endpoint"
|
||||||
|
"certs\:key":"Print the correct key for the given certificate"
|
||||||
|
"certs\:remove":"Remove an SSL Endpoint from an app"
|
||||||
|
"certs\:rollback":"Rollback an SSL Endpoint for an app"
|
||||||
|
"certs\:update":"Update an SSL Endpoint on an app"
|
||||||
"config":"display the config vars for an app"
|
"config":"display the config vars for an app"
|
||||||
"config\:pull":"pull heroku config vars down to the local environment"
|
"config\:pull":"pull heroku config vars down to the local environment"
|
||||||
"config\:push":"push local config vars to heroku"
|
"config\:push":"push local config vars to heroku"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue