vercel 54.19.0 → 54.20.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/chunks/{add-WB6SXGXX.js → add-IB7HE5S5.js} +2 -2
- package/dist/chunks/{add-P6CBTAGK.js → add-TF5VZLCY.js} +3 -3
- package/dist/chunks/{chunk-WFXGLPSI.js → chunk-4BEUS7AL.js} +288 -70
- package/dist/chunks/{chunk-RKLBPBRM.js → chunk-7PAKWBN4.js} +2 -2
- package/dist/chunks/{chunk-E2ENQE2W.js → chunk-BUZRVER7.js} +1 -0
- package/dist/chunks/{chunk-L6QLQSJE.js → chunk-GDAO4PGA.js} +1 -1
- package/dist/chunks/{chunk-SQYJEUZD.js → chunk-JDO6BSKN.js} +2 -2
- package/dist/chunks/{chunk-ZVDYGXRA.js → chunk-JHQOIGTY.js} +1 -1
- package/dist/chunks/{chunk-LFODAB54.js → chunk-R5FOIIHT.js} +6 -0
- package/dist/chunks/{chunk-FM24W7ET.js → chunk-T63I6OUR.js} +1 -1
- package/dist/chunks/{image-R4JG4NX4.js → image-2DL7JEWW.js} +3 -3
- package/dist/chunks/{inspect-RTJALSXC.js → inspect-6IHZTLFA.js} +2 -2
- package/dist/chunks/{inspect-VXODLWNM.js → inspect-EGXHWKY3.js} +2 -2
- package/dist/chunks/{inspect-57BITHYZ.js → inspect-PL3PE5IJ.js} +2 -2
- package/dist/chunks/{inspect-KYVZQL56.js → inspect-Z3QJOMNP.js} +2 -2
- package/dist/chunks/{list-MUFZTUZA.js → list-BB4T4KT5.js} +1 -1
- package/dist/chunks/{list-BYTNF7D7.js → list-KNRPDNQF.js} +2 -2
- package/dist/chunks/{ls-JPWOOVMW.js → ls-EP4Q6VF4.js} +2 -2
- package/dist/chunks/{ls-PDILBRUL.js → ls-FTQGK4R6.js} +3 -3
- package/dist/chunks/{ls-D7NWJACX.js → ls-IQKMDRUB.js} +2 -2
- package/dist/chunks/{ls-ZDMXBOJF.js → ls-MUS72LBS.js} +2 -2
- package/dist/chunks/{query-75PT24SH.js → query-C6FEOG5R.js} +1 -1
- package/dist/chunks/{rm-ZJQ5DOAW.js → rm-EZFCCZFT.js} +2 -2
- package/dist/chunks/{rm-BJSTNUIJ.js → rm-GWW57H2V.js} +3 -3
- package/dist/chunks/{rm-OSIDD4VR.js → rm-NMSG2WG6.js} +2 -2
- package/dist/chunks/{rule-inspect-WTU3MGMH.js → rule-inspect-XPZJO3Y4.js} +3 -3
- package/dist/chunks/{rules-6PXGKHFH.js → rules-C6SB24UO.js} +6 -6
- package/dist/chunks/{tags-HHNNZLC6.js → tags-5PFVWGLK.js} +2 -2
- package/dist/chunks/{update-TTPNV44H.js → update-BCLMLJM7.js} +3 -3
- package/dist/commands/deploy/index.js +2 -2
- package/dist/commands/env/index.js +1 -1
- package/dist/commands/link/index.js +1 -1
- package/dist/commands-bulk.js +3059 -1941
- package/dist/help.js +1 -1
- package/dist/index.js +15 -5
- package/dist/version.mjs +1 -1
- package/package.json +10 -10
|
@@ -6,12 +6,12 @@ const __filename = __fileURLToPath(import.meta.url);
|
|
|
6
6
|
const __dirname = __dirname_(__filename);
|
|
7
7
|
import {
|
|
8
8
|
resolveAlertsScope
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-GDAO4PGA.js";
|
|
10
10
|
import {
|
|
11
11
|
handleValidationError,
|
|
12
12
|
outputError,
|
|
13
13
|
validateAllProjectMutualExclusivity
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-BUZRVER7.js";
|
|
15
15
|
import {
|
|
16
16
|
AGENT_REASON
|
|
17
17
|
} from "./chunk-QH7WYDEP.js";
|
|
@@ -15,9 +15,9 @@ import {
|
|
|
15
15
|
} from "./chunk-FZZWTDNQ.js";
|
|
16
16
|
import {
|
|
17
17
|
apiCommand,
|
|
18
|
-
|
|
18
|
+
listSubcommand3 as listSubcommand,
|
|
19
19
|
loginCommand
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-4BEUS7AL.js";
|
|
21
21
|
import {
|
|
22
22
|
require_semver
|
|
23
23
|
} from "./chunk-IB5L4LKZ.js";
|
|
@@ -53,6 +53,8 @@ var help = () => `
|
|
|
53
53
|
|
|
54
54
|
activity List user activity events
|
|
55
55
|
agent [init] Generate AGENTS.md with Vercel best practices
|
|
56
|
+
ai-gateway [cmd] Manage AI Gateway resources
|
|
57
|
+
agent-runs [cmd] Inspect Agent Runs observability data
|
|
56
58
|
alerts List alerts for a project or team
|
|
57
59
|
alias [cmd] Manages your domain aliases
|
|
58
60
|
api [endpoint] Make authenticated HTTP requests to the Vercel API [beta]
|
|
@@ -67,6 +69,7 @@ var help = () => `
|
|
|
67
69
|
deploy-hooks [cmd] Manage deploy hooks for Git-triggered builds
|
|
68
70
|
dns [name] Manages your DNS records
|
|
69
71
|
domains [name] Manages your domain names
|
|
72
|
+
edge-config [cmd] Manage Edge Config stores
|
|
70
73
|
firewall [cmd] Manages Vercel Firewall configuration and custom rules
|
|
71
74
|
flags [cmd] Manage feature flags for a Vercel project
|
|
72
75
|
httpstat path Visualize HTTP timing statistics for deployments
|
|
@@ -74,15 +77,18 @@ var help = () => `
|
|
|
74
77
|
metrics <metric> Queries observability metrics for your project or team
|
|
75
78
|
mcp Set up MCP agents and configuration
|
|
76
79
|
microfrontends Manages your microfrontends
|
|
80
|
+
oauth-apps [cmd] Register Vercel Apps (OAuth) and manage team installations
|
|
77
81
|
projects Manages your Projects
|
|
78
82
|
redirects [cmd] Manages redirects for your current Project
|
|
79
83
|
rm | remove [id] Removes a deployment
|
|
80
84
|
routes [cmd] Manages routing rules for your current Project
|
|
81
85
|
rr | rolling-release [cmd] Manage rolling releases for gradual traffic shifting
|
|
86
|
+
sandbox Interact with Vercel Sandbox
|
|
82
87
|
skills [query] Discover agent skills relevant to your project
|
|
83
88
|
target [cmd] Manage custom environments for your Project
|
|
84
89
|
teams Manages your teams
|
|
85
90
|
telemetry [cmd] Enable or disable telemetry collection
|
|
91
|
+
tokens [cmd] Manage your personal Vercel authentication tokens
|
|
86
92
|
traces [cmd] Fetch and capture traces for your project's deployment
|
|
87
93
|
upgrade Upgrade the Vercel CLI to the latest version
|
|
88
94
|
usage Show billing usage for the current billing period
|
|
@@ -58,11 +58,11 @@ async function image(client, argv, telemetry) {
|
|
|
58
58
|
}
|
|
59
59
|
switch (subcommand) {
|
|
60
60
|
case "ls":
|
|
61
|
-
return (await import("./ls-
|
|
61
|
+
return (await import("./ls-MUS72LBS.js")).default(client, args, telemetry);
|
|
62
62
|
case "inspect":
|
|
63
|
-
return (await import("./inspect-
|
|
63
|
+
return (await import("./inspect-6IHZTLFA.js")).default(client, args, telemetry);
|
|
64
64
|
case "rm":
|
|
65
|
-
return (await import("./rm-
|
|
65
|
+
return (await import("./rm-EZFCCZFT.js")).default(client, args, telemetry);
|
|
66
66
|
default:
|
|
67
67
|
output_manager_default.error(`Unhandled image subcommand: ${subcommand}`);
|
|
68
68
|
return 1;
|
|
@@ -20,8 +20,8 @@ import {
|
|
|
20
20
|
requireVcrRepositoryAndImageId,
|
|
21
21
|
resolveVcrScope,
|
|
22
22
|
validateVcrJsonOutput
|
|
23
|
-
} from "./chunk-
|
|
24
|
-
import "./chunk-
|
|
23
|
+
} from "./chunk-JHQOIGTY.js";
|
|
24
|
+
import "./chunk-BUZRVER7.js";
|
|
25
25
|
import "./chunk-XPKWKPWA.js";
|
|
26
26
|
import {
|
|
27
27
|
imageInspectSubcommand
|
|
@@ -20,8 +20,8 @@ import {
|
|
|
20
20
|
requireVcrRepositoryAndTag,
|
|
21
21
|
resolveVcrScope,
|
|
22
22
|
validateVcrJsonOutput
|
|
23
|
-
} from "./chunk-
|
|
24
|
-
import "./chunk-
|
|
23
|
+
} from "./chunk-JHQOIGTY.js";
|
|
24
|
+
import "./chunk-BUZRVER7.js";
|
|
25
25
|
import "./chunk-XPKWKPWA.js";
|
|
26
26
|
import {
|
|
27
27
|
tagsInspectSubcommand
|
|
@@ -16,8 +16,8 @@ import {
|
|
|
16
16
|
requireVcrRepository,
|
|
17
17
|
resolveVcrScope,
|
|
18
18
|
validateVcrJsonOutput
|
|
19
|
-
} from "./chunk-
|
|
20
|
-
import "./chunk-
|
|
19
|
+
} from "./chunk-JHQOIGTY.js";
|
|
20
|
+
import "./chunk-BUZRVER7.js";
|
|
21
21
|
import "./chunk-XPKWKPWA.js";
|
|
22
22
|
import {
|
|
23
23
|
inspectSubcommand
|
|
@@ -6,12 +6,12 @@ const __filename = __fileURLToPath(import.meta.url);
|
|
|
6
6
|
const __dirname = __dirname_(__filename);
|
|
7
7
|
import {
|
|
8
8
|
emitAlertsScopeError
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-GDAO4PGA.js";
|
|
10
10
|
import {
|
|
11
11
|
handleValidationError,
|
|
12
12
|
outputError,
|
|
13
13
|
validateAllProjectMutualExclusivity
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-BUZRVER7.js";
|
|
15
15
|
import {
|
|
16
16
|
validateJsonOutput
|
|
17
17
|
} from "./chunk-XPKWKPWA.js";
|
|
@@ -6,7 +6,7 @@ const __filename = __fileURLToPath(import.meta.url);
|
|
|
6
6
|
const __dirname = __dirname_(__filename);
|
|
7
7
|
import {
|
|
8
8
|
resolveAlertsScope
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-GDAO4PGA.js";
|
|
10
10
|
import {
|
|
11
11
|
handleValidationError,
|
|
12
12
|
normalizeRepeatableStringFilters,
|
|
@@ -15,7 +15,7 @@ import {
|
|
|
15
15
|
validateOptionalIntegerRange,
|
|
16
16
|
validateTimeBound,
|
|
17
17
|
validateTimeOrder
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-BUZRVER7.js";
|
|
19
19
|
import {
|
|
20
20
|
validateJsonOutput
|
|
21
21
|
} from "./chunk-XPKWKPWA.js";
|
|
@@ -19,11 +19,11 @@ import {
|
|
|
19
19
|
resolveVcrScope,
|
|
20
20
|
validateVcrChoice,
|
|
21
21
|
validateVcrJsonOutput
|
|
22
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-JHQOIGTY.js";
|
|
23
23
|
import {
|
|
24
24
|
outputError,
|
|
25
25
|
validateOptionalIntegerRange
|
|
26
|
-
} from "./chunk-
|
|
26
|
+
} from "./chunk-BUZRVER7.js";
|
|
27
27
|
import "./chunk-XPKWKPWA.js";
|
|
28
28
|
import {
|
|
29
29
|
TAGS_SORT_BY_CHOICES,
|
|
@@ -9,9 +9,9 @@ import {
|
|
|
9
9
|
handleRulesApiError,
|
|
10
10
|
parseRulesFlagsAndScope,
|
|
11
11
|
rulesCollectionPath
|
|
12
|
-
} from "./chunk-
|
|
13
|
-
import "./chunk-
|
|
14
|
-
import "./chunk-
|
|
12
|
+
} from "./chunk-7PAKWBN4.js";
|
|
13
|
+
import "./chunk-GDAO4PGA.js";
|
|
14
|
+
import "./chunk-BUZRVER7.js";
|
|
15
15
|
import {
|
|
16
16
|
validateJsonOutput
|
|
17
17
|
} from "./chunk-XPKWKPWA.js";
|
|
@@ -15,11 +15,11 @@ import {
|
|
|
15
15
|
handleVcrApiError,
|
|
16
16
|
resolveVcrScope,
|
|
17
17
|
validateVcrJsonOutput
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-JHQOIGTY.js";
|
|
19
19
|
import {
|
|
20
20
|
outputError,
|
|
21
21
|
validateOptionalIntegerRange
|
|
22
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-BUZRVER7.js";
|
|
23
23
|
import "./chunk-XPKWKPWA.js";
|
|
24
24
|
import {
|
|
25
25
|
listSubcommand
|
|
@@ -19,11 +19,11 @@ import {
|
|
|
19
19
|
requireVcrRepository,
|
|
20
20
|
resolveVcrScope,
|
|
21
21
|
validateVcrJsonOutput
|
|
22
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-JHQOIGTY.js";
|
|
23
23
|
import {
|
|
24
24
|
outputError,
|
|
25
25
|
validateOptionalIntegerRange
|
|
26
|
-
} from "./chunk-
|
|
26
|
+
} from "./chunk-BUZRVER7.js";
|
|
27
27
|
import "./chunk-XPKWKPWA.js";
|
|
28
28
|
import {
|
|
29
29
|
imageLsSubcommand
|
|
@@ -13,8 +13,8 @@ import {
|
|
|
13
13
|
requireVcrRepositoryAndImageId,
|
|
14
14
|
resolveVcrScope,
|
|
15
15
|
validateVcrJsonOutput
|
|
16
|
-
} from "./chunk-
|
|
17
|
-
import "./chunk-
|
|
16
|
+
} from "./chunk-JHQOIGTY.js";
|
|
17
|
+
import "./chunk-BUZRVER7.js";
|
|
18
18
|
import "./chunk-XPKWKPWA.js";
|
|
19
19
|
import {
|
|
20
20
|
imageRmSubcommand
|
|
@@ -9,9 +9,9 @@ import {
|
|
|
9
9
|
handleRulesApiError,
|
|
10
10
|
parseRulesFlagsAndScope,
|
|
11
11
|
rulesItemPath
|
|
12
|
-
} from "./chunk-
|
|
13
|
-
import "./chunk-
|
|
14
|
-
import "./chunk-
|
|
12
|
+
} from "./chunk-7PAKWBN4.js";
|
|
13
|
+
import "./chunk-GDAO4PGA.js";
|
|
14
|
+
import "./chunk-BUZRVER7.js";
|
|
15
15
|
import {
|
|
16
16
|
validateJsonOutput
|
|
17
17
|
} from "./chunk-XPKWKPWA.js";
|
|
@@ -13,8 +13,8 @@ import {
|
|
|
13
13
|
requireVcrRepository,
|
|
14
14
|
resolveVcrScope,
|
|
15
15
|
validateVcrJsonOutput
|
|
16
|
-
} from "./chunk-
|
|
17
|
-
import "./chunk-
|
|
16
|
+
} from "./chunk-JHQOIGTY.js";
|
|
17
|
+
import "./chunk-BUZRVER7.js";
|
|
18
18
|
import "./chunk-XPKWKPWA.js";
|
|
19
19
|
import {
|
|
20
20
|
removeSubcommand
|
|
@@ -9,9 +9,9 @@ import {
|
|
|
9
9
|
handleRulesApiError,
|
|
10
10
|
parseRulesFlagsAndScope,
|
|
11
11
|
rulesItemPath
|
|
12
|
-
} from "./chunk-
|
|
13
|
-
import "./chunk-
|
|
14
|
-
import "./chunk-
|
|
12
|
+
} from "./chunk-7PAKWBN4.js";
|
|
13
|
+
import "./chunk-GDAO4PGA.js";
|
|
14
|
+
import "./chunk-BUZRVER7.js";
|
|
15
15
|
import {
|
|
16
16
|
validateJsonOutput
|
|
17
17
|
} from "./chunk-XPKWKPWA.js";
|
|
@@ -32,7 +32,7 @@ var RULES_CONFIG = {
|
|
|
32
32
|
};
|
|
33
33
|
async function rules(client, argv) {
|
|
34
34
|
if (argv.length === 0) {
|
|
35
|
-
const lsFn = (await import("./ls-
|
|
35
|
+
const lsFn = (await import("./ls-FTQGK4R6.js")).default;
|
|
36
36
|
return lsFn(client, []);
|
|
37
37
|
}
|
|
38
38
|
const { subcommand, args, subcommandOriginal } = getSubcommand(
|
|
@@ -65,15 +65,15 @@ async function rules(client, argv) {
|
|
|
65
65
|
}
|
|
66
66
|
switch (subcommand) {
|
|
67
67
|
case "ls":
|
|
68
|
-
return (await import("./ls-
|
|
68
|
+
return (await import("./ls-FTQGK4R6.js")).default(client, args);
|
|
69
69
|
case "add":
|
|
70
|
-
return (await import("./add-
|
|
70
|
+
return (await import("./add-TF5VZLCY.js")).default(client, args);
|
|
71
71
|
case "inspect":
|
|
72
|
-
return (await import("./rule-inspect-
|
|
72
|
+
return (await import("./rule-inspect-XPZJO3Y4.js")).default(client, args);
|
|
73
73
|
case "rm":
|
|
74
|
-
return (await import("./rm-
|
|
74
|
+
return (await import("./rm-GWW57H2V.js")).default(client, args);
|
|
75
75
|
case "update":
|
|
76
|
-
return (await import("./update-
|
|
76
|
+
return (await import("./update-BCLMLJM7.js")).default(client, args);
|
|
77
77
|
default:
|
|
78
78
|
output_manager_default.error(`Unhandled rules subcommand: ${String(subcommandOriginal)}`);
|
|
79
79
|
return 1;
|
|
@@ -54,9 +54,9 @@ async function tags(client, argv, telemetry) {
|
|
|
54
54
|
}
|
|
55
55
|
switch (subcommand) {
|
|
56
56
|
case "ls":
|
|
57
|
-
return (await import("./ls-
|
|
57
|
+
return (await import("./ls-EP4Q6VF4.js")).default(client, args, telemetry);
|
|
58
58
|
case "inspect":
|
|
59
|
-
return (await import("./inspect-
|
|
59
|
+
return (await import("./inspect-EGXHWKY3.js")).default(client, args, telemetry);
|
|
60
60
|
default:
|
|
61
61
|
output_manager_default.error(`Unhandled tags subcommand: ${subcommand}`);
|
|
62
62
|
return 1;
|
|
@@ -9,9 +9,9 @@ import {
|
|
|
9
9
|
handleRulesApiError,
|
|
10
10
|
parseRulesFlagsAndScope,
|
|
11
11
|
rulesItemPath
|
|
12
|
-
} from "./chunk-
|
|
13
|
-
import "./chunk-
|
|
14
|
-
import "./chunk-
|
|
12
|
+
} from "./chunk-7PAKWBN4.js";
|
|
13
|
+
import "./chunk-GDAO4PGA.js";
|
|
14
|
+
import "./chunk-BUZRVER7.js";
|
|
15
15
|
import {
|
|
16
16
|
validateJsonOutput
|
|
17
17
|
} from "./chunk-XPKWKPWA.js";
|
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
purchaseDomainIfAvailable,
|
|
14
14
|
require_cjs,
|
|
15
15
|
setupDomain
|
|
16
|
-
} from "../../chunks/chunk-
|
|
16
|
+
} from "../../chunks/chunk-T63I6OUR.js";
|
|
17
17
|
import {
|
|
18
18
|
readLocalConfig
|
|
19
19
|
} from "../../chunks/chunk-FZZWTDNQ.js";
|
|
@@ -40,7 +40,7 @@ import {
|
|
|
40
40
|
deprecatedArchiveSplitTgz,
|
|
41
41
|
getCommandAliases,
|
|
42
42
|
initSubcommand
|
|
43
|
-
} from "../../chunks/chunk-
|
|
43
|
+
} from "../../chunks/chunk-4BEUS7AL.js";
|
|
44
44
|
import "../../chunks/chunk-KXGWAWRV.js";
|
|
45
45
|
import "../../chunks/chunk-RY3AVR6E.js";
|
|
46
46
|
import "../../chunks/chunk-AUECDTMX.js";
|
|
@@ -31,7 +31,7 @@ import {
|
|
|
31
31
|
} from "../../chunks/chunk-YPQSDAEW.js";
|
|
32
32
|
import {
|
|
33
33
|
getCommandAliases
|
|
34
|
-
} from "../../chunks/chunk-
|
|
34
|
+
} from "../../chunks/chunk-4BEUS7AL.js";
|
|
35
35
|
import "../../chunks/chunk-KXGWAWRV.js";
|
|
36
36
|
import "../../chunks/chunk-RY3AVR6E.js";
|
|
37
37
|
import "../../chunks/chunk-AUECDTMX.js";
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
addSubcommand7 as addSubcommand,
|
|
12
12
|
getCommandAliases,
|
|
13
13
|
linkCommand
|
|
14
|
-
} from "../../chunks/chunk-
|
|
14
|
+
} from "../../chunks/chunk-4BEUS7AL.js";
|
|
15
15
|
import "../../chunks/chunk-KXGWAWRV.js";
|
|
16
16
|
import "../../chunks/chunk-RY3AVR6E.js";
|
|
17
17
|
import "../../chunks/chunk-AUECDTMX.js";
|