From 1087033abda776f8f9c3689e641bd1e4d7b96b3c Mon Sep 17 00:00:00 2001 From: Rafal Date: Thu, 26 Feb 2026 12:18:03 +0100 Subject: [PATCH] fix(cli): list all supported auth modes in gateway run --auth help Made-with: Cursor --- src/cli/gateway-cli/run.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/gateway-cli/run.ts b/src/cli/gateway-cli/run.ts index 0f494812f14..a13b99ca200 100644 --- a/src/cli/gateway-cli/run.ts +++ b/src/cli/gateway-cli/run.ts @@ -364,7 +364,7 @@ export function addGatewayRunCommand(cmd: Command): Command { "--token ", "Shared token required in connect.params.auth.token (default: OPENCLAW_GATEWAY_TOKEN env if set)", ) - .option("--auth ", 'Gateway auth mode ("token"|"password")') + .option("--auth ", 'Gateway auth mode ("none"|"token"|"password"|"trusted-proxy")') .option("--password ", "Password for auth mode=password") .option("--tailscale ", 'Tailscale exposure mode ("off"|"serve"|"funnel")') .option(