kylon-cli 0.2.2-next.228 → 0.2.2-next.229
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -3
- package/dist/kylon-bundle.mjs +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -111,11 +111,12 @@ state:
|
|
|
111
111
|
|
|
112
112
|
- Use `kylon workspace secret list|set|delete` for canonical workspace secrets
|
|
113
113
|
with browser authorization.
|
|
114
|
-
- Use `kylon gateway secret list|set|delete
|
|
115
|
-
|
|
114
|
+
- Use `kylon gateway secret list|set|delete --agent <agent-id>` for agent-local
|
|
115
|
+
records, authenticated by this machine's computer credential through the
|
|
116
|
+
per-agent computer routes.
|
|
116
117
|
|
|
117
118
|
This separation prevents browser credentials from reaching the
|
|
118
|
-
|
|
119
|
+
daemon-authenticated secret endpoints and avoids state-dependent command
|
|
119
120
|
routing.
|
|
120
121
|
|
|
121
122
|
```bash
|