diff --git a/doc/api/cli.md b/doc/api/cli.md index eeb7f25f4f82d9..779f85185a3b95 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -2058,6 +2058,15 @@ Enables report to be generated upon receiving the specified (or predefined) signal to the running Node.js process. The signal to trigger the report is specified through `--report-signal`. +### `--report-preserve-env` + + + +When `--report-preserve-env` is passed the diagnostic report generated will not +contain the `environmentVariables` data. + ### `--report-signal=signal` + +* {boolean} + +If `true`, a diagnostic report is generated without the environment variables. + ### `process.report.signal`