@odla-ai/cli 0.26.1 → 0.27.0
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 +0 -19
- package/dist/bin.cjs +348 -351
- package/dist/bin.cjs.map +1 -1
- package/dist/bin.js +1 -1
- package/dist/{chunk-ZAZBUURZ.js → chunk-DS64H4FY.js} +230 -228
- package/dist/chunk-DS64H4FY.js.map +1 -0
- package/dist/index.cjs +348 -351
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -1
- package/dist/chunk-ZAZBUURZ.js.map +0 -1
package/README.md
CHANGED
|
@@ -156,25 +156,6 @@ therefore compares that verified expectation with the Worker answering now and
|
|
|
156
156
|
reports `matched`, `drifted`, or `unknown`; an empty or unavailable receipt
|
|
157
157
|
ledger degrades instead of silently treating observed health as intended state.
|
|
158
158
|
|
|
159
|
-
Platform maintainers can rotate the built-in Discussion responder without
|
|
160
|
-
minting an unrestricted app key or exposing the replacement in argv/output:
|
|
161
|
-
|
|
162
|
-
```bash
|
|
163
|
-
npx @odla-ai/cli platform chat-credentials rotate \
|
|
164
|
-
--wrangler-config packages/chat-agent/wrangler.jsonc \
|
|
165
|
-
--expected-version <deployed-chat-version-id> \
|
|
166
|
-
--email <odla-admin-account> \
|
|
167
|
-
--yes --json
|
|
168
|
-
```
|
|
169
|
-
|
|
170
|
-
The command requests only `platform:chat:credential:write`, mints an
|
|
171
|
-
`agent_odla` key restricted to the Discussion namespaces and write envelope,
|
|
172
|
-
pipes the nested `ODLA_BOT_TOKENS` map to Wrangler over stdin, and succeeds only
|
|
173
|
-
after the service-binding health bridge advances from the pre-rotation Worker
|
|
174
|
-
version to a healthy secret-change deployment. `--expected-version` fences the
|
|
175
|
-
pre-rotation version before any credential is minted. Superseded keys are
|
|
176
|
-
revoked separately after that health proof.
|
|
177
|
-
|
|
178
159
|
For repository-managed settings, compare checked-in intent with the live
|
|
179
160
|
owner-visible Registry projection before provisioning:
|
|
180
161
|
|