Answers for "pm2 status"

1

pm2 install

$ npm install pm2@latest -g
# or
$ yarn global add pm2
Posted by: Guest on August-16-2020
2

pm2 show command

pm2 describe
Posted by: Guest on November-24-2020
3

pm2 logs

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

pm2 status

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

List the status of all application managed by PM2:

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

pm2 install

$ pm2 ecosystem
Posted by: Guest on August-16-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language