@odla-ai/cli 0.15.0 → 0.16.1

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/index.js CHANGED
@@ -42,7 +42,7 @@ import {
42
42
  secretsSetClerkKey,
43
43
  smoke,
44
44
  startHostedSecurityJob
45
- } from "./chunk-E3CCYDIT.js";
45
+ } from "./chunk-FRDIQURT.js";
46
46
  export {
47
47
  AGENT_HARNESSES,
48
48
  CAPABILITIES,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odla-ai/cli",
3
- "version": "0.15.0",
3
+ "version": "0.16.1",
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",
@@ -11,8 +11,8 @@ opens the review page in interactive terminals; loading it alone is inert.
11
11
 
12
12
  ## Steps
13
13
 
14
- 1. Require `npm view @odla-ai/cli@0.15.0 version` to succeed, then run
15
- `npm i -D --save-exact @odla-ai/cli@0.15.0` and `npm i @odla-ai/db`.
14
+ 1. Require `npm view @odla-ai/cli@0.16.1 version` to succeed, then run
15
+ `npm i -D --save-exact @odla-ai/cli@0.16.1` and `npm i @odla-ai/db`.
16
16
  2. `npx @odla-ai/cli init --app-id <id> --name "<Name>" --env dev --services db`
17
17
  Review `odla.config.mjs`. Keep `envs: ["dev"]` — prod is Phase 5. Set
18
18
  `links.dev` to the URL the Phase 1 `wrangler deploy` **actually printed** —