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?
How to access Heroku app console by heroku CLI
Asked Answered
devcenter.heroku.com/articles/exec? –
Ruhl
Thanks for the link. I am managed to access my app. –
Annexation
To access Heroku app bash by CLI:-
heroku login
heroku ps:exec --app=scoreboard-backend-dev
scoreboard-backend-dev is the app name
© 2022 - 2024 — McMap. All rights reserved.