mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-07 07:58:36 +00:00
Summary:
- Add a redaction-safe dashboard fallback hint when tokenized URL delivery fails.
- Document the manual auth path and update the changelog.
Verification:
- PR CI exact head 48ccb97c08 green for relevant CI/security checks.
- pnpm test src/commands/dashboard.links.test.ts src/commands/dashboard.test.ts
- pnpm exec oxfmt --check --threads=1 src/commands/dashboard.ts src/commands/dashboard.links.test.ts
- pnpm format:docs:check
- pnpm docs:check-mdx
- pnpm docs:check-i18n-glossary
- targeted markdownlint for docs/cli/dashboard.md and docs/web/dashboard.md
1.3 KiB
1.3 KiB
summary, read_when, title
| summary | read_when | title | ||
|---|---|---|---|---|
| CLI reference for `openclaw dashboard` (open the Control UI) |
|
Dashboard |
openclaw dashboard
Open the Control UI using your current auth.
openclaw dashboard
openclaw dashboard --no-open
Notes:
dashboardresolves configuredgateway.auth.tokenSecretRefs when possible.dashboardfollowsgateway.tls.enabled: TLS-enabled gateways print/openhttps://Control UI URLs and connect overwss://.- If clipboard/browser delivery fails for a token-authenticated dashboard URL,
dashboardlogs a safe manual-auth hint namingOPENCLAW_GATEWAY_TOKEN,gateway.auth.token, and fragment keytokenwithout printing the token value. - For SecretRef-managed tokens (resolved or unresolved),
dashboardprints/copies/opens a non-tokenized URL to avoid exposing external secrets in terminal output, clipboard history, or browser-launch arguments. - If
gateway.auth.tokenis SecretRef-managed but unresolved in this command path, the command prints a non-tokenized URL and explicit remediation guidance instead of embedding an invalid token placeholder.