module HerokuCLI
Wrap the CLI to interact with Heroku
Constants
- VERSION
Public Class Methods
application(name)
click to toggle source
attach to an application
# File lib/heroku_cli.rb, line 10 def self.application(name) Application.new(name) end