Skip to content
This repository has been archived by the owner on May 14, 2020. It is now read-only.
/ h Public archive

Shortcut commands for the Heroku CLI

Notifications You must be signed in to change notification settings

apartmentlist/h

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

heroku-shortcuts

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'...

Installation

From Rubygems
gem install heroku-shortcuts
Building Locally
gem build heroku-shortcuts.gemspec
gem install heroku-shortcuts-0.0.1.gem
Configure Application Shortnames

Create ~/.heroku-apps.json as a hash of short name => full name:

{
  "hp": "heroku-production",
  "hs": "heroku-staging"
}

License

This gem was created by the ApartmentList engineering team and is released under the MIT license.

About

Shortcut commands for the Heroku CLI

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages