diff --git a/doc/api/cli.md b/doc/api/cli.md index 3cd18736534a7b..73f66b9fc59fd3 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -2057,6 +2057,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-exclude-env` + + + +When `--report-exclude-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`