Skip to content

Commit 1033760

Browse files
cjihrigBridgeAR
authored andcommitted
doc: add --inspect-publish-uid man page entry
This commit adds the --inspect-publish-uid CLI flag to the man page. PR-URL: #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>
1 parent 23013e3 commit 1033760

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Diff for: doc/node.1

+9
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,15 @@ Set the
205205
.Ar host:port
206206
to be used when the inspector is activated.
207207
.
208+
.It Fl -inspect-publish-uid=stderr,http
209+
Specify how the inspector WebSocket URL is exposed.
210+
Valid values are
211+
.Sy stderr
212+
and
213+
.Sy http .
214+
Default is
215+
.Sy stderr,http .
216+
.
208217
.It Fl -inspect Ns = Ns Ar [host:]port
209218
Activate inspector on
210219
.Ar host:port .

0 commit comments

Comments
 (0)