mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
Add 'certs' help to heroku plugin
Signed-off-by: Mike McClurg <mike.mcclurg@gmail.com>
This commit is contained in:
parent
f8f01262ab
commit
b1374eb6fe
1 changed files with 7 additions and 0 deletions
|
|
@ -22,6 +22,13 @@ _1st_arguments=(
|
|||
"apps\:destroy":"permanently destroy an app"
|
||||
"auth\:login":"log in with your heroku 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\:pull":"pull heroku config vars down to the local environment"
|
||||
"config\:push":"push local config vars to heroku"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue