mirror of
https://github.com/Unitech/pm2.git
synced 2025-12-08 20:35:53 +00:00
dev-cli: allow to set the interpreter (#3100)
This commit is contained in:
parent
cc0f0aa809
commit
74dddea1a3
@ -28,6 +28,7 @@ commander.version(pkg.version)
|
||||
.option('--post-exec [cmd]', 'execute extra command after change detected')
|
||||
.option('--silent-exec', 'do not output result of post command', false)
|
||||
.option('--test-mode', 'debug mode for test suit')
|
||||
.option('--interpreter <interpreter>', 'the interpreter pm2 should use for executing app (bash, python...)')
|
||||
.option('--env [name]', 'select env_[name] env variables in process config file')
|
||||
.option('--auto-exit', 'exit if all processes are errored/stopped or 0 apps launched')
|
||||
.usage('pm2-dev app.js');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user