Answers for "pm2 list apps"

1

pm2 app list

pm2 ls
Posted by: Guest on June-02-2021
3

pm2 show command

pm2 describe <id>
Posted by: Guest on November-24-2020
2

pm2 --run

pm2 start npm --name AppName -- run start-npm-dev
Posted by: Guest on February-04-2021
1

start stop restart pm2

pm2 start app.js --name "my-api"
pm2 start web.js --name "web-interface"

pm2 stop web-interface

pm3 restart web-interface
Posted by: Guest on June-09-2020
2

List the status of all application managed by PM2:

pm2 list
Posted by: Guest on May-06-2020
1

pm2 status

pm2 status <processname>
Posted by: Guest on December-12-2020

Browse Popular Code Answers by Language