Methods

Class/Module Index [+]

Quicksearch

Heroku::Command::Update

update the heroku client

Public Instance Methods

beta() click to toggle source

update:beta

update to the latest beta client

$ heroku update Updating from v1.2.3… done, updated to v2.3.4.pre

# File lib/heroku/command/update.rb, line 29
def beta
  validate_arguments!
  update_from_url("https://toolbelt.heroku.com/download/beta-zip")
end
index() click to toggle source

update

update the heroku client

Example:

$ heroku update Updating from v1.2.3… done, updated to v2.3.4

# File lib/heroku/command/update.rb, line 17
def index
  validate_arguments!
  update_from_url("https://toolbelt.heroku.com/download/zip")
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.