@kitelev/exocortex-cli 15.155.0 → 15.155.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 +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
// @kitelev/exocortex-cli v15.155.
|
|
2
|
+
// @kitelev/exocortex-cli v15.155.1
|
|
3
3
|
// CLI tool for Exocortex knowledge management system - SPARQL queries, task management, and more
|
|
4
4
|
// License: MIT
|
|
5
5
|
|
|
@@ -795,7 +795,7 @@ exo__BacklinksTableBlock_columns:${f==="[]"?" []":f}
|
|
|
795
795
|
--- END PREVIEW ---
|
|
796
796
|
`)}o(tX,"printDryRunReport");function rX(n,e){let r=[`--- MIGRATION ${e.apply?"APPLY":"DRY RUN"} ---`,`Migrated pairs: ${n.pairs.length}`,`Skipped configs: ${n.skipped.length}`];e.apply&&(r.push(`Files written to: ${e.outDir}/ (relative to vault root)`),r.push(`Total files written: ${n.pairs.length*2} (${n.pairs.length} Layout + ${n.pairs.length} Block)`));for(let i of n.skipped)r.push(` SKIPPED: ${i.sourcePath} \u2014 ${i.reason}`);return r.push(`--- END SUMMARY ---
|
|
797
797
|
`),r.join(`
|
|
798
|
-
`)}o(rX,"formatSummary");function nX(n,e){return{mode:e.apply?"apply":"dry-run",outDir:e.outDir,pairsCount:n.pairs.length,skippedCount:n.skipped.length,pairs:n.pairs.map(t=>({sourceUid:t.sourceUid,sourcePath:t.sourcePath,layoutUid:t.layout.uid,blockUid:t.block.uid,warnings:t.warnings})),skipped:n.skipped}}o(nX,"summariseResult");function tN(n){n.addCommand(PO()),n.addCommand(NO()),n.addCommand(LO())}o(tN,"addQuerySubcommands");function rN(n){let e=new Ce;e.name("exocortex").description("CLI tool for Exocortex knowledge management system").version(n??"15.155.
|
|
798
|
+
`)}o(rX,"formatSummary");function nX(n,e){return{mode:e.apply?"apply":"dry-run",outDir:e.outDir,pairsCount:n.pairs.length,skippedCount:n.skipped.length,pairs:n.pairs.map(t=>({sourceUid:t.sourceUid,sourcePath:t.sourcePath,layoutUid:t.layout.uid,blockUid:t.block.uid,warnings:t.warnings})),skipped:n.skipped}}o(nX,"summariseResult");function tN(n){n.addCommand(PO()),n.addCommand(NO()),n.addCommand(LO())}o(tN,"addQuerySubcommands");function rN(n){let e=new Ce;e.name("exocortex").description("CLI tool for Exocortex knowledge management system").version(n??"15.155.1");let t=e.command("exoql").description("ExoQL query execution and cache management");tN(t);let r=e.command("sparql").description("(deprecated) Use 'exoql' instead");return tN(r),r.hook("preAction",()=>{console.error('\u26A0\uFE0F "sparql" is deprecated. Use "exoql" instead.')}),e.addCommand(qF()),e.addCommand(zF()),e.addCommand(HF()),e.addCommand(YF()),e.addCommand(KF()),e.addCommand(tD()),e.addCommand(sD()),e.addCommand(_D()),e.addCommand(bD()),e.addCommand(xD()),e.addCommand(RD()),e.addCommand(PD()),e.addCommand(FD()),e.addCommand(qD()),e.addCommand(HD()),e.addCommand(eN()),e}o(rN,"createProgram");rN().parse();0&&(module.exports={createProgram});
|
|
799
799
|
/*! Bundled license information:
|
|
800
800
|
|
|
801
801
|
reflect-metadata/Reflect.js:
|
package/package.json
CHANGED