Questions tagged [heroku-cli]

Use this tag for questions associated with the Heroku Command Line Interface (CLI).

This tag is for the Heroku CLI.

711 questions
0
votes
0 answers

Heroku add remote error on UBUNTU

I'm spending all day trying to figure out why this error happens in UBUNTU. I'm tryng to add the Heroku remote git to my existing repo in my local machine that runs Ubuntu. so, when i run this: heroku git:remote -a myapp I get this error: ENOENT:…
GFR
  • 1
0
votes
1 answer

How to undo /revert "heroku git:clone"

I try to clone one project from heroku using the command heroku git:remote -a projectname But i cloned the project in wrong folder. How can i undo it.
bjkpriyanka
  • 151
  • 1
  • 11
0
votes
1 answer

pg:pull, pg:backups no longer available in heroku cli

Just strange, I am doing back database maintenance, I tried to to a heroku pg:pull local_db --app and it says: pg:pull is not a heroku command. I tried to create a backup with heroku pg:backups:capture and i get…
jeffery_the_wind
  • 17,048
  • 34
  • 98
  • 160
0
votes
1 answer

Why can't I connect to my Postgres db via Heroku CLI?

I have used this functionality many times in the past, and Heroku docs still say this command is the correct way to connect to your Postgres db via CLI, so any ideas why this might be happening?: Thanks!
jag
  • 193
  • 2
  • 4
  • 13
0
votes
1 answer

Can't log into Heroku via CLI

I'm running OS X 10.5.8 with Ruby 1.9.3p194 (2012-04-20 revision 35410) [i386-darwin9.8.0]. I'm trying to log into Heroku from the shell. I upgraded Bash and ran heroku login with the following…
openquestions
  • 99
  • 3
  • 17
-1
votes
0 answers

Git push to heroku failed - Do not authenticate username and password using git

I am trying to push to heroku from the CLI, and I am unable to login to heroku from the CLI due to MFA, and so when trying to use the API, I get an error to say 'Do not authenticate with username and password using git' I have MFA setup on my Heroku…
-1
votes
1 answer

Not able to Sign-Up in Heroku

Whenever I try to sign-up on heroku, after filling all the details, when I click on 'Create Account'. I get "There's a problem Something went wrong. Try again later." Heroku error page I have tried disabling the adblocks and also clearing the cache…
-1
votes
1 answer

Deploying new code doesn't work on Heroku

I've updated my backend code and deployed but something weird happening. It only works in some cases and it looks like not updated. The updated API works well with Postman and with my local frontend code. BUT it looks like not updated with the live…
BlueLotus
  • 81
  • 2
  • 11
-1
votes
1 answer

Cannot store heroku credentials in container login

I am trying to login to Heroku container with the command heroku container:login and I am encountering the following error: Error saving credentials: error storing credentials - err: exit status 1, out: `Post "http://ipc/registry/credstore-updated":…
abautista
  • 2,410
  • 5
  • 41
  • 72
-1
votes
1 answer

Heroku Postgres: Too many connections. How do I kill these connections for TEAM/ORGANIZATION?

I needed to find an answer to it and wasn't able to, so I decided to share it with you.
Xaxage
  • 249
  • 1
  • 4
  • 9
-1
votes
1 answer

Procfile working locally but not in heroku CLI

So I am trying to make my procfile for Heroku CLI but I don't think Heroku is recognizing it because when I do $ git push heroku main the Procfile doesn't work rather it does npm start rather than what's written in the Procfile but it works when I…
Arya
  • 1
  • 1
-1
votes
1 answer

Deploy python 3 (Fastapi) app on Heroku keeps failing

It's my first time using Heroku and I'm trying to deploy a python app which is build using Fastapi. Everything is working fine when running the app locally and there should be no problems with the code itself. I've created my Procfile which…
Bamsepuh
  • 1
  • 1
-1
votes
1 answer

Why does it say a file I have doesn't exist when I do git subtree push?

I used a monorepo structure for my project. I'm not trying to deploy my API on Heroku with the CLI. When I do git subtree push from the top level of the working tree I get the following error: 'IEEE-CIS' does not exist; use 'git subtree add' The…
Kurtis Pykes
  • 301
  • 3
  • 14
-1
votes
1 answer

valid-url not accessible from @heroku-cli/plugin-buildpacks

This is the error I am getting constantly while trying to upload my app to Heroku no wonder what I am doing wrong. I have updated node_modules reinstalled them have cli installed and running in vs code. npm ERR! valid-url not accessible from…
-1
votes
1 answer

how to solve this error while pushing static files to heroku i get this error

When I run git push heroku master, I get this error: ! [remote rejected] master -> master (pre-receive hook declined) error: failed to push some refs to 'https://git.heroku.com/exampleapp-54011.git' All the files I want to push are in the public…