@odla-ai/cli 0.25.0 → 0.25.2
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 +5 -2
- package/dist/bin.cjs.map +1 -1
- package/dist/bin.js +1 -1
- package/dist/{chunk-HG63GLGU.js → chunk-MX6FSJUN.js} +6 -3
- package/dist/chunk-MX6FSJUN.js.map +1 -0
- package/dist/index.cjs +5 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/skills/odla-migrate/references/phase-2-chapter.md +60 -10
- package/dist/chunk-HG63GLGU.js.map +0 -1
package/dist/bin.js
CHANGED
|
@@ -2318,9 +2318,12 @@ to this CLI version. Use them as your setup context.
|
|
|
2318
2318
|
|
|
2319
2319
|
Operational procedures \u2014 releasing, backups, database and code-runtime
|
|
2320
2320
|
operations \u2014 are **not** in this bundle. They live in the odla database and
|
|
2321
|
-
change without a CLI release, so
|
|
2321
|
+
change without a CLI release, so ask them at the moment you begin the work.
|
|
2322
|
+
When this repository has an \`appId\`, pass it: app-scoped discovery includes
|
|
2323
|
+
that project's instructions plus the shared platform procedures.
|
|
2322
2324
|
|
|
2323
2325
|
\`\`\`
|
|
2326
|
+
npx odla-ai runbook ask "<what you are about to do>" --app <appId>
|
|
2324
2327
|
npx odla-ai runbook list
|
|
2325
2328
|
npx odla-ai runbook get <slug>
|
|
2326
2329
|
\`\`\`
|
|
@@ -8021,7 +8024,7 @@ function emit(ctx, value, human) {
|
|
|
8021
8024
|
if (ctx.json) ctx.out.log(JSON.stringify(value, null, 2));
|
|
8022
8025
|
else human();
|
|
8023
8026
|
}
|
|
8024
|
-
var state = (topic) => topic.
|
|
8027
|
+
var state = (topic) => topic.resolved ? "resolved" : "open";
|
|
8025
8028
|
function bodyWithRefs(post) {
|
|
8026
8029
|
if (!post.refs || post.refs.length === 0) return post.body;
|
|
8027
8030
|
let out = "";
|
|
@@ -10146,4 +10149,4 @@ export {
|
|
|
10146
10149
|
exitCodeFor,
|
|
10147
10150
|
runCli
|
|
10148
10151
|
};
|
|
10149
|
-
//# sourceMappingURL=chunk-
|
|
10152
|
+
//# sourceMappingURL=chunk-MX6FSJUN.js.map
|