pm2 command line code example
Example 1: pm2 show command
pm2 describe
Example 2: how to run script command in pm2
pm2 start npm --name "my-app-name" -- run "npm:script"
pm2 describe
pm2 start npm --name "my-app-name" -- run "npm:script"