Back to Ohmyzsh

heroku-alias

plugins/heroku-alias/README.md

latest3.8 KB
Original Source

heroku-alias

Full alias list for Heroku CLI.

To use it, add heroku-alias to the plugins array in your zshrc file:

zsh
plugins=(... heroku-alias)

Requirements

🚀 last maj📡 source
02/06/2020heroku cli doc

Aliases

general

AliasCommand
hheroku
hautoheroku autocomplete $(echo $SHELL)
hlheroku local

config

AliasCommand
hcheroku config
hcaheroku config -a
hcrheroku config -r
hcsheroku config:set
hcuheroku 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.

apps and favorites

AliasCommand
haheroku apps
hpopheroku create
hkillheroku apps:destroy
hlogheroku apps:errors
hfavheroku apps:favorites
hfavaheroku apps:favorites:add
hfavrheroku apps:favorites:remove
haiheroku apps:info
hairheroku apps:info -r
haiaheroku apps:info -a

auth

AliasCommand
h2faheroku auth:2fa
h2farheroku auth:2fa:disable

access

AliasCommand
hacheroku access
hacrheroku access -r
hacaheroku access -a
haddheroku access:add
hdelheroku access:remove
hupheroku access:update

addons

AliasCommand
hadsheroku addons -A
hadaheroku addons -a
hadrheroku addons -r
hadatheroku addons:attach
hadcheroku addons:create
hadelheroku addons:destroy
haddeheroku addons:detach
hadocheroku addons:docs

login

AliasCommand
hinheroku login
houtheroku logout
hiheroku login -i
hwhoheroku auth:whoami

authorizations

AliasCommand
hthheroku authorizations
hthaddheroku authorizations:create
hthifheroku authorizations:info
hthdelheroku authorizations:revoke
hthrotheroku authorizations:rotate
hthupheroku authorizations:update

plugins

AliasCommand
hpheroku plugins

log

AliasCommand
hgheroku logs
hgtheroku log tail

database

AliasCommand
hpgheroku pg
hpsqlheroku pg:psql
hpbheroku pg:backups
hpbcheroku pg:backups:capture
hpbdheroku pg:backups:download
hpbrheroku pg:backups:restore

certs

AliasCommand
hsslheroku certs
hssliheroku certs:info
hsslaheroku certs:add
hssluheroku certs:update
hsslrheroku certs:remove