mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 14:41:36 +00:00
fix(cli): list all supported auth modes in gateway run --auth help
Made-with: Cursor
This commit is contained in:
@@ -364,7 +364,7 @@ export function addGatewayRunCommand(cmd: Command): Command {
|
|||||||
"--token <token>",
|
"--token <token>",
|
||||||
"Shared token required in connect.params.auth.token (default: OPENCLAW_GATEWAY_TOKEN env if set)",
|
"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("--password <password>", "Password for auth mode=password")
|
||||||
.option("--tailscale <mode>", 'Tailscale exposure mode ("off"|"serve"|"funnel")')
|
.option("--tailscale <mode>", 'Tailscale exposure mode ("off"|"serve"|"funnel")')
|
||||||
.option(
|
.option(
|
||||||
|
|||||||
Reference in New Issue
Block a user