kylon-cli 0.2.2-next.228 → 0.2.2-next.230

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 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` for agent-local records with an
115
- external-agent gateway identity.
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
- agent-authenticated gateway secret endpoint and avoids state-dependent command
119
+ daemon-authenticated secret endpoints and avoids state-dependent command
119
120
  routing.
120
121
 
121
122
  ```bash