Docs: address review feedback on secrets docs

This commit is contained in:
joshavant
2026-02-24 16:34:07 -06:00
committed by Peter Steinberger
parent 9203d583f9
commit c5b89fbaea
2 changed files with 5 additions and 3 deletions

View File

@@ -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
```