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

Setting Heroku config vars that contain the special character $

I am trying to set a Heroku config variable that contains the special character $ but I do not know how to properly escape it. I tried encapsulating it in quotes but got the same result. Example: heroku config:set EMAIL_PASSWORD=xxxxx$xxxxxxxx =>…
diasks2
  • 2,033
  • 2
  • 36
  • 61
11
votes
3 answers

How to run a npm script on a deployed Heroku NodeJS app

Under scripts in package.json I have the following. 'refresh': node refresh db Is there a way to trigger this particular npm script on a NodeJS app deployed on Heroku.
aksanoble
  • 2,480
  • 4
  • 18
  • 19
11
votes
1 answer

heroku vs openshift which is better PaaS?

I have been using Heroku since last 3-4 years and now I have clients wanted to use openshift for their ruby application deploy. I know heroku features and new to openshift. I know few features of openshift like gears, cartridges, marketplace etc.…
Vishnu Atrai
  • 2,370
  • 22
  • 24
10
votes
2 answers

How to see untrimmed logs on Heroku Local

I'm running a NodeJS app on heroku local, however all my console.log statements and error messages get trimmed. For example: forego | starting web.1 on port 5000 web.1 | module.js:339 I don't see the full error logs. How to avoid this trimming…
aksanoble
  • 2,480
  • 4
  • 18
  • 19
10
votes
5 answers

Heroku Toolbelt is currently updating issue

My Heroku Toolbelt is stuck updating. When I run heroku in a console it says Heroku Toolbelt is currently updating. I have tried to uninstall and re-install but still the same issue. I also tried to remove it with revo uninstaller. Any ideas on…
sasdev
  • 506
  • 7
  • 23
10
votes
1 answer

Remove heroku toolbelt on OS X

I've encountered some problems with a heroku plugin (heroku accounts) and would like to uninstall/reinstall the Heroku Toolbelt all together, but cannot find any instructions on how to do this.
Fellow Stranger
  • 32,129
  • 35
  • 168
  • 232
10
votes
2 answers

How can you tell if running a command through the heroku cli succeeded?

When running a command through heroku, such as: heroku run rake db:migrate I would like to know if the command succeeded or not. Unfortunately, even if running the migration fails, I get an exit status of 0. I'm writing some ruby code that wraps…
Oved D
  • 7,132
  • 10
  • 47
  • 69
10
votes
4 answers

heroku pgbackups:restore: Invalid dump format

I have a local psql database dump that needs to be uploaded to heroku. I followed the steps in the Update section from this link. Everything worked fine until the last part, the actual uploading step: heroku pgbackups:restore --app myAppName…
AndraD
  • 2,830
  • 6
  • 38
  • 48
9
votes
2 answers

heroku ECONNREFUSED: connect ECONNREFUSED for all run command

I'm receiving ECONNREFUSED for heroku run any_command_here. Heroku login is successful. Other heroku commands are successful as well (apps,releases, sharing). App is running. I can even access heroku logs. Ubuntu version is 14.04.
Zh Kostev
  • 588
  • 3
  • 17
9
votes
1 answer

How do I setup a Heroku app with app.json?

I am learning about Heroku's app.json and app-setups features. I added an app.json to my repo's root directory and configured it to setup add-ons, env vars, etc. Now I am trying to figure out the steps for someone who has cloned my repo locally from…
RexE
  • 17,085
  • 16
  • 58
  • 81
9
votes
1 answer

"git push": slug compilation hangs

This issue started today for no apparent reason. When I do git push dev master for my Django project, I sometimes get a hang after the program says "installing dependencies with pip": Counting objects: 11, done. Delta compression using up to 2…
RexE
  • 17,085
  • 16
  • 58
  • 81
9
votes
3 answers

Heroku deploy deletes server files automatically?

I'm new to HEROKU APPS. In my heroku app i have a problem. that is I'm using a php script to save data on server. Example : This PHP script run successfully…
Jooxa
  • 627
  • 3
  • 12
  • 27
9
votes
5 answers

Heroku Toolbelt on Fedora 17

I am trying to do the heroku setup portion of the tutorial http://ruby.railstutorial.org/. But on https://toolbelt.heroku.com/, I noticed there isn't an .rpm for Fedora, so I tried to install Foreman and the Heroku CLI individually. Foreman and…
user1784747
  • 142
  • 1
  • 5
8
votes
1 answer

Can I export PATH twice in .bashrc?

I'm running Ubuntu 12.04 and trying to be ale to use both the Heroku CLI as well as the newly-downloaded AWS Elastic Beanstalk CLI tools. I have this code in my .bashrc already: ### Added by the Heroku Toolbelt export…
ionox0
  • 1,101
  • 2
  • 14
  • 21
8
votes
6 answers

The heroku command exists in these Ruby versions?

After I updated my Ruby version with rbenv I wasn't able to use the Heroku command-line tool. I got this error: > heroku rbenv: heroku: command not found The `heroku' command exists in these Ruby versions: 2.0.0-p195 Reinstalling the tool belt…
Sergiy Seletskyy
  • 16,236
  • 7
  • 69
  • 80
1 2
3
34 35