Add command aliases to the Heroku CLI
$ heroku plugins:install git://github.com/daneharrigan/heroku-alias.git
$ $EDITOR ~/.heroku/config
$ heroku [command_alias]
[alias]
bash = run bash
bashapp = run bash --app myapp
new = create
logs = logs --tail
Tests are written in MiniTest. Please run rake
to execute the tests.
Add error handling for bad config files. Currently mistakes are just ignored.