@odla-ai/cli 0.27.13 → 0.27.14
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/dist/bin.cjs +76 -1
- package/dist/bin.cjs.map +1 -1
- package/dist/bin.js +76 -2
- package/dist/bin.js.map +1 -1
- package/dist/{chunk-3YSCRXPF.js → chunk-3SQ2XUBB.js} +6 -1
- package/dist/{chunk-3YSCRXPF.js.map → chunk-3SQ2XUBB.js.map} +1 -1
- package/dist/index.cjs +3 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -8798,6 +8798,9 @@ Safety:
|
|
|
8798
8798
|
grant, run it once with --request-grant. That flag ignores ODLA_DEV_TOKEN and
|
|
8799
8799
|
the local cache, prints and opens a fresh exact-project owner-review URL, then
|
|
8800
8800
|
continues provisioning with the approved replacement credential.
|
|
8801
|
+
Before a non-dry-run provision, the executable checks npm's current CLI
|
|
8802
|
+
release. A confirmed stale client stops with a safe npx rerun command; a
|
|
8803
|
+
workspace-linked client also identifies the worktree that must be updated.
|
|
8801
8804
|
Run Code from a GitHub checkout already connected to an app in Studio; an
|
|
8802
8805
|
odla.config.mjs may select the app explicitly but is not required. Code host
|
|
8803
8806
|
approval and credential hashes live in odla-ai/db. The host
|