The Heroku API gets a major update today; you can now view and manage all of your application’s settings straight from the command line. New in this version:
- Manage sharing (add/remove/list collaborators)
- Manage multiple ssh keys for your user (add/remove/list keys)
- Update settings (public true/false, mode production/development)
- Rename an app
- Run rake tasks remotely
A taste of the new command-line goodness:
adam@kvasir:~$ heroku create gagetron Created http://gagetron.heroku.com/ | git@heroku.com:gagetron.git
adam@kvasir:~$ heroku info gagetron === gagetron Web URL: http://gagetron.heroku.com/ Git Repo: git@heroku.com:gagetron.git Mode: development Public: false Collaborators:...