You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is just a suggestion I'd consider and enhancement (I read the contribution guidelines and I think it fits).
I think it would be helpful to know which parameters were used to start a process. I find myself deleting/stopping and recreating processes manually just to ensure I use the correct startup parameters (watch, ignore-watch, user, log-date-format, name, etc).
I know all these can be saved in a startup script, but I also think a little entry with the original start arguments wouldn't hurt and will come in handy when issuing:
pm2 describe <pid>
# or even
pm2 [prettylist | jlist]
Great work, cheers.
The text was updated successfully, but these errors were encountered:
This is just a suggestion I'd consider and enhancement (I read the contribution guidelines and I think it fits).
I think it would be helpful to know which parameters were used to start a process. I find myself deleting/stopping and recreating processes manually just to ensure I use the correct startup parameters (watch, ignore-watch, user, log-date-format, name, etc).
I know all these can be saved in a startup script, but I also think a little entry with the original start arguments wouldn't hurt and will come in handy when issuing:
Great work, cheers.
The text was updated successfully, but these errors were encountered: