Module: HerokuCLI

Defined in:
lib/heroku_cli.rb,
lib/heroku_cli/pg.rb,
lib/heroku_cli/ps.rb,
lib/heroku_cli/base.rb,
lib/heroku_cli/version.rb,
lib/heroku_cli/application.rb,
lib/heroku_cli/maintenance.rb,
lib/heroku_cli/pg/database.rb

Overview

Wrap the CLI to interact with Heroku

Defined Under Namespace

Classes: Application, Base, Maintenance, PG, ProcessStatus

Constant Summary collapse

VERSION =
"0.2.4"

Class Method Summary collapse

Class Method Details

.application(name) ⇒ Object

attach to an application



10
11
12
# File 'lib/heroku_cli.rb', line 10

def self.application(name)
  Application.new(name)
end