- Support for PM2 process files. Specify the file to use with the
pm2_process_file
option.
- Many
pm2:
commands now take an app name as an argument, e.g.pm2 show myapp
. - Restarting is now graceful and does not require knowledge of the existing app status.
pm2:restart
is now an alias forpm2:start_or_graceful_reload
.pm2:list
has been renamed topm2:show
.
pm2_app_command
,pm2_app_name
, andpm2_target_path
options.