plugins/heroku-alias/README.md
Full alias list for Heroku CLI.
To use it, add heroku-alias to the plugins array in your zshrc file:
plugins=(... heroku-alias)
| 🚀 last maj | 📡 source |
|---|---|
| 02/06/2020 | heroku cli doc |
| Alias | Command |
|---|---|
| h | heroku |
| hauto | heroku autocomplete $(echo $SHELL) |
| hl | heroku local |
| Alias | Command |
|---|---|
| hc | heroku config |
| hca | heroku config -a |
| hcr | heroku config -r |
| hcs | heroku config:set |
| hcu | heroku config:unset |
Also, you can use the hcfile function to set multiple config variables from a file,
which asks you for a platform and a config file to read the configuration from.
| Alias | Command |
|---|---|
| ha | heroku apps |
| hpop | heroku create |
| hkill | heroku apps:destroy |
| hlog | heroku apps:errors |
| hfav | heroku apps:favorites |
| hfava | heroku apps:favorites:add |
| hfavr | heroku apps:favorites:remove |
| hai | heroku apps:info |
| hair | heroku apps:info -r |
| haia | heroku apps:info -a |
| Alias | Command |
|---|---|
| h2fa | heroku auth:2fa |
| h2far | heroku auth:2fa:disable |
| Alias | Command |
|---|---|
| hac | heroku access |
| hacr | heroku access -r |
| haca | heroku access -a |
| hadd | heroku access:add |
| hdel | heroku access:remove |
| hup | heroku access:update |
| Alias | Command |
|---|---|
| hads | heroku addons -A |
| hada | heroku addons -a |
| hadr | heroku addons -r |
| hadat | heroku addons:attach |
| hadc | heroku addons:create |
| hadel | heroku addons:destroy |
| hadde | heroku addons:detach |
| hadoc | heroku addons:docs |
| Alias | Command |
|---|---|
| hin | heroku login |
| hout | heroku logout |
| hi | heroku login -i |
| hwho | heroku auth:whoami |
| Alias | Command |
|---|---|
| hth | heroku authorizations |
| hthadd | heroku authorizations:create |
| hthif | heroku authorizations:info |
| hthdel | heroku authorizations:revoke |
| hthrot | heroku authorizations:rotate |
| hthup | heroku authorizations:update |
| Alias | Command |
|---|---|
| hp | heroku plugins |
| Alias | Command |
|---|---|
| hg | heroku logs |
| hgt | heroku log tail |
| Alias | Command |
|---|---|
| hpg | heroku pg |
| hpsql | heroku pg:psql |
| hpb | heroku pg:backups |
| hpbc | heroku pg:backups:capture |
| hpbd | heroku pg:backups:download |
| hpbr | heroku pg:backups:restore |
| Alias | Command |
|---|---|
| hssl | heroku certs |
| hssli | heroku certs:info |
| hssla | heroku certs:add |
| hsslu | heroku certs:update |
| hsslr | heroku certs:remove |