Cloud9 IDE Heroku Login

Viewed 3811

I need help logging into Heroku from Cloud9 IDE.

In a cloud9 IDE terminal, I enter heroku login and I don't get the chance to enter any credentials.

Instead I get the following heroku: Press any kety to open up the browser to login or q to exit:

I hit any key and get the following: heroku: Waiting for login...

1 Answers

According to the latest update, this shall work:

heroku login -i
Related