Questions tagged [heroku-toolbelt]

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

The Heroku Command Line Interface (CLI), formerly known as the Heroku Toolbelt, is a tool for creating and managing Heroku apps from the command line / shell of various operating systems.

520 questions
25
votes
4 answers

Bundle command not found Windows x64

I just installed ruby with the Heroku Toolbelt, probem is that when I do bundle install it gives me this error: sh.exe": /c/Program Files (x86)/ruby-1.9.3/bin/bundle: "c:/Program: bad interpreter: No such file or directory Acording to this question…
miguelglz
  • 417
  • 1
  • 4
  • 16
20
votes
7 answers

How to use php artisan migrate command of Laravel4 in Heroku?

I am suing Heroku dev plan for creating database using PostgreSQL. Database is created in Heroku. After running heroku pg:info command $ heroku pg:info === HEROKU_POSTGRESQL_XXX_URL Plan: Hobby-dev Status: available Connections: 1 PG…
niran
  • 1,920
  • 8
  • 34
  • 60
19
votes
6 answers

Installing Heroku Toolbelt on Windows 10

I've been having some issues installing the Heroku toolbelt on Windows 10, 64-bit. It's the first time I install Heroku. I downloaded it from https://toolbelt.heroku.com/windows. After installing, I tried launching a new Git Bash and typing heroku…
Sammy I.
  • 2,523
  • 4
  • 29
  • 49
19
votes
4 answers

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 similar error to this means I'm likely doing something way wrong: I'm following the basic Heroku setup guide here to get my NodeJS application deployed…
JVG
  • 20,198
  • 47
  • 132
  • 210
18
votes
5 answers

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 get an error at the part "declare process types with procfile" My…
Nextar
  • 1,088
  • 2
  • 12
  • 26
17
votes
2 answers

Deploy a GitHub branch using heroku CLI

I want to do this action: using Heroku CLI. If I have the remote git on my computer I can do git push my-heroku-remote master But because my heroku app is already connected to the git project, I find this approach redundant. Any ideas?
YardenST
  • 5,119
  • 2
  • 33
  • 54
17
votes
6 answers

Bored to write app name in every heroku command though I got only 1 app

Heroku toolbelt is always forcing me to write an app name at the end like this: heroku pg:reset DATABASE --app [app_name] Is there a way to set the default app to which all my CLI heroku commands will apply?
John Denisov
  • 175
  • 1
  • 4
14
votes
5 answers

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 browser. Command line: >heroku create app2 (from the same root application) I wanted to add variable: heroku config:set…
mo.dhouibi
  • 565
  • 1
  • 4
  • 18
14
votes
5 answers

Heroku CLI throws an error whenever I try to do anything: "Please specify a version along with Heroku's API MIME type"

As of this morning, without having change anything in my Heroku CLI setup, I received the following error when I tried to run: heroku logs -t -app ! Please specify a version along with Heroku's API MIME type. For example, Accept:…
oktober
  • 153
  • 2
  • 8
14
votes
2 answers

"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 Rails 4.0.2 I have deployed the demo app (under directory demo_app) locally and have tested it out locally as well. I did push it to…
user3221045
  • 173
  • 1
  • 3
  • 8
13
votes
1 answer

How can I run as root on Heroku?

I tried using sudo to run a command on Heroku. Then I get a message that I cannot use the sudo command on Heroku. My real question is: How can I run a command with root privilege on Heroku, because it is required for some of the commands I'm trying…
13
votes
6 answers

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 Authentication successful, even though it shouldn't because the password has changed. It doesn't even ask for my email or password, like it…
yoavmatchulsky
  • 2,962
  • 1
  • 17
  • 22
13
votes
6 answers

Unable to connect to Heroku API, please check internet connectivity and try again

I'm getting this error, but obviously I'm connected! I entered a ticket with Heroku 15 hours ago but received no response. C:\>heroku config Enter your Heroku credentials. Email: myemail@mydomain Password (typing will be hidden): ! Unable to…
Chloe
  • 25,162
  • 40
  • 190
  • 357
13
votes
4 answers

heroku cli login showing wrong account info

When I successfully log in on the command line using my personal account using: $heroku login Enter your Heroku credentials. Email: ME@gmail.com Password (typing will be hidden): Authentication successful. when I push with: git push staging…
errata
  • 23,596
  • 2
  • 22
  • 32
12
votes
4 answers

How to update an Heroku App created using GitHub "Deploy to Heroku" button?

I've created an app using a GitHub 'Deploy to Heroku' button. Since the git project has changed, how to update my existing instance with new upstream commits?
dcoeurjo
  • 303
  • 3
  • 10
1
2
3
34 35