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?
Asked
Active
Viewed 7,584 times
8

masiboo
- 4,537
- 9
- 75
- 136
-
1https://devcenter.heroku.com/articles/exec? – jonrsharpe Jun 11 '20 at 13:42
-
Thanks for the link. I am managed to access my app. – masiboo Jun 11 '20 at 14:00
1 Answers
11
To access Heroku app bash by CLI:-
heroku login
heroku ps:exec --app=scoreboard-backend-dev
scoreboard-backend-dev is the app name

masiboo
- 4,537
- 9
- 75
- 136