Answers for "view heroku logs command line"

12

heroku logs

# Display all logs live
heroku logs -t -a YOUR_APP_NAME

# Only display stdout of your app
heroku logs -t -s app -a YOUR_APP_NAME
Posted by: Guest on July-06-2020
6

heroku cli delete app

$ heroku apps:destroy [YOUR-APP-HERE]
Posted by: Guest on June-11-2020

Browse Popular Code Answers by Language