Answers for "how can i check my heroku logs cli"

0

heroku cli login

heroku login --interactive 

OR

heroku login -i
Posted by: Guest on October-06-2020
0

check heroku logs

Go to the heroku logs bit of the heroku dashboard.

Or, run this in shell when you're in the heroku app directory:
heroku logs

Or, for real time web logs (like flask logs, if you know what I mean), type;
heorku logs --tail
Posted by: Guest on August-15-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language