diff --git a/doc/api/cli.md b/doc/api/cli.md index 40163d84b21ec9..d755081b4db39c 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -389,6 +389,13 @@ default) is not firewall-protected.** See the [debugging security implications][] section for more information. +### `--inspect-publish-uid=stderr,http` + +Specify ways of the inspector web socket url exposure. + +By default inspector websocket url is available in stderr and under `/json/list` +endpoint on `http://host:port/json/list`. + ### `--loader=file`