Change some heroku aliases
This commit is contained in:
parent
cc7b01614b
commit
114cd0c52c
|
@ -52,6 +52,8 @@ alias hca='heroku config:add'
|
||||||
alias hcu='heroku config:unset'
|
alias hcu='heroku config:unset'
|
||||||
alias hcr='heroku config:unset'
|
alias hcr='heroku config:unset'
|
||||||
alias hl='heroku logs -t -n 5000'
|
alias hl='heroku logs -t -n 5000'
|
||||||
|
alias hmo='heroku maintenance:on'
|
||||||
|
alias hmoo='heroku maintenance:off'
|
||||||
alias hr='heroku releases'
|
alias hr='heroku releases'
|
||||||
alias hrs='heroku restart'
|
alias hrs='heroku restart'
|
||||||
alias irb='irb --readline -r irb/completion'
|
alias irb='irb --readline -r irb/completion'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user