@driftless-sh/cli 0.1.17 → 0.1.19
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
|
@@ -215590,7 +215590,7 @@ async function doctorCommand() {
|
|
|
215590
215590
|
}
|
|
215591
215591
|
const apiUrl = getApiUrl();
|
|
215592
215592
|
try {
|
|
215593
|
-
await api.get("/
|
|
215593
|
+
await api.get("/me");
|
|
215594
215594
|
checks.push({ name: "API reachable", status: "ok", detail: apiUrl });
|
|
215595
215595
|
} catch {
|
|
215596
215596
|
checks.push({ name: "API reachable", status: "fail", detail: `Cannot reach ${apiUrl}` });
|
|
@@ -215722,7 +215722,7 @@ function pad2(s, n) {
|
|
|
215722
215722
|
}
|
|
215723
215723
|
|
|
215724
215724
|
// src/index.ts
|
|
215725
|
-
var VERSION = "0.1.
|
|
215725
|
+
var VERSION = "0.1.19";
|
|
215726
215726
|
var HELP_TEXT = `Driftless CLI v${VERSION} \u2014 Context integrity for AI engineering teams
|
|
215727
215727
|
|
|
215728
215728
|
Install: npm install -g @driftless-sh/cli
|