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

heroku subdomains on different apps?

If you have a domain name pointed at heroku can you use it with subdomains across heroku apps? If so where can I find info about how to set this up? main website - heroku app www.mydomainname.com game site - different heroku app …
Tabbyofjudah
  • 1,973
  • 3
  • 17
  • 29
5
votes
2 answers

heroku client stopped working

It was working just fine this morning but suddenly it giving me such error. I tried to uninstall and install it but no luck. Would appreciate if anyone can help me in it. c:/Program Files…
user3421622
  • 89
  • 1
  • 10
5
votes
5 answers

heroku 3.1.0 - C:/Program Files (x86)/Heroku/lib/heroku/updater.rb:164:in `spawn': No such file or directory - open (Errno::ENOENT)

I just installed the latest Heroku Toolbelt (3.1.0) on my Windows 7/64 PC. I opened a new Command Line and typed 'heroku login'. I get the following error: C:\Users\Frédéric>heroku login C:/Program Files (x86)/Heroku/lib/heroku/updater.rb:164:in…
fred
  • 51
  • 3
5
votes
2 answers

Failed to build and deploy node.js project with Travis-ci - No Rakefile found

I am trying to build a node.js project in travis-ci. this is my .travis.yml file: language: node_js node_js: - 0.8 after_script: # Install the Heroku package (or the Heroku toolbelt) - npm install heroku # Add your Heroku git repo: - git…
Michael
  • 22,196
  • 33
  • 132
  • 187
4
votes
0 answers

Heroku: Enabling MTLS on postgres... failed! Not Found

I am trying to enable mutual MTLS on my PostgreSQL database, however whenever I run the command heroku data:mtls:create DATABASE_NAME --app APP_NAME (With my own DATABASE_NAME and APP_NAME obviously) I get the error Enabling MTLS on…
4
votes
1 answer

Set up Heroku log drain on worker process?

I set up a log drain for my Heroku app that drains the logs via HTTPS. I added it to my app with this toolbelt command: heroku drains:add http://example.com --app MY_APP Trouble is I have a chron job that runs on a separate dyno, my worker process,…
MayNotBe
  • 2,110
  • 3
  • 32
  • 47
4
votes
2 answers

Heroku migrate app from cedar-10 to cedar-14

I am just having an issue to push my changes after I followed steps to upgrade my heroku instance from cedar-10 to cedar-14. Although it works if I create new app and apply existing code, it doesn't work to on production app. Error -----> Python…
4
votes
0 answers

Heroku Couldn`t find that formation,Scaling dyons

$ heroku ps:scale web=1 Scaling dynos... failed Couldn't find that formation. when im trying to deploy new app this error is shown on console. and i really dont understand Ensure that at least one instance of the app is running.?
Lalith sai
  • 53
  • 1
  • 6
4
votes
2 answers

What is the URL to a heroku git repository?

I am new to Heroku. Recently I created a NodeJS application with the Heroku git and deployed it on Heroku. I used the following command to clone the repository to my local computer from the Heroku git. heroku git:clone -a {app_name} How would I be…
alextc
  • 3,206
  • 10
  • 63
  • 107
4
votes
2 answers

Running golang comand in heroku bash

Can I use go command in one-off dyno? The bash responds me: bash: go: command not found I noticed ruby and python are installed, but not go. There is a way to get go in my slug?
Saint Play
  • 1,083
  • 10
  • 12
4
votes
0 answers

Heroku Login Error from Command Line

When I tried login to Heroku from the command line heroku login prompts the following error. /usr/local/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require': cannot load such file -- openssl (LoadError) from…
prabhakar_711
  • 91
  • 2
  • 8
4
votes
0 answers

Heroku cli: Heroku create command hangs

Heroku Create command hangs while printing installing core dependencies ... There are no errors, the process is continuously running. This happens as part of my Heroku toolbelt installation. In the website it is mentioned to use HTTP_PROXY before…
John Joseph
  • 151
  • 8
4
votes
1 answer

heroku toolbelt command issues

I installed the Heroku Toolbelt following the instructions provided by RailsBridge's Installfest for Windows. I am running Windows 10 64-bit and the Command Prompt with Ruby and Rails provided by RailsBridge. Each heroku command I attempt to…
codergeist
  • 43
  • 5
4
votes
1 answer

bonsai-elasticsearch-rails - cannot require 'elasticsearch/rails/tasks/import'

When I run: $ heroku run bundle exec rake environment elasticsearch:import:model CLASS='Artist' FORCE=true the response in the terminal is: Running bundle exec rake environment elasticsearch:import:model CLASS=Artist FORCE=true on doremi... up,…
4
votes
0 answers

How to avoid an heroku request timeout?

I have deployed my node.js service to Heroku but facing a request timeout error: https://devcenter.heroku.com/articles/error-codes#h12-request-timeout. How can I avoid this or fix this? Is this an error in the node.js service or can I change this in…
Pindakaas
  • 4,389
  • 16
  • 48
  • 83