Created
March 20, 2024 18:37
-
-
Save arioch1984/65ed53aee4308c5686ced6fbb31e2233 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pm2 start app | |
pm2 stop app | |
pm2 restart app | |
pm2 restart app --update-env | |
pm2 log app | |
pm2 list | |
pm2 env app-id |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment