Unitech / pm2

Node.js Production Process Manager with a built-in Load Balancer.
https://pm2.keymetrics.io/docs/usage/quick-start/
Other
41.33k stars 2.61k forks source link

additional attribute "description" + "version" #2937

Open erwiese opened 7 years ago

erwiese commented 7 years ago

An additional configuration attribute "description" would be helpful, where someone can describe a process with a few words? E.g.

{
  "name": "BNC_Upload_GLO",
  "description": "Uploads GLONASS epehmeries with BNC",
  "script": "bin/upload",
  ...
}

Should also be printed by command pm2 show app. Thanks

Unitech commented 7 years ago

https://github.com/Unitech/pm2/issues/2382

Unitech commented 7 years ago

We could parse the package.json in ProcessContainers and send version + description via IPC, @vmarchaud thoughts?