@odla-ai/cli 0.10.2 → 0.11.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/dist/bin.cjs +44 -12
- package/dist/bin.cjs.map +1 -1
- package/dist/bin.js +1 -1
- package/dist/{chunk-MWVKOIGR.js → chunk-KUQCJ6KA.js} +45 -13
- package/dist/chunk-KUQCJ6KA.js.map +1 -0
- package/dist/index.cjs +44 -12
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +5 -2
- package/dist/index.d.ts +5 -2
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-MWVKOIGR.js.map +0 -1
package/dist/index.d.cts
CHANGED
|
@@ -447,8 +447,11 @@ declare function initProject(options: InitOptions): void;
|
|
|
447
447
|
* Clerk auth and links, then per env mints or reuses credentials only for the
|
|
448
448
|
* configured services, pushes the schema with the db key and the
|
|
449
449
|
* rules with the developer token, and stores the provider key in the tenant
|
|
450
|
-
* vault when `ai.keyEnv` is set and present.
|
|
451
|
-
* (mode 0600, gitignored) and, when requested, `.dev.vars`.
|
|
450
|
+
* vault when `ai.keyEnv` is set and present. Writes the credentials file
|
|
451
|
+
* (mode 0600, gitignored) and, when requested, `.dev.vars`. Google Calendar
|
|
452
|
+
* consent runs last, per env; when the platform connector itself is not yet
|
|
453
|
+
* configured (`calendar_*_not_configured`), provision prints a resume hint
|
|
454
|
+
* (`odla-ai calendar connect`) instead of aborting.
|
|
452
455
|
*
|
|
453
456
|
* The developer token comes from (in order) `options.token`, `$ODLA_DEV_TOKEN`,
|
|
454
457
|
* the cached `.odla` token, or a fresh email-bound device handshake — which
|
package/dist/index.d.ts
CHANGED
|
@@ -447,8 +447,11 @@ declare function initProject(options: InitOptions): void;
|
|
|
447
447
|
* Clerk auth and links, then per env mints or reuses credentials only for the
|
|
448
448
|
* configured services, pushes the schema with the db key and the
|
|
449
449
|
* rules with the developer token, and stores the provider key in the tenant
|
|
450
|
-
* vault when `ai.keyEnv` is set and present.
|
|
451
|
-
* (mode 0600, gitignored) and, when requested, `.dev.vars`.
|
|
450
|
+
* vault when `ai.keyEnv` is set and present. Writes the credentials file
|
|
451
|
+
* (mode 0600, gitignored) and, when requested, `.dev.vars`. Google Calendar
|
|
452
|
+
* consent runs last, per env; when the platform connector itself is not yet
|
|
453
|
+
* configured (`calendar_*_not_configured`), provision prints a resume hint
|
|
454
|
+
* (`odla-ai calendar connect`) instead of aborting.
|
|
452
455
|
*
|
|
453
456
|
* The developer token comes from (in order) `options.token`, `$ODLA_DEV_TOKEN`,
|
|
454
457
|
* the cached `.odla` token, or a fresh email-bound device handshake — which
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@odla-ai/cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.11.0",
|
|
4
4
|
"description": "Agent-operable CLI for odla provisioning, calendar consent and sync lifecycle, System AI administration, Worker secrets, security jobs, and smoke checks.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://odla.ai/docs/packages/cli",
|