You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,9 +92,10 @@ npm exec socket
92
92
93
93
-`SOCKET_CLI_API_BASE_URL` - Change the base URL for Socket API calls<br>
94
94
*Defaults:* The "apiBaseUrl" value of socket/settings local app data if present, else `https://api.socket.dev/v0/`<br>
95
-
-`SOCKET_CLI_API_PROXY` - Set the proxy all requests are routed through, e.g. if set to<br>
95
+
-`SOCKET_CLI_API_PROXY` - Set the proxy Socket API requests are routed through, e.g. if set to<br>
96
96
[`http://127.0.0.1:9090`](https://docs.proxyman.io/troubleshooting/couldnt-see-any-requests-from-3rd-party-network-libraries), then all request are passed through that proxy<br>
97
97
*Aliases:*`HTTPS_PROXY`, `https_proxy`, `HTTP_PROXY`, and `http_proxy`<br>
98
+
-`SOCKET_CLI_API_TIMEOUT` - Set the timeout in milliseconds for Socket API requests
98
99
-`SOCKET_CLI_DEBUG` - Enable debug logging in Socket CLI
99
100
-`DEBUG` - Enable debug logging based on the [`debug`](https://socket.dev/npm/package/debug) package
SOCKET_CLI_API_BASE_URL Change the base URL for Socket API calls
83
83
Defaults: The "apiBaseUrl" value of socket/settings local app data
84
84
if present, else https://api.socket.dev/v0/
85
-
SOCKET_CLI_API_PROXY Set the proxy all requests are routed through, e.g. if set to
85
+
SOCKET_CLI_API_PROXY Set the proxy Socket API requests are routed through, e.g. if set to
86
86
http://127.0.0.1:9090 (\\u200bhttps://docs.proxyman.io/troubleshooting/couldnt-see-any-requests-from-3rd-party-network-libraries\\u200b) then all request are passed through that proxy
87
87
Aliases: HTTPS_PROXY, https_proxy, HTTP_PROXY, and http_proxy
88
+
SOCKET_CLI_API_TIMEOUT Set the timeout in milliseconds for Socket API requests
88
89
SOCKET_CLI_DEBUG Enable debug logging in Socket CLI
89
90
DEBUG Enable debug logging based on the debug (\\u200bhttps://socket.dev/npm/package/debug\\u200b) package"
Copy file name to clipboardExpand all lines: src/utils/meow-with-subcommands.mts
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -488,9 +488,10 @@ export async function meowWithSubcommands(
488
488
' SOCKET_CLI_API_BASE_URL Change the base URL for Socket API calls',
489
489
` ${colors.italic('Defaults:')} The "apiBaseUrl" value of socket/settings local app data`,
490
490
' if present, else https://api.socket.dev/v0/',
491
-
' SOCKET_CLI_API_PROXY Set the proxy all requests are routed through, e.g. if set to',
491
+
' SOCKET_CLI_API_PROXY Set the proxy Socket API requests are routed through, e.g. if set to',
492
492
` ${terminalLink('http://127.0.0.1:9090','https://docs.proxyman.io/troubleshooting/couldnt-see-any-requests-from-3rd-party-network-libraries')} then all request are passed through that proxy`,
493
493
` ${colors.italic('Aliases:')} HTTPS_PROXY, https_proxy, HTTP_PROXY, and http_proxy`,
494
+
' SOCKET_CLI_API_TIMEOUT Set the timeout in milliseconds for Socket API requests',
494
495
' SOCKET_CLI_DEBUG Enable debug logging in Socket CLI',
495
496
` DEBUG Enable debug logging based on the ${terminalLink('debug','https://socket.dev/npm/package/debug')} package`,
0 commit comments