We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47f52cd commit 1087033Copy full SHA for 1087033
src/cli/gateway-cli/run.ts
@@ -364,7 +364,7 @@ export function addGatewayRunCommand(cmd: Command): Command {
364
"--token <token>",
365
"Shared token required in connect.params.auth.token (default: OPENCLAW_GATEWAY_TOKEN env if set)",
366
)
367
- .option("--auth <mode>", 'Gateway auth mode ("token"|"password")')
+ .option("--auth <mode>", 'Gateway auth mode ("none"|"token"|"password"|"trusted-proxy")')
368
.option("--password <password>", "Password for auth mode=password")
369
.option("--tailscale <mode>", 'Tailscale exposure mode ("off"|"serve"|"funnel")')
370
.option(
0 commit comments