@odla-ai/cli 0.25.1 → 0.25.3
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 +4 -1
- package/dist/bin.cjs.map +1 -1
- package/dist/bin.js +1 -1
- package/dist/{chunk-M4XST3OX.js → chunk-MX6FSJUN.js} +5 -2
- package/dist/chunk-MX6FSJUN.js.map +1 -0
- package/dist/index.cjs +4 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
- package/skills/odla-migrate/references/phase-2-chapter.md +60 -10
- package/dist/chunk-M4XST3OX.js.map +0 -1
package/dist/index.cjs
CHANGED
|
@@ -3091,9 +3091,12 @@ to this CLI version. Use them as your setup context.
|
|
|
3091
3091
|
|
|
3092
3092
|
Operational procedures \u2014 releasing, backups, database and code-runtime
|
|
3093
3093
|
operations \u2014 are **not** in this bundle. They live in the odla database and
|
|
3094
|
-
change without a CLI release, so
|
|
3094
|
+
change without a CLI release, so ask them at the moment you begin the work.
|
|
3095
|
+
When this repository has an \`appId\`, pass it: app-scoped discovery includes
|
|
3096
|
+
that project's instructions plus the shared platform procedures.
|
|
3095
3097
|
|
|
3096
3098
|
\`\`\`
|
|
3099
|
+
npx odla-ai runbook ask "<what you are about to do>" --app <appId>
|
|
3097
3100
|
npx odla-ai runbook list
|
|
3098
3101
|
npx odla-ai runbook get <slug>
|
|
3099
3102
|
\`\`\`
|