heroku-toolbelt Questions
2
Solved
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.
...
Penmanship asked 10/9, 2018 at 3:49
2
Solved
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=_ --passw...
Border asked 18/6, 2018 at 12:43
6
Solved
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 ...
Fresnel asked 27/9, 2015 at 14:24
4
Solved
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?
Sanmiguel asked 26/2, 2015 at 8:25
1
I'm using Config library to mange my environments, so i do not have .env file, how to make heroku ignore this fact ?.
It work fine when i deploy to Heroku, but fails locally.
I tried:
heroku loc...
Nerynesbit asked 17/5, 2018 at 8:14
5
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 <app_name>
! Please specify a version alon...
Countermeasure asked 24/7, 2017 at 16:15
4
Solved
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:...
Katharina asked 16/12, 2012 at 1:35
1
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 ta...
Cunctation asked 13/3, 2018 at 4:23
3
I would like to know what's the best way to switch between heroku account using the heroku toolbelt.
I'm used to have a personnal heroku account which is a collaborator of all of my professionnal ...
Peper asked 30/10, 2012 at 13:45
3
Solved
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
...
Kandi asked 13/1, 2017 at 8:4
1
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...
Undertrump asked 29/7, 2017 at 4:49
2
Solved
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 hero...
Rearmost asked 13/1, 2016 at 13:43
2
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...
Micheal asked 8/12, 2015 at 12:42
6
Solved
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 R...
Acquiesce asked 24/12, 2013 at 12:52
1
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 ...
Prop asked 20/8, 2014 at 4:58
3
Solved
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 d...
Stambul asked 24/2, 2017 at 10:13
2
I'm trying to pull a heroku database to my local Windows computer by using heroku bash command
heroku pg:pull HEROKU_POSTGRESQL_COLOR mydatabase --app appname,
when I running above command I get ...
Astragalus asked 28/8, 2014 at 7:38
3
Solved
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:...
Genaro asked 2/1, 2015 at 16:54
4
While I am trying heroku login through cmd in my machine, it says
Could not find existing public key
Would you like to generate one? [YN]
After that when I press 'y' and enter it says
Gen...
Outgoing asked 22/2, 2013 at 6:58
2
Solved
I'm having major issues with the heroku toolbelt. I'm using the cedar 14 stack and when I am trying to use a ruby version that isn't ruby 2.0.0-dev I get this error.
rbenv: heroku: command not fou...
Etti asked 4/12, 2015 at 16:33
5
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 Forem...
Chickenhearted asked 22/12, 2012 at 19:57
2
Solved
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...
Hesione asked 1/10, 2015 at 11:46
2
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...
Obedient asked 5/8, 2014 at 18:59
1
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...
Milks asked 16/8, 2015 at 13:16
2
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...
Porch asked 22/1, 2014 at 20:15
© 2022 - 2024 — McMap. All rights reserved.