fix(cli): avoid restart hint for unchanged config (#122953)

* fix(cli): avoid restart hint for unchanged config

* docs(cli): clarify no-op restart guidance
This commit is contained in:
Peter Steinberger
2026-08-12 20:40:30 -07:00
committed by GitHub
parent 6cfc05ae2f
commit d2628e430c
3 changed files with 35 additions and 5 deletions
+1 -1
View File
@@ -461,7 +461,7 @@ After every successful `config set` / `config patch` / `config unset`, the CLI p
| `Change will apply without restarting the gateway.` | Hot reload picks it up automatically. |
| `No gateway restart needed.` | Nothing runtime-relevant changed. |
Writes to `plugins.entries` (or any subpath) always require a restart, since the CLI cannot prove every plugin's reload metadata is loaded.
Effective changes to `plugins.entries` (or any subpath) require a restart, since the CLI cannot prove every plugin's reload metadata is loaded. Idempotent writes with no effective diff report `No gateway restart needed.`
## Write safety