Skip to content

Commit 5db6758

Browse files
cjihrigtargos
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 <[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 b28b16b commit 5db6758

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
@@ -208,6 +208,15 @@ Set the
208208
.Ar host:port
209209
to be used when the inspector is activated.
210210
.
211+
.It Fl -inspect-publish-uid=stderr,http
212+
Specify how the inspector WebSocket URL is exposed.
213+
Valid values are
214+
.Sy stderr
215+
and
216+
.Sy http .
217+
Default is
218+
.Sy stderr,http .
219+
.
211220
.It Fl -inspect Ns = Ns Ar [host:]port
212221
Activate inspector on
213222
.Ar host:port .

0 commit comments

Comments
 (0)