Skip to content

Instantly share code, notes, and snippets.

@hone
Created March 6, 2010 18:18
Show Gist options
  • Select an option

  • Save hone/323841 to your computer and use it in GitHub Desktop.

Select an option

Save hone/323841 to your computer and use it in GitHub Desktop.
require 'heroku'
user = 'heroku_login'
pass = 'heroku_password'
appname_or_domain = 'some_heroku_app'
client = Heroku::Client.new(user, pass)
clinet.info(appname_or_domain)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment