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
committerRuben Bridgewater <ruben@bridgewater.de>2020-01-03 18:21:46 +0300
commit1033760874ff5b375c41e89f42ff20daf77ddaf5 (patch)
tree3b4c601e1ec1075a41addd97efdbe1402451bdf2 /doc
parent23013e3e31e4b57c2d45383db152c9b1cecf6bfe (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 .