Last active
August 29, 2015 14:05
-
-
Save joncode/b5232631d8227c3ab7d0 to your computer and use it in GitHub Desktop.
Heroku Platform-api commands
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
heroku = PlatformAPI.connect_oauth('f04asdfbd-18e5-4486-b4df-873asdfa') | |
heroku.app.info('dbappdev') | |
heroku.formation.list('dbappdev') | |
heroku.dyno.list('dbappdev') | |
heroku.dyno.info('dbappdev', dyno_id) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment