We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
credit: https://github.com/Unitech/pm2/issues/1317
pm2 start npm --name "{app_name}" -- run {script_name}
{app_name} : the name is shown in pm2 run and {script_name} are optional
run