mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-23 22:55:24 +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>",
|
||||
"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(
|
||||
|
||||
Reference in New Issue
Block a user