mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-19 04:27:27 +00:00
Docs: address review feedback on secrets docs
This commit is contained in:
committed by
Peter Steinberger
parent
9203d583f9
commit
c5b89fbaea
@@ -82,8 +82,10 @@ openclaw secrets migrate --json | jq '{mode, changed, counters, changedFiles}'
|
|||||||
openclaw secrets migrate --write --json > /tmp/openclaw-secrets-migrate.json
|
openclaw secrets migrate --write --json > /tmp/openclaw-secrets-migrate.json
|
||||||
```
|
```
|
||||||
|
|
||||||
### Force a reload after updating env vars
|
### Force a reload after updating gateway env visibility
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
OPENAI_API_KEY="..." openclaw secrets reload
|
# Ensure OPENAI_API_KEY is visible to the running gateway process first,
|
||||||
|
# then re-resolve refs:
|
||||||
|
openclaw secrets reload
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -1236,8 +1236,8 @@
|
|||||||
"cli/qr",
|
"cli/qr",
|
||||||
"cli/reset",
|
"cli/reset",
|
||||||
"cli/sandbox",
|
"cli/sandbox",
|
||||||
"cli/security",
|
|
||||||
"cli/secrets",
|
"cli/secrets",
|
||||||
|
"cli/security",
|
||||||
"cli/sessions",
|
"cli/sessions",
|
||||||
"cli/setup",
|
"cli/setup",
|
||||||
"cli/skills",
|
"cli/skills",
|
||||||
|
|||||||
Reference in New Issue
Block a user