Skip to content

Commit 1087033

Browse files
s1korrrrsteipete
authored andcommitted
fix(cli): list all supported auth modes in gateway run --auth help
Made-with: Cursor
1 parent 47f52cd commit 1087033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/gateway-cli/run.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ export function addGatewayRunCommand(cmd: Command): Command {
364364
"--token <token>",
365365
"Shared token required in connect.params.auth.token (default: OPENCLAW_GATEWAY_TOKEN env if set)",
366366
)
367-
.option("--auth <mode>", 'Gateway auth mode ("token"|"password")')
367+
.option("--auth <mode>", 'Gateway auth mode ("none"|"token"|"password"|"trusted-proxy")')
368368
.option("--password <password>", "Password for auth mode=password")
369369
.option("--tailscale <mode>", 'Tailscale exposure mode ("off"|"serve"|"funnel")')
370370
.option(

0 commit comments

Comments
 (0)