This gem is a collection of shortcuts and shorthands for Heroku commands and applications. Once you've set up shortname aliases (see section below), you can invoke commands as:
$ h logs hp
Executing 'heroku logs -t --app heroku-production'...
gem install heroku-shortcuts
gem build heroku-shortcuts.gemspec
gem install heroku-shortcuts-0.0.1.gem
Create ~/.heroku-apps.json
as a hash of short name => full name:
{
"hp": "heroku-production",
"hs": "heroku-staging"
}
This gem was created by the ApartmentList engineering team and is released under the MIT license.