@odla-ai/cli 0.29.0 → 0.30.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 +42 -23
- package/dist/bin.cjs +254 -43
- package/dist/bin.cjs.map +1 -1
- package/dist/bin.js +1 -1
- package/dist/{chunk-YTVLTADT.js → chunk-PPSXHZJI.js} +234 -44
- package/dist/chunk-PPSXHZJI.js.map +1 -0
- package/dist/{cli-DNOAYDBR.js → cli-CKBUVTJM.js} +2 -2
- package/dist/index.cjs +233 -43
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -2
- package/dist/index.d.ts +3 -2
- package/dist/index.js +1 -1
- package/dist/runtime/pi-agent.js +18728 -15
- package/package.json +1 -1
- package/skills/odla/SKILL.md +4 -1
- package/skills/odla/references/pm-work-intake.md +5 -3
- package/skills/odla/references/pm.md +4 -0
- package/skills/odla-migrate/references/secrets-map.md +22 -22
- package/skills/odla-migrate/references/troubleshooting.md +14 -16
- package/dist/chunk-YTVLTADT.js.map +0 -1
- /package/dist/{cli-DNOAYDBR.js.map → cli-CKBUVTJM.js.map} +0 -0
package/dist/index.d.cts
CHANGED
|
@@ -931,8 +931,9 @@ declare function initProject(options: InitOptions): void;
|
|
|
931
931
|
* this is an identity hint, never a password or session credential.
|
|
932
932
|
* @param options.requestGrant Ignore ambient/cached credentials and request a
|
|
933
933
|
* fresh owner-reviewed app.manage grant for this exact app.
|
|
934
|
-
* @param options.pushSecrets Preflight Wrangler, then
|
|
935
|
-
*
|
|
934
|
+
* @param options.pushSecrets Preflight Wrangler, then stage one target-bound
|
|
935
|
+
* credential set through the handshake-authorized Registry and transfer it
|
|
936
|
+
* to the Worker over stdin without writing plaintext under `.odla`.
|
|
936
937
|
* @param options.writeDevVars `true`/a path writes `.dev.vars`; `writeCredentials: false` skips the creds file.
|
|
937
938
|
* @param options.yes Required for a non-dry-run plan containing `prod` or
|
|
938
939
|
* `production`; callers must show and review `dryRun` output first.
|
package/dist/index.d.ts
CHANGED
|
@@ -931,8 +931,9 @@ declare function initProject(options: InitOptions): void;
|
|
|
931
931
|
* this is an identity hint, never a password or session credential.
|
|
932
932
|
* @param options.requestGrant Ignore ambient/cached credentials and request a
|
|
933
933
|
* fresh owner-reviewed app.manage grant for this exact app.
|
|
934
|
-
* @param options.pushSecrets Preflight Wrangler, then
|
|
935
|
-
*
|
|
934
|
+
* @param options.pushSecrets Preflight Wrangler, then stage one target-bound
|
|
935
|
+
* credential set through the handshake-authorized Registry and transfer it
|
|
936
|
+
* to the Worker over stdin without writing plaintext under `.odla`.
|
|
936
937
|
* @param options.writeDevVars `true`/a path writes `.dev.vars`; `writeCredentials: false` skips the creds file.
|
|
937
938
|
* @param options.yes Required for a non-dry-run plan containing `prod` or
|
|
938
939
|
* `production`; callers must show and review `dryRun` output first.
|