I noticed that the max-restarts is available on the CLI, but not min-uptime, without which max-restarts is irrelevant for a process that takes a few seconds to start up.
PM2 version: 2.4.6
Node version: v6.9.2
Windows
I advise you to use a process file for advanced use of options, we don't want to allow all options for the CLI because it will make it too complex.
The CLI options are only intended if you want to setup basic options.
Shouldn't we let the user decide how complicated they're willing to make their commands? It seems silly to allow MOST options on the command line but not a select few.