@driftless-sh/cli 0.1.21 → 0.1.22
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/dist/index.js.map +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -215428,7 +215428,7 @@ async function contextCommand(args) {
|
|
|
215428
215428
|
process.exit(1);
|
|
215429
215429
|
}
|
|
215430
215430
|
const missingFiles = files.filter((f) => !(0, import_node_fs4.existsSync)((0, import_node_path4.resolve)(process.cwd(), f)));
|
|
215431
|
-
if (missingFiles.length > 0
|
|
215431
|
+
if (missingFiles.length > 0) {
|
|
215432
215432
|
console.error(`File(s) not found locally: ${missingFiles.join(", ")}. Matching by pattern only.`);
|
|
215433
215433
|
}
|
|
215434
215434
|
try {
|
|
@@ -215813,7 +215813,7 @@ function pad2(s, n) {
|
|
|
215813
215813
|
}
|
|
215814
215814
|
|
|
215815
215815
|
// src/index.ts
|
|
215816
|
-
var VERSION = "0.1.
|
|
215816
|
+
var VERSION = "0.1.22";
|
|
215817
215817
|
var HELP_TEXT = `Driftless CLI v${VERSION} \u2014 Context integrity for AI engineering teams
|
|
215818
215818
|
|
|
215819
215819
|
Install: npm install -g @driftless-sh/cli
|