@integrity-labs/agt-cli 0.27.67 → 0.27.69
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/agt.js
CHANGED
|
@@ -27,7 +27,7 @@ import {
|
|
|
27
27
|
success,
|
|
28
28
|
table,
|
|
29
29
|
warn
|
|
30
|
-
} from "../chunk-
|
|
30
|
+
} from "../chunk-HAM7MGCF.js";
|
|
31
31
|
import {
|
|
32
32
|
CHANNEL_REGISTRY,
|
|
33
33
|
DEPLOYMENT_TEMPLATES,
|
|
@@ -4929,7 +4929,7 @@ import { execFileSync, execSync } from "child_process";
|
|
|
4929
4929
|
import { existsSync as existsSync10, realpathSync as realpathSync2 } from "fs";
|
|
4930
4930
|
import chalk18 from "chalk";
|
|
4931
4931
|
import ora16 from "ora";
|
|
4932
|
-
var cliVersion = true ? "0.27.
|
|
4932
|
+
var cliVersion = true ? "0.27.69" : "dev";
|
|
4933
4933
|
async function fetchLatestVersion() {
|
|
4934
4934
|
const host2 = getHost();
|
|
4935
4935
|
if (!host2) return null;
|
|
@@ -5877,7 +5877,7 @@ function handleError(err) {
|
|
|
5877
5877
|
}
|
|
5878
5878
|
|
|
5879
5879
|
// src/bin/agt.ts
|
|
5880
|
-
var cliVersion2 = true ? "0.27.
|
|
5880
|
+
var cliVersion2 = true ? "0.27.69" : "dev";
|
|
5881
5881
|
var program = new Command();
|
|
5882
5882
|
program.name("agt").description("Augmented CLI \u2014 agent provisioning and management").version(cliVersion2).option("--json", "Emit machine-readable JSON output (suppress spinners and colors)").option("--skip-update-check", "Skip the automatic update check on startup");
|
|
5883
5883
|
program.hook("preAction", async (thisCommand, actionCommand) => {
|
|
@@ -16,7 +16,7 @@ import {
|
|
|
16
16
|
provisionStopHook,
|
|
17
17
|
requireHost,
|
|
18
18
|
safeWriteJsonAtomic
|
|
19
|
-
} from "../chunk-
|
|
19
|
+
} from "../chunk-HAM7MGCF.js";
|
|
20
20
|
import {
|
|
21
21
|
getProjectDir as getProjectDir2,
|
|
22
22
|
getReadyTasks,
|
|
@@ -3747,7 +3747,7 @@ var cachedMaintenanceWindow = null;
|
|
|
3747
3747
|
var lastVersionCheckAt = 0;
|
|
3748
3748
|
var VERSION_CHECK_INTERVAL_MS = 5 * 60 * 1e3;
|
|
3749
3749
|
var lastResponsivenessProbeAt = 0;
|
|
3750
|
-
var agtCliVersion = true ? "0.27.
|
|
3750
|
+
var agtCliVersion = true ? "0.27.69" : "dev";
|
|
3751
3751
|
function resolveBrewPath(execFileSync4) {
|
|
3752
3752
|
try {
|
|
3753
3753
|
const out = execFileSync4("which", ["brew"], { timeout: 5e3 }).toString().trim();
|
package/package.json
CHANGED
|
File without changes
|