Skip to content

Commit 5289f80

Browse files
committed
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 <[email protected]> Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: Anto Aravinth <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 5128eac commit 5289f80

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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)