mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-12 07:20:45 +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
|
||||
```
|
||||
|
||||
### Force a reload after updating env vars
|
||||
### Force a reload after updating gateway env visibility
|
||||
|
||||
```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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user