You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cli/dashboard.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,3 +14,8 @@ Open the Control UI using your current auth.
14
14
openclaw dashboard
15
15
openclaw dashboard --no-open
16
16
```
17
+
18
+
Notes:
19
+
20
+
-`dashboard` resolves configured `gateway.auth.token` SecretRefs when possible.
21
+
- If `gateway.auth.token` is 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.
0 commit comments