diff --git a/doc/api/cli.md b/doc/api/cli.md index 91ab8eb351cb43..e166252d80e45c 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -1992,6 +1992,26 @@ changes: Location at which the report will be generated. +### `--report-exclude-env` + + + +When `--report-exclude-env` is passed the diagnostic report generated will not +contain the `environmentVariables` data. + +### `--report-exclude-network` + + + +Exclude `header.networkInterfaces` from the diagnostic report. By default +this is not set and the network interfaces are included. + ### `--report-filename=filename` - -When `--report-exclude-env` is passed the diagnostic report generated will not -contain the `environmentVariables` data. - ### `--report-signal=signal` - -Exclude `header.networkInterfaces` from the diagnostic report. By default -this is not set and the network interfaces are included. - ### `-r`, `--require module`