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
8
votes
1 answer

Piping local stdin to 'heroku run' - mustn't write to stdout? 4k stdout buffer?

I'm using thor to write command-line tasks (in a rails 3 app) and trying to pipe input to them over heroku, e.g. cat somefile.csv | heroku run thor sometask works great on my local machine cat somefile.csv | thor sometask but can fail on heroku.…
Tim Diggins
  • 4,364
  • 3
  • 30
  • 49
8
votes
1 answer

Heroku create command fails - no such file or directory

I am trying to deploy my first rails application to heroku, and unfortunately I am getting an error when running the heroku create command: @ C:\railsprojects\sample_app> heroku create The system cannot find the path specified. Creating…
Paul
  • 617
  • 6
  • 14
8
votes
1 answer

Error starting foreman (Dotenv::FormatError)

I'm trying to get a node.js app to start using foreman. I run the forman start command in the projects root directory and I keep getting the following error: /Users/Hebime/.rvm/gems/ruby-1.9.3-p448/gems/dotenv-0.8.0/lib/dotenv/environment.rb:34:in…
hebime
  • 577
  • 1
  • 5
  • 15
8
votes
3 answers

Heroku specify which app to run command on?

In my git repo I have added two different heroku remotes to separate apps (named testheroku and officialheroku). I am able to push to them separately by specifying their remote name (i.e. git push officialheroku master) but when try to use heroku…
bab
  • 2,119
  • 3
  • 28
  • 49
8
votes
1 answer

Bad File Descriptor - Heroku Foreman

I'm trying to run hello.py from this Python Heroku tutorial. My problems began after running this command: foreman start. I got the following error even though I installed the Heroku Toolbelt: foreman is not recognized as an internal or external…
Anthony
  • 3,990
  • 23
  • 68
  • 94
8
votes
2 answers

Git Heroku Permission Denied Public Key (after adding public key)

I'm on Windows 7 64-bit. I'm using the latest Heroku Toolbelt and the GitHub Windows App (downloaded two days ago). Two days ago everything was perfect. I installed PHP and Apache, and suddenly Heroku just gives me Permission denied…
Chris
  • 2,619
  • 6
  • 27
  • 34
7
votes
1 answer

Heroku get logs of particular date

I am using Heroku and now i need to see old logs by date.I googled but i didn't got any solution .any one know how to get logs of particular date ? heroku logs --app myproject -n 200000 also tail command i tried heroku logs --source app…
scott
  • 3,112
  • 19
  • 52
  • 90
7
votes
3 answers

Heroku: UNABLE_TO_GET_ISSUER_CERT_LOCALLY: unable to get local issuer certificate

I am facing issue in creating an new heroku app on cli C:\sami\foodOrder\foodOrder>heroku create Creating app... ! ! UNABLE_TO_GET_ISSUER_CERT_LOCALLY: unable to get local issuer certificate This is even happening on a clone of existing app
Samdeesh
  • 905
  • 11
  • 23
7
votes
2 answers

how to manually change record in heroku database

I have a rails app hosted in heroku. I have a Questions table with a content column. The content column contains the word of a question. So for example if you queried. Question.first.content, you would get "Hello, how are you?". I have 8 questions…
user3266824
  • 1,233
  • 2
  • 14
  • 27
7
votes
4 answers

Error while installing heroku toolbelt on Windows 8: Unable to execute file C:\Program Files(x86)\Heroku\ruby-1.9.3\bin\gem.bat

I wanted to install heroku toolbelt. I choose full instalation. While install I got this error. After install finishes heroku login does not work.
andilabs
  • 22,159
  • 14
  • 114
  • 151
7
votes
1 answer

Heroku config:push not updating environment variables

I've deployed an app to Heroku, and I'm currently storing my environment variables in an .env file. I used heroku config:push to push the variables up to heroku, and that worked fine. Now, I want to update one of them. I changed it in my .env file,…
Andrew
  • 2,425
  • 2
  • 24
  • 35
6
votes
1 answer

How to avoid the --app option with heroku CLI?

I'm tired of entering the name of my app each time I run a heroku command in the terminal: heroku run rake db:migrate --app myapp heroku run rake db:seed --app myapp heroku run rake sth:else --app myapp The --app is very redundant and annoying, I…
bdavidxyz
  • 2,492
  • 1
  • 20
  • 40
6
votes
1 answer

Cannot run Django heroku app locally on Windows

So, I want to test my app locally, but something goes wrong. After installing virtualenv, activating it, installing requirements.txt and running collectstatic I try to run app with heroku local web -f Procfile.windows I get [OKAY] Loaded ENV .env…
6
votes
1 answer

heroku version giving the error, "ERROR: EOF" while executing the command "heroku version" in ubuntu 14.04?

i installed heroku toolbelt in my ubuntu 14.04 operating system, using the following command. wget -O- https://toolbelt.heroku.com/install-ubuntu.sh | sh and seams it got installed in my system. after that when i type heroku version i am getting…
John
  • 1,273
  • 3
  • 27
  • 61
6
votes
6 answers

Updating To Heroku Toolbelt v4 gets Access Denied Error

Annoying out of nowhere my Heroku toolbelt always attempts to update anytime I make a Heroku command. This wouldn't be so bad if it actually did update but no matter what permissions I give to the desination folder or CMD I get an Access is Denied…
SARose
  • 3,558
  • 5
  • 39
  • 49