How to access Heroku app console by heroku CLI
Asked Answered
A

1

9

I can check logs by heroku logs --app=my_app_name . I want to access app's console as shown in the picture. How can I access by heroku cli?

enter image description here

Annexation answered 11/6, 2020 at 13:40 Comment(2)
devcenter.heroku.com/articles/exec?Ruhl
Thanks for the link. I am managed to access my app.Annexation
A
12

To access Heroku app bash by CLI:-

heroku login
heroku ps:exec --app=scoreboard-backend-dev

scoreboard-backend-dev is the app name

Annexation answered 11/6, 2020 at 14:10 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.