vercel 50.37.1 → 50.37.3
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/chunks/{chunk-I3IX2FMH.js → chunk-AACAZGTQ.js} +1 -1
- package/dist/chunks/{chunk-MDWTNWXT.js → chunk-BU4VHI53.js} +2 -2
- package/dist/chunks/{chunk-TUYKJUVG.js → chunk-EYGNU2BP.js} +1 -1
- package/dist/chunks/{chunk-JEYLBN3E.js → chunk-FUK3AUXL.js} +1 -1
- package/dist/chunks/{chunk-WFPUJOVA.js → chunk-JFTBLO4O.js} +1 -1
- package/dist/chunks/{chunk-ZDIXEU2X.js → chunk-JMFV5L7Q.js} +1 -1
- package/dist/chunks/{chunk-4XGZYZTX.js → chunk-JO7R3RHJ.js} +2 -2
- package/dist/chunks/{chunk-J3XMDZWW.js → chunk-JTUEV67U.js} +4 -4
- package/dist/chunks/{chunk-S5LPLVTY.js → chunk-LRGCB3GI.js} +3 -3
- package/dist/chunks/{chunk-OGJEDUQA.js → chunk-LRHAZC7D.js} +2 -2
- package/dist/chunks/{chunk-CTSX3QOE.js → chunk-MRUCUMUG.js} +1 -1
- package/dist/chunks/chunk-NKBY7GFB.js +247 -0
- package/dist/chunks/{chunk-LM3CK3SI.js → chunk-PBUKJWLL.js} +3 -3
- package/dist/chunks/{chunk-NCBARKDO.js → chunk-THQD57D2.js} +1 -1
- package/dist/chunks/{chunk-O2UWCQCQ.js → chunk-UNW5ZUOV.js} +1 -1
- package/dist/chunks/{chunk-6WJD7XZZ.js → chunk-V53ANR46.js} +2 -2
- package/dist/chunks/{chunk-XNUNXKF7.js → chunk-VYDMHA6I.js} +1 -1
- package/dist/chunks/{chunk-ILFSWUKI.js → chunk-YXB74E75.js} +4 -4
- package/dist/chunks/{compile-vercel-config-KLDE6OM5.js → compile-vercel-config-3WQCE36T.js} +1 -1
- package/dist/chunks/{delete-OJ5UQV74.js → delete-NLXFDNK3.js} +2 -2
- package/dist/chunks/{disable-UMDO3PM7.js → disable-4Q2PFIYP.js} +2 -2
- package/dist/chunks/{discard-T57LCSAJ.js → discard-F67SSE33.js} +2 -2
- package/dist/chunks/{edit-5DF24ZR7.js → edit-NHROI2WQ.js} +3 -3
- package/dist/chunks/{enable-GQMCD7ON.js → enable-IXODGTFQ.js} +2 -2
- package/dist/chunks/{export-MFY6YVWU.js → export-2INYWRQL.js} +2 -2
- package/dist/chunks/{list-AAHRQRMH.js → list-7FHIHZVP.js} +1 -1
- package/dist/chunks/{list-45DJTCI6.js → list-AL6XZUSS.js} +1 -1
- package/dist/chunks/{publish-7T7TIXFL.js → publish-NR3GCDKE.js} +2 -2
- package/dist/chunks/{query-5IXTJIHK.js → query-FQAS3PGV.js} +1 -1
- package/dist/chunks/{reorder-7TB73MDY.js → reorder-E4MBA7OH.js} +2 -2
- package/dist/chunks/{restore-EZ6BI5DA.js → restore-56IUEBCN.js} +2 -2
- package/dist/commands/build/index.js +9 -9
- package/dist/commands/deploy/index.js +10 -10
- package/dist/commands/dev/index.js +8 -8
- package/dist/commands/env/index.js +5 -5
- package/dist/commands/link/index.js +7 -9
- package/dist/commands/list/index.js +2 -2
- package/dist/commands-bulk.js +1210 -1106
- package/dist/index.js +9 -9
- package/dist/version.mjs +1 -1
- package/package.json +19 -19
- package/dist/chunks/chunk-NMGLSWD2.js +0 -384
|
@@ -40960,7 +40960,7 @@ var require_package = __commonJS({
|
|
|
40960
40960
|
"../client/package.json"(exports2, module2) {
|
|
40961
40961
|
module2.exports = {
|
|
40962
40962
|
name: "@vercel/client",
|
|
40963
|
-
version: "17.2.
|
|
40963
|
+
version: "17.2.65",
|
|
40964
40964
|
main: "dist/index.js",
|
|
40965
40965
|
typings: "dist/index.d.ts",
|
|
40966
40966
|
homepage: "https://vercel.com",
|
|
@@ -25,10 +25,10 @@ import {
|
|
|
25
25
|
import {
|
|
26
26
|
buildCommand,
|
|
27
27
|
pullCommand
|
|
28
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-UNW5ZUOV.js";
|
|
29
29
|
import {
|
|
30
30
|
envCommand
|
|
31
|
-
} from "./chunk-
|
|
31
|
+
} from "./chunk-AACAZGTQ.js";
|
|
32
32
|
import {
|
|
33
33
|
confirmOption,
|
|
34
34
|
forceOption,
|
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
} from "./chunk-IB5L4LKZ.js";
|
|
10
10
|
import {
|
|
11
11
|
require_execa
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-EYGNU2BP.js";
|
|
13
13
|
import {
|
|
14
14
|
VERCEL_DIR,
|
|
15
15
|
readJSONFile,
|
|
@@ -17,7 +17,7 @@ import {
|
|
|
17
17
|
require_dist3,
|
|
18
18
|
require_lib,
|
|
19
19
|
require_minimatch
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-AACAZGTQ.js";
|
|
21
21
|
import {
|
|
22
22
|
require_pluralize
|
|
23
23
|
} from "./chunk-AY4LBM3J.js";
|
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
printIndications,
|
|
10
10
|
require_dist as require_dist2,
|
|
11
11
|
sleep
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-LRGCB3GI.js";
|
|
13
13
|
import {
|
|
14
14
|
suggestNextCommands
|
|
15
15
|
} from "./chunk-XR53KVJD.js";
|
|
@@ -22,10 +22,10 @@ import {
|
|
|
22
22
|
} from "./chunk-QIZEWDZG.js";
|
|
23
23
|
import {
|
|
24
24
|
showPluginTipIfNeeded
|
|
25
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-NKBY7GFB.js";
|
|
26
26
|
import {
|
|
27
27
|
CommandTimeout
|
|
28
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-BU4VHI53.js";
|
|
29
29
|
import {
|
|
30
30
|
ua_default
|
|
31
31
|
} from "./chunk-5ZVJYXLU.js";
|
|
@@ -34,7 +34,7 @@ import {
|
|
|
34
34
|
param,
|
|
35
35
|
require_dist as require_dist3,
|
|
36
36
|
require_lib3 as require_lib
|
|
37
|
-
} from "./chunk-
|
|
37
|
+
} from "./chunk-AACAZGTQ.js";
|
|
38
38
|
import {
|
|
39
39
|
stamp_default
|
|
40
40
|
} from "./chunk-SOTR4CXR.js";
|
|
@@ -9,13 +9,13 @@ import {
|
|
|
9
9
|
} from "./chunk-V5P25P7F.js";
|
|
10
10
|
import {
|
|
11
11
|
autoInstallAgentTooling
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-NKBY7GFB.js";
|
|
13
13
|
import {
|
|
14
14
|
ua_default
|
|
15
15
|
} from "./chunk-5ZVJYXLU.js";
|
|
16
16
|
import {
|
|
17
17
|
getLocalPathConfig
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-FUK3AUXL.js";
|
|
19
19
|
import {
|
|
20
20
|
DEFAULT_VERCEL_CONFIG_FILENAME,
|
|
21
21
|
VERCEL_CONFIG_EXTENSIONS,
|
|
@@ -40,7 +40,7 @@ import {
|
|
|
40
40
|
useKeypress,
|
|
41
41
|
usePrefix,
|
|
42
42
|
useState
|
|
43
|
-
} from "./chunk-
|
|
43
|
+
} from "./chunk-AACAZGTQ.js";
|
|
44
44
|
import {
|
|
45
45
|
getUser
|
|
46
46
|
} from "./chunk-AY4LBM3J.js";
|
|
@@ -6,14 +6,14 @@ const __filename = __fileURLToPath(import.meta.url);
|
|
|
6
6
|
const __dirname = __dirname_(__filename);
|
|
7
7
|
import {
|
|
8
8
|
setupAndLink
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-V53ANR46.js";
|
|
10
10
|
import {
|
|
11
11
|
buildCommandWithYes,
|
|
12
12
|
getLinkedProject,
|
|
13
13
|
outputActionRequired,
|
|
14
14
|
param,
|
|
15
15
|
resolveProjectCwd
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-AACAZGTQ.js";
|
|
17
17
|
import {
|
|
18
18
|
getCommandName,
|
|
19
19
|
getCommandNamePlain
|
|
@@ -0,0 +1,247 @@
|
|
|
1
|
+
import { createRequire as __createRequire } from 'node:module';
|
|
2
|
+
import { fileURLToPath as __fileURLToPath } from 'node:url';
|
|
3
|
+
import { dirname as __dirname_ } from 'node:path';
|
|
4
|
+
const require = __createRequire(import.meta.url);
|
|
5
|
+
const __filename = __fileURLToPath(import.meta.url);
|
|
6
|
+
const __dirname = __dirname_(__filename);
|
|
7
|
+
import {
|
|
8
|
+
global_path_default
|
|
9
|
+
} from "./chunk-AACAZGTQ.js";
|
|
10
|
+
import {
|
|
11
|
+
output_manager_default
|
|
12
|
+
} from "./chunk-FDJURQMQ.js";
|
|
13
|
+
import {
|
|
14
|
+
require_source
|
|
15
|
+
} from "./chunk-S7KYDPEM.js";
|
|
16
|
+
import {
|
|
17
|
+
__toESM
|
|
18
|
+
} from "./chunk-TZ2YI2VH.js";
|
|
19
|
+
|
|
20
|
+
// src/util/agent/auto-install-agentic.ts
|
|
21
|
+
var import_chalk = __toESM(require_source(), 1);
|
|
22
|
+
import { readFile, writeFile, readdir } from "fs/promises";
|
|
23
|
+
import { access } from "fs/promises";
|
|
24
|
+
import { join } from "path";
|
|
25
|
+
import { homedir } from "os";
|
|
26
|
+
import { spawn } from "child_process";
|
|
27
|
+
import { KNOWN_AGENTS } from "@vercel/detect-agent";
|
|
28
|
+
var PREFS_FILE = "agent-preferences.json";
|
|
29
|
+
var AGENT_TO_TARGET = {
|
|
30
|
+
[KNOWN_AGENTS.CLAUDE]: "claude-code",
|
|
31
|
+
[KNOWN_AGENTS.COWORK]: "claude-code",
|
|
32
|
+
[KNOWN_AGENTS.CURSOR]: "cursor",
|
|
33
|
+
[KNOWN_AGENTS.CURSOR_CLI]: "cursor"
|
|
34
|
+
};
|
|
35
|
+
async function fileExists(filePath) {
|
|
36
|
+
try {
|
|
37
|
+
await access(filePath);
|
|
38
|
+
return true;
|
|
39
|
+
} catch {
|
|
40
|
+
return false;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
async function readPrefs() {
|
|
44
|
+
try {
|
|
45
|
+
const raw = await readFile(
|
|
46
|
+
join(global_path_default(), PREFS_FILE),
|
|
47
|
+
"utf-8"
|
|
48
|
+
);
|
|
49
|
+
return JSON.parse(raw);
|
|
50
|
+
} catch {
|
|
51
|
+
return {};
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
async function writePrefs(prefs) {
|
|
55
|
+
try {
|
|
56
|
+
await writeFile(
|
|
57
|
+
join(global_path_default(), PREFS_FILE),
|
|
58
|
+
JSON.stringify(prefs, null, 2),
|
|
59
|
+
"utf-8"
|
|
60
|
+
);
|
|
61
|
+
} catch {
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
async function getPluginTargets(agentName) {
|
|
65
|
+
if (agentName && AGENT_TO_TARGET[agentName]) {
|
|
66
|
+
return [AGENT_TO_TARGET[agentName]];
|
|
67
|
+
}
|
|
68
|
+
const home = homedir();
|
|
69
|
+
const targets = [];
|
|
70
|
+
if (await fileExists(join(home, ".claude"))) {
|
|
71
|
+
targets.push("claude-code");
|
|
72
|
+
}
|
|
73
|
+
if (await fileExists(join(home, ".cursor"))) {
|
|
74
|
+
targets.push("cursor");
|
|
75
|
+
}
|
|
76
|
+
return targets;
|
|
77
|
+
}
|
|
78
|
+
async function isPluginInClaudeRegistry() {
|
|
79
|
+
try {
|
|
80
|
+
const raw = await readFile(
|
|
81
|
+
join(homedir(), ".claude", "plugins", "installed_plugins.json"),
|
|
82
|
+
"utf-8"
|
|
83
|
+
);
|
|
84
|
+
const data = JSON.parse(raw);
|
|
85
|
+
const plugins = data?.plugins ?? {};
|
|
86
|
+
return Object.keys(plugins).some(
|
|
87
|
+
(key) => key.toLowerCase().includes("vercel-plugin")
|
|
88
|
+
);
|
|
89
|
+
} catch {
|
|
90
|
+
return false;
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
async function isPluginInCursorPlugins() {
|
|
94
|
+
const pluginsDir = join(homedir(), ".cursor", "plugins");
|
|
95
|
+
try {
|
|
96
|
+
const entries = await readdir(pluginsDir, { withFileTypes: true });
|
|
97
|
+
for (const entry of entries) {
|
|
98
|
+
if (!entry.isDirectory())
|
|
99
|
+
continue;
|
|
100
|
+
if (entry.name.includes("vercel-plugin")) {
|
|
101
|
+
return true;
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
} catch {
|
|
105
|
+
return false;
|
|
106
|
+
}
|
|
107
|
+
return false;
|
|
108
|
+
}
|
|
109
|
+
async function isPluginInstalledForTarget(target) {
|
|
110
|
+
if (target === "claude-code") {
|
|
111
|
+
return isPluginInClaudeRegistry();
|
|
112
|
+
}
|
|
113
|
+
if (target === "cursor") {
|
|
114
|
+
return await isPluginInClaudeRegistry() || await isPluginInCursorPlugins();
|
|
115
|
+
}
|
|
116
|
+
return false;
|
|
117
|
+
}
|
|
118
|
+
async function confirm(client, message, autoConfirm) {
|
|
119
|
+
if (autoConfirm && !client.isAgent) {
|
|
120
|
+
return true;
|
|
121
|
+
}
|
|
122
|
+
if (!client.stdin.isTTY) {
|
|
123
|
+
return false;
|
|
124
|
+
}
|
|
125
|
+
return client.input.confirm(message, true);
|
|
126
|
+
}
|
|
127
|
+
async function autoInstallAgentTooling(client, options) {
|
|
128
|
+
try {
|
|
129
|
+
const prefs = await readPrefs();
|
|
130
|
+
if (!prefs.pluginDismissed) {
|
|
131
|
+
const targets = await getPluginTargets(client.agentName);
|
|
132
|
+
const uninstalledTargets = [];
|
|
133
|
+
for (const target of targets) {
|
|
134
|
+
if (!await isPluginInstalledForTarget(target)) {
|
|
135
|
+
uninstalledTargets.push(target);
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
if (uninstalledTargets.length > 0) {
|
|
139
|
+
if (client.isAgent && !client.stdin.isTTY) {
|
|
140
|
+
const next = uninstalledTargets.map((target) => ({
|
|
141
|
+
command: `npx plugins add vercel/vercel-plugin --target ${target} -y`,
|
|
142
|
+
when: `Install Vercel plugin for ${target}`
|
|
143
|
+
}));
|
|
144
|
+
client.stdout.write(
|
|
145
|
+
`${JSON.stringify(
|
|
146
|
+
{
|
|
147
|
+
status: "action_required",
|
|
148
|
+
reason: "plugin_install",
|
|
149
|
+
message: "The Vercel plugin enhances your agent experience. Would you like to install it?",
|
|
150
|
+
next
|
|
151
|
+
},
|
|
152
|
+
null,
|
|
153
|
+
2
|
|
154
|
+
)}
|
|
155
|
+
`
|
|
156
|
+
);
|
|
157
|
+
prefs.pluginDismissed = true;
|
|
158
|
+
await writePrefs(prefs);
|
|
159
|
+
return;
|
|
160
|
+
}
|
|
161
|
+
const targetList = uninstalledTargets.join(", ");
|
|
162
|
+
output_manager_default.log(
|
|
163
|
+
`The Vercel plugin installs on your agent harness (${targetList}) to give your AI agent the ability to manage deployments, environments, and more.`
|
|
164
|
+
);
|
|
165
|
+
const accepted = await confirm(
|
|
166
|
+
client,
|
|
167
|
+
"Install the Vercel plugin?",
|
|
168
|
+
options?.autoConfirm
|
|
169
|
+
);
|
|
170
|
+
if (accepted) {
|
|
171
|
+
let interrupted = false;
|
|
172
|
+
for (const target of uninstalledTargets) {
|
|
173
|
+
if (interrupted)
|
|
174
|
+
break;
|
|
175
|
+
output_manager_default.spinner(`Installing Vercel plugin for ${target}...`);
|
|
176
|
+
const exitCode = await new Promise((resolve) => {
|
|
177
|
+
const child = spawn(
|
|
178
|
+
"npx",
|
|
179
|
+
[
|
|
180
|
+
"plugins",
|
|
181
|
+
"add",
|
|
182
|
+
"vercel/vercel-plugin",
|
|
183
|
+
"--target",
|
|
184
|
+
target,
|
|
185
|
+
"-y"
|
|
186
|
+
],
|
|
187
|
+
{ stdio: "pipe" }
|
|
188
|
+
);
|
|
189
|
+
const onSigint = () => {
|
|
190
|
+
interrupted = true;
|
|
191
|
+
child.kill();
|
|
192
|
+
};
|
|
193
|
+
process.once("SIGINT", onSigint);
|
|
194
|
+
child.on("close", (c) => {
|
|
195
|
+
process.removeListener("SIGINT", onSigint);
|
|
196
|
+
resolve(c ?? 1);
|
|
197
|
+
});
|
|
198
|
+
child.on("error", () => {
|
|
199
|
+
process.removeListener("SIGINT", onSigint);
|
|
200
|
+
resolve(1);
|
|
201
|
+
});
|
|
202
|
+
});
|
|
203
|
+
output_manager_default.stopSpinner();
|
|
204
|
+
if (interrupted) {
|
|
205
|
+
output_manager_default.log("Plugin installation cancelled.");
|
|
206
|
+
break;
|
|
207
|
+
}
|
|
208
|
+
if (exitCode === 0) {
|
|
209
|
+
output_manager_default.success(`Installed Vercel plugin for ${target}`);
|
|
210
|
+
} else {
|
|
211
|
+
output_manager_default.debug(`Failed to install Vercel plugin for ${target}`);
|
|
212
|
+
}
|
|
213
|
+
}
|
|
214
|
+
} else {
|
|
215
|
+
prefs.pluginDismissed = true;
|
|
216
|
+
await writePrefs(prefs);
|
|
217
|
+
}
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
} catch (err) {
|
|
221
|
+
output_manager_default.debug(`Auto-install agent tooling failed: ${err}`);
|
|
222
|
+
}
|
|
223
|
+
}
|
|
224
|
+
async function showPluginTipIfNeeded() {
|
|
225
|
+
try {
|
|
226
|
+
const prefs = await readPrefs();
|
|
227
|
+
if (prefs.pluginDismissed)
|
|
228
|
+
return;
|
|
229
|
+
const targets = await getPluginTargets();
|
|
230
|
+
for (const target of targets) {
|
|
231
|
+
if (!await isPluginInstalledForTarget(target)) {
|
|
232
|
+
output_manager_default.log(
|
|
233
|
+
import_chalk.default.dim(
|
|
234
|
+
"Tip: Run `npx plugins add vercel/vercel-plugin` to enhance your agent experience"
|
|
235
|
+
)
|
|
236
|
+
);
|
|
237
|
+
return;
|
|
238
|
+
}
|
|
239
|
+
}
|
|
240
|
+
} catch {
|
|
241
|
+
}
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
export {
|
|
245
|
+
autoInstallAgentTooling,
|
|
246
|
+
showPluginTipIfNeeded
|
|
247
|
+
};
|
|
@@ -6,13 +6,13 @@ const __filename = __fileURLToPath(import.meta.url);
|
|
|
6
6
|
const __dirname = __dirname_(__filename);
|
|
7
7
|
import {
|
|
8
8
|
getUpdateCommand
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-JFTBLO4O.js";
|
|
10
10
|
import {
|
|
11
11
|
login
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-LRGCB3GI.js";
|
|
13
13
|
import {
|
|
14
14
|
loginCommand
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-BU4VHI53.js";
|
|
16
16
|
import {
|
|
17
17
|
help
|
|
18
18
|
} from "./chunk-O5OD4JWH.js";
|
|
@@ -6,7 +6,7 @@ const __filename = __fileURLToPath(import.meta.url);
|
|
|
6
6
|
const __dirname = __dirname_(__filename);
|
|
7
7
|
import {
|
|
8
8
|
getLocalPathConfig
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-FUK3AUXL.js";
|
|
10
10
|
import {
|
|
11
11
|
VERCEL_DIR_PROJECT,
|
|
12
12
|
VERCEL_DIR_README,
|
|
@@ -31,7 +31,7 @@ import {
|
|
|
31
31
|
selectAndParseRemoteUrl,
|
|
32
32
|
selectOrg,
|
|
33
33
|
writeServicesConfig
|
|
34
|
-
} from "./chunk-
|
|
34
|
+
} from "./chunk-AACAZGTQ.js";
|
|
35
35
|
import {
|
|
36
36
|
table
|
|
37
37
|
} from "./chunk-CTY6ZEQZ.js";
|
|
@@ -6,13 +6,13 @@ const __filename = __fileURLToPath(import.meta.url);
|
|
|
6
6
|
const __dirname = __dirname_(__filename);
|
|
7
7
|
import {
|
|
8
8
|
writeProjectSettings
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-VYDMHA6I.js";
|
|
10
10
|
import {
|
|
11
11
|
ensureLink
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-LRHAZC7D.js";
|
|
13
13
|
import {
|
|
14
14
|
pullCommand
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-UNW5ZUOV.js";
|
|
16
16
|
import {
|
|
17
17
|
help
|
|
18
18
|
} from "./chunk-O5OD4JWH.js";
|
|
@@ -22,7 +22,7 @@ import {
|
|
|
22
22
|
envPullCommandLogic,
|
|
23
23
|
humanizePath,
|
|
24
24
|
parseTarget
|
|
25
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-AACAZGTQ.js";
|
|
26
26
|
import {
|
|
27
27
|
TelemetryClient
|
|
28
28
|
} from "./chunk-MXPZBZ2X.js";
|
|
@@ -15,7 +15,7 @@ import {
|
|
|
15
15
|
parseSubcommandArgs,
|
|
16
16
|
resolveRoutes,
|
|
17
17
|
withGlobalFlags
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-MRUCUMUG.js";
|
|
19
19
|
import {
|
|
20
20
|
deleteSubcommand
|
|
21
21
|
} from "./chunk-SV3GZCMS.js";
|
|
@@ -25,7 +25,7 @@ import {
|
|
|
25
25
|
} from "./chunk-V7AUULPM.js";
|
|
26
26
|
import {
|
|
27
27
|
outputAgentError
|
|
28
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-AACAZGTQ.js";
|
|
29
29
|
import "./chunk-MXPZBZ2X.js";
|
|
30
30
|
import {
|
|
31
31
|
stamp_default
|
|
@@ -17,14 +17,14 @@ import {
|
|
|
17
17
|
parseSubcommandArgs,
|
|
18
18
|
resolveRoute,
|
|
19
19
|
withGlobalFlags
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-MRUCUMUG.js";
|
|
21
21
|
import {
|
|
22
22
|
disableSubcommand
|
|
23
23
|
} from "./chunk-SV3GZCMS.js";
|
|
24
24
|
import "./chunk-V7AUULPM.js";
|
|
25
25
|
import {
|
|
26
26
|
outputAgentError
|
|
27
|
-
} from "./chunk-
|
|
27
|
+
} from "./chunk-AACAZGTQ.js";
|
|
28
28
|
import "./chunk-MXPZBZ2X.js";
|
|
29
29
|
import {
|
|
30
30
|
stamp_default
|
|
@@ -17,14 +17,14 @@ import {
|
|
|
17
17
|
parseSubcommandArgs,
|
|
18
18
|
printDiffSummary,
|
|
19
19
|
withGlobalFlags
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-MRUCUMUG.js";
|
|
21
21
|
import {
|
|
22
22
|
discardSubcommand
|
|
23
23
|
} from "./chunk-SV3GZCMS.js";
|
|
24
24
|
import "./chunk-V7AUULPM.js";
|
|
25
25
|
import {
|
|
26
26
|
outputAgentError
|
|
27
|
-
} from "./chunk-
|
|
27
|
+
} from "./chunk-AACAZGTQ.js";
|
|
28
28
|
import "./chunk-MXPZBZ2X.js";
|
|
29
29
|
import {
|
|
30
30
|
stamp_default
|
|
@@ -19,7 +19,7 @@ import {
|
|
|
19
19
|
printRouteConfig,
|
|
20
20
|
routingRuleToCurrentRoute,
|
|
21
21
|
runInteractiveEditLoop
|
|
22
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-JMFV5L7Q.js";
|
|
23
23
|
import {
|
|
24
24
|
getRouteVersions
|
|
25
25
|
} from "./chunk-AHU7WNL2.js";
|
|
@@ -31,14 +31,14 @@ import {
|
|
|
31
31
|
resolveRoute,
|
|
32
32
|
shellQuoteRouteIdentifierForSuggestion,
|
|
33
33
|
withGlobalFlags
|
|
34
|
-
} from "./chunk-
|
|
34
|
+
} from "./chunk-MRUCUMUG.js";
|
|
35
35
|
import {
|
|
36
36
|
editSubcommand
|
|
37
37
|
} from "./chunk-SV3GZCMS.js";
|
|
38
38
|
import "./chunk-V7AUULPM.js";
|
|
39
39
|
import {
|
|
40
40
|
outputAgentError
|
|
41
|
-
} from "./chunk-
|
|
41
|
+
} from "./chunk-AACAZGTQ.js";
|
|
42
42
|
import "./chunk-MXPZBZ2X.js";
|
|
43
43
|
import {
|
|
44
44
|
stamp_default
|
|
@@ -17,14 +17,14 @@ import {
|
|
|
17
17
|
parseSubcommandArgs,
|
|
18
18
|
resolveRoute,
|
|
19
19
|
withGlobalFlags
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-MRUCUMUG.js";
|
|
21
21
|
import {
|
|
22
22
|
enableSubcommand
|
|
23
23
|
} from "./chunk-SV3GZCMS.js";
|
|
24
24
|
import "./chunk-V7AUULPM.js";
|
|
25
25
|
import {
|
|
26
26
|
outputAgentError
|
|
27
|
-
} from "./chunk-
|
|
27
|
+
} from "./chunk-AACAZGTQ.js";
|
|
28
28
|
import "./chunk-MXPZBZ2X.js";
|
|
29
29
|
import {
|
|
30
30
|
stamp_default
|
|
@@ -9,14 +9,14 @@ import {
|
|
|
9
9
|
getRoutes,
|
|
10
10
|
parseSubcommandArgs,
|
|
11
11
|
withGlobalFlags
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-MRUCUMUG.js";
|
|
13
13
|
import {
|
|
14
14
|
exportSubcommand
|
|
15
15
|
} from "./chunk-SV3GZCMS.js";
|
|
16
16
|
import "./chunk-V7AUULPM.js";
|
|
17
17
|
import {
|
|
18
18
|
outputAgentError
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-AACAZGTQ.js";
|
|
20
20
|
import "./chunk-MXPZBZ2X.js";
|
|
21
21
|
import "./chunk-SOTR4CXR.js";
|
|
22
22
|
import "./chunk-AY4LBM3J.js";
|
|
@@ -17,14 +17,14 @@ import {
|
|
|
17
17
|
parseSubcommandArgs,
|
|
18
18
|
printDiffSummary,
|
|
19
19
|
withGlobalFlags
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-MRUCUMUG.js";
|
|
21
21
|
import {
|
|
22
22
|
publishSubcommand
|
|
23
23
|
} from "./chunk-SV3GZCMS.js";
|
|
24
24
|
import "./chunk-V7AUULPM.js";
|
|
25
25
|
import {
|
|
26
26
|
outputAgentError
|
|
27
|
-
} from "./chunk-
|
|
27
|
+
} from "./chunk-AACAZGTQ.js";
|
|
28
28
|
import "./chunk-MXPZBZ2X.js";
|
|
29
29
|
import {
|
|
30
30
|
stamp_default
|