Heroku::Command::Base
update the heroku client
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
update
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.