Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 289 Bytes

heroku-ps.md

File metadata and controls

15 lines (8 loc) · 289 Bytes

List running dynos

heroku ps {{TYPE}} --app {{APP_NAME}}

  • TYPE: Type of dyno. This is optional. If it is not given then all the dynos are listed.
  • APP_NAME: Name of the app.

Example:

heroku ps --app TestApp

with type

heroku ps web --app TestApp