@odla-ai/cli 0.11.2 → 0.12.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 +6 -1
- package/dist/bin.cjs +566 -332
- package/dist/bin.cjs.map +1 -1
- package/dist/bin.js +3 -2
- package/dist/bin.js.map +1 -1
- package/dist/{chunk-DC4MIB4X.js → chunk-Y4HWUEFF.js} +488 -256
- package/dist/chunk-Y4HWUEFF.js.map +1 -0
- package/dist/index.cjs +569 -335
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +50 -51
- package/dist/index.d.ts +50 -51
- package/dist/index.js +5 -5
- package/package.json +1 -1
- package/skills/odla/SKILL.md +18 -10
- package/skills/odla/references/build.md +17 -14
- package/skills/odla/references/sdks.md +29 -17
- package/skills/odla-migrate/SKILL.md +8 -6
- package/skills/odla-migrate/references/phase-2b-calendar.md +130 -42
- package/skills/odla-migrate/references/secrets-map.md +3 -0
- package/skills/odla-migrate/references/troubleshooting.md +16 -5
- package/dist/chunk-DC4MIB4X.js.map +0 -1
package/README.md
CHANGED
|
@@ -114,7 +114,12 @@ shown-once credential.
|
|
|
114
114
|
including from scripted and agent-driven shells; only CI, SSH sessions, and
|
|
115
115
|
display-less hosts skip the launch. Pass `--open` to force it anyway, or
|
|
116
116
|
`--no-open` to suppress it. Browser launch is best-effort; the printed URL
|
|
117
|
-
and code always remain the fallback
|
|
117
|
+
and code always remain the fallback and agents must relay that URL to the
|
|
118
|
+
human. The started handshake is persisted privately under `.odla/`, so a
|
|
119
|
+
run killed before approval loses nothing: rerunning resumes the same code.
|
|
120
|
+
Outside an interactive terminal the approval wait is capped (90 seconds by
|
|
121
|
+
default; `--wait <seconds>` overrides), and a still-pending handshake exits
|
|
122
|
+
with code 75 — approve at the URL, then re-run to collect the token.
|
|
118
123
|
2. Creates the platform app if needed.
|
|
119
124
|
3. Enables configured services in every configured environment. Calendar
|
|
120
125
|
config is normalized per env and fixed to Google read-only access.
|