Top "Heroku-toolbelt" questions

Heroku command-line tooling for working with the Heroku platform, on MacOS, Windows and Debian/Ubuntu.

"heroku run rake db:migrate" issue

Folks, I am following Ruby on Rails Tutorial and working on the DemoApp in Chapter 2. My env is : Win 7 Ruby 1.9.3 …

ruby-on-rails heroku heroku-toolbelt
How to stop deployment to Heroku in progress

Is it possible to stop a deploy to Heroku (git push heroku) that is currently being built? Something like heroku …

heroku heroku-toolbelt
how to delete heroku app and switch to the new app created from the same files?

I am using Heroku toolbelt: Command line: >heroku create app1 (root application) Delete app1 from Heroku Dashboard in the …

heroku command-line-interface heroku-toolbelt
Heroku procfile "No such process type web defined in Procfile" error

This is the first time I've used Heroku, and the fact that I can't find anyone in Google with a …

heroku foreman heroku-toolbelt
Can someone explain "heroku ps:scale web=1"

I'm looking for a straightforward explanation of what all happens when I enter the following command: heroku ps:scale web=1 …

heroku heroku-toolbelt
Foreman installed by heroku toolbelt on windows can't be found

I simply followed the getting started with nodejs tutorial from Heroku. https://devcenter.heroku.com/articles/getting-started-with-nodejs#declare-process-types-with-procfile But I …

windows heroku foreman heroku-toolbelt
Heroku Toolbelt switch between multiple account

I would like to know what's the best way to switch between heroku account using the heroku toolbelt. I'm used …

heroku heroku-toolbelt
Is there a way to set a default app for Heroku Toolbelt?

I have more than one app/git remote at heroku and I would like to know if it is possible …

heroku heroku-toolbelt
How to set Heroku config var with contents of a file

To set config vars for a Heroku app, you do this: $ heroku config:set GITHUB_USERNAME=joesmith How would I …

heroku heroku-toolbelt
Authentication failure in Heroku CLI after password change

After a password change on heroku's website, I can't access the heroku api. When I do heroku login, I get …

heroku heroku-toolbelt