Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorcjihrig <cjihrig@gmail.com>2019-12-24 07:21:01 +0300
committercjihrig <cjihrig@gmail.com>2019-12-26 07:35:13 +0300
commit5289f80eadafcc508b24d5817f0ec416eccf8404 (patch)
treed5d76834ae36e1bb6d1746a1175b0d592078655d /doc
parent5128eacaa2ef84e391188033353083b664035b2b (diff)
doc: add --inspect-publish-uid man page entry
This commit adds the --inspect-publish-uid CLI flag to the man page. PR-URL: https://github.com/nodejs/node/pull/31077 Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com> Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/node.19
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/node.1 b/doc/node.1
index 2c9d0fd4a81..4f59dc7d269 100644
--- a/doc/node.1
+++ b/doc/node.1
@@ -205,6 +205,15 @@ Set the
.Ar host:port
to be used when the inspector is activated.
.
+.It Fl -inspect-publish-uid=stderr,http
+Specify how the inspector WebSocket URL is exposed.
+Valid values are
+.Sy stderr
+and
+.Sy http .
+Default is
+.Sy stderr,http .
+.
.It Fl -inspect Ns = Ns Ar [host:]port
Activate inspector on
.Ar host:port .