Closed jacksonrya closed 5 years ago
Interesting. How would you imagine that works? Maybe pm2 delete all
?
I've been using pm2 delete contentajs
to kill the app and it's current config, and then I use pm2 stop contentajs
if I need to pause the processes for whatever reason, while keeping the current config.
I don't know the necessity of referencing the app name, but it could be added safety if others are running non-contentajs pm2 processes?
@jacksonrya I think I agree and I'm going to go with the pm2
terminology, so it's clearer what the script is doing.
:tada: This issue has been resolved in version 0.19.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
package.json is missing the script 'npm run stop' that would stop the pm2 process.
The installation instructions suggest this script exists. :)