Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.
/ heroku-alias Public archive

Add command aliases to the Heroku CLI

Notifications You must be signed in to change notification settings

daneharrigan/heroku-alias

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

heroku-alias

Add command aliases to the Heroku CLI

Usage

$ heroku plugins:install git://github.com/daneharrigan/heroku-alias.git
$ $EDITOR ~/.heroku/config
$ heroku [command_alias]

The ~/.heroku/config Format

[alias]
  bash = run bash
  bashapp = run bash --app myapp
  new = create
  logs = logs --tail

Testing

Tests are written in MiniTest. Please run rake to execute the tests.

Todo

Add error handling for bad config files. Currently mistakes are just ignored.

About

Add command aliases to the Heroku CLI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages