fix(cli): list all supported auth modes in gateway run --auth help

Made-with: Cursor
This commit is contained in:
Rafal
2026-02-26 12:18:03 +01:00
committed by Peter Steinberger
parent 47f52cd233
commit 1087033abd

View File

@@ -364,7 +364,7 @@ export function addGatewayRunCommand(cmd: Command): Command {
"--token <token>",
"Shared token required in connect.params.auth.token (default: OPENCLAW_GATEWAY_TOKEN env if set)",
)
.option("--auth <mode>", 'Gateway auth mode ("token"|"password")')
.option("--auth <mode>", 'Gateway auth mode ("none"|"token"|"password"|"trusted-proxy")')
.option("--password <password>", "Password for auth mode=password")
.option("--tailscale <mode>", 'Tailscale exposure mode ("off"|"serve"|"funnel")')
.option(