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-shortcutsgem build heroku-shortcuts.gemspec
gem install heroku-shortcuts-0.0.1.gemCreate ~/.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.