Skip to content

Commit

Permalink
Unitech#2992 add --node-args to pm2-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Unitech committed Jul 2, 2017
1 parent 7d6f173 commit 28c7214
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/binaries/DevCLI.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ commander.version(pkg.version)
.description('pm2-dev monitor for any file changes and automatically restart it')
.option('--raw', 'raw log output')
.option('--timestamp', 'print timestamp')
.option('--node-args <node_args>', 'space delimited arguments to pass to node in cluster mode - e.g. --node-args="--debug=7001 --trace-deprecation"')
.option('--ignore [files]', 'files to ignore while watching')
.option('--post-exec [cmd]', 'execute extra command after change detected')
.option('--silent-exec', 'do not output result of post command', false)
Expand Down

0 comments on commit 28c7214

Please sign in to comment.