
pm2
List of commands for pm2:
-
pm2:tldr:07fed pm2: Stop a process.$ pm2 stop ${application_name}try on your machineexplain this command
-
pm2:tldr:29d38 pm2: Restart a process.$ pm2 restart ${application_name}try on your machineexplain this command
-
pm2:tldr:4c213 pm2: Resurrect previously dumped processes.$ pm2 resurrecttry on your machineexplain this command
-
pm2:tldr:b1d4c pm2: Dump all processes for resurrecting them later.$ pm2 savetry on your machineexplain this command
-
pm2:tldr:c1eab pm2: Start a process with a name that can be used for later operations.$ pm2 start ${app-js} --name ${application_name}try on your machineexplain this command