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
6
votes
2 answers

Foreman, from the Heroku Toolbelt, exits with Error: write EINVAL every time

Following Heroku's Getting Started tutorial has been much more frustrating than I expected it to be. What I have right now is probably a config problem, and it can probably be solved in less than 10 clicks, but I don't know what those clicks are and…
Lincoln Bergeson
  • 3,301
  • 5
  • 36
  • 53
6
votes
3 answers

Heroku client internal error for pg command

When trying to run any of the heroku pg commands I'm getting this traceback: $ heroku pg ! Heroku client internal error. ! Search for help at: https://help.heroku.com ! Or report a bug at:…
erikcw
  • 10,787
  • 15
  • 58
  • 75
6
votes
5 answers

How to remove previous account in heroku

i have to switch heroku account from one to another .i tried using heroku login.but when i try to deploy my app using command git push heroku master but i am getting error Agent admitted failure to sign using the key. ! Your account…
mathlearner
  • 7,509
  • 31
  • 126
  • 189
6
votes
3 answers

heroku db:migrate aborted

I am new to Ruby on Rails and heroku. I followed the steps in a video tutorial. I don't think I did anything different. However, I am not able to run rake db:migrate on heroku while everything works on my localhost:3000 Also can you elaborate on the…
Mukul Gupta
  • 2,310
  • 3
  • 24
  • 39
6
votes
4 answers

Installing Heroku Toolbelt has broken Taps

I've been hapilly using the Heroku and Taps gems for a while now, regularly doing a heroku db:push to push my database up to production. This morning I noticed a message that the Heroku gem was deprecated, having been superseded by the Heroku…
Undistraction
  • 42,754
  • 56
  • 195
  • 331
5
votes
1 answer

Cloud9 IDE Heroku Login

I need help logging into Heroku from Cloud9 IDE. In a cloud9 IDE terminal, I enter heroku login and I don't get the chance to enter any credentials. Instead I get the following heroku: Press any kety to open up the browser to login or q to exit:…
Nathan Pena
  • 305
  • 2
  • 10
5
votes
2 answers

How to show console.log() on Heroku?

I've tried to debug my app by using console.log() inside Node.js. However, I can never see them in heroku log no matter how many lines they show. $ heroku logs -n 200 This didn't work for me. Whenever I post something on Heroku server, the log only…
Kei
  • 611
  • 2
  • 11
  • 24
5
votes
2 answers

Heroku: How to release an existing image in gitlab CI/CD?

I would like to deploy my application as a container from Gitlab CI/CD pipeline. A few days ago I could deploy my docker image as written in the heroku devCenter. docker login --username=_ --password=$(heroku auth:token) registry.heroku.com and…
Julian Stier
  • 128
  • 1
  • 8
5
votes
3 answers

Changing Date and Time of Heroku(ruby on rails) Server

I am having ruby on rails application which is hosted on Heroku. For testing purpose I have to change Date and Time of the server. Or set it manually to particular date..? Is there any way I can do that..? Using console or anything.?
dArK kNiGhT
  • 151
  • 2
  • 12
5
votes
0 answers

Heroku Error: EISDIR: illegal operation on a directory, read

When trying to do rake or console command on Heroku, I keep getting this error: Error: EISDIR: illegal operation on a directory, read at Error (native) at Object.fs.readSync (fs.js:725:19) at tryReadSync (fs.js:480:20) at…
Bashar Abdullah
  • 1,545
  • 1
  • 16
  • 27
5
votes
1 answer

Heroku local is not using my latest code. Why?

I'm trying to get a very simple database-backed golang heroku app working as a hello world. The deployed Heroku version of my app is working perfectly, and if I manually test it locally, it works perfectly, but heroku local is stubbornly using an…
WolfTivy
  • 583
  • 3
  • 10
5
votes
2 answers

Multiple apps in git remotes when trying to access rails console

I have two git branches, staging and production, and I deployed them on Heroku in the same Heroku acccount. Suppose my app names are app1.heroku-app.com and app2.heroku-app.com and the remote names are heroku-staging and…
user1670773
5
votes
2 answers

Heroku app crashes after MongoDB updated to 3.0

MongoDB just forced an update on my Heroku server today from 2.6 to 3.0 Now my app crashes shortly after startup with the error: 2015-10-01T10:22:27.405579+00:00 heroku[web.1]: State changed from crashed to starting 2015-10-01T10:22:42.457971+00:00…
MLyck
  • 4,959
  • 13
  • 43
  • 74
5
votes
2 answers

Change name of heroku application

I just uploaded my application to heroku, when loading the web app in the web browser, the name of the application in the web browser tab is what i called it on my desktop "rails project", for production how could i change this so that it is a…
prolog12345
  • 137
  • 1
  • 10
5
votes
3 answers

Installed heroku-toolbelt with homebrew, and foreman isn't included

I'm using the homebrew package manager on Mac OSX, and I've installed the heroku-toolbelt package, which is supposed to include git, heroku CLI, and foreman. It only seems to include the first two: $ brew info heroku-toolbelt heroku-toolbelt: stable…
Tony Zito
  • 534
  • 6
  • 11