vercel 51.3.0 → 51.5.0
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-3MIOUOZC.js → add-RNQLGEYS.js} +4 -4
- package/dist/chunks/{chunk-NCQBQGI6.js → chunk-4DR2FV6O.js} +1 -1
- package/dist/chunks/{chunk-4VP55L4V.js → chunk-537JTK2U.js} +9 -24
- package/dist/chunks/{chunk-RRYVGOVK.js → chunk-5NTBJ33M.js} +1 -1
- package/dist/chunks/{chunk-4WRHMYCG.js → chunk-5VKKTHMP.js} +4 -4
- package/dist/chunks/{chunk-2JQVASXJ.js → chunk-6C33Y3DC.js} +3 -3
- package/dist/chunks/{chunk-T7CL42FK.js → chunk-6CWW4JIG.js} +3 -3
- package/dist/chunks/{chunk-BAUYQ7AR.js → chunk-7MF47FW3.js} +1 -1
- package/dist/chunks/{chunk-NE34PEHL.js → chunk-7ZDERWUW.js} +2 -2
- package/dist/chunks/{chunk-FNFZO3WQ.js → chunk-AUSDBXUD.js} +2 -2
- package/dist/chunks/{chunk-4RBF6ZDU.js → chunk-BHDZCUTT.js} +13 -31
- package/dist/chunks/{chunk-UB325PS7.js → chunk-BRQBLRFB.js} +1 -1
- package/dist/chunks/{chunk-RHXEHBO3.js → chunk-D2D4FJ6S.js} +2 -2
- package/dist/chunks/{chunk-BU3JMDDH.js → chunk-DKFFXOHJ.js} +2 -2
- package/dist/chunks/{chunk-JEON5XEH.js → chunk-FBY3IEDZ.js} +5 -5
- package/dist/chunks/{chunk-OFUQPP26.js → chunk-HNU5CXW4.js} +1 -1
- package/dist/chunks/{chunk-4ZWTYJSP.js → chunk-HQXVCOH6.js} +1 -1
- package/dist/chunks/{chunk-APGVHLAW.js → chunk-L2JUC7NX.js} +1 -1
- package/dist/chunks/{chunk-GYBFQLYR.js → chunk-NKJC5SI4.js} +1 -1
- package/dist/chunks/{chunk-R2BVH5SQ.js → chunk-O7SQKNIT.js} +1 -1
- package/dist/chunks/{chunk-CZXW3DJH.js → chunk-P56KWLXY.js} +1 -1
- package/dist/chunks/{chunk-ELUNQCFN.js → chunk-QIHIANBF.js} +5 -3
- package/dist/chunks/{chunk-ZS5VKEZL.js → chunk-RJD5NYGF.js} +1 -1
- package/dist/chunks/{chunk-VMTOBGCO.js → chunk-SG4QOQTF.js} +311 -79
- package/dist/chunks/{compile-vercel-config-A2SLMCWK.js → compile-vercel-config-ZVY7LBE3.js} +1 -1
- package/dist/chunks/{delete-SEQBCYWT.js → delete-SKTJMJNP.js} +2 -2
- package/dist/chunks/{disable-GRM5DJGU.js → disable-AG7I6DPV.js} +2 -2
- package/dist/chunks/{discard-IVQWWSPI.js → discard-LUK6LBLT.js} +2 -2
- package/dist/chunks/{edit-YTMZBT4Y.js → edit-3BR5HP3U.js} +3 -3
- package/dist/chunks/{enable-SSU3MG6J.js → enable-4JNLOKSM.js} +2 -2
- package/dist/chunks/{export-INCDZTYW.js → export-YLZ6QSHG.js} +2 -2
- package/dist/chunks/{inspect-QMY2ZE6J.js → inspect-HUJLUQAV.js} +3 -3
- package/dist/chunks/{list-MMIBPSB3.js → list-EPU4SB3E.js} +2 -2
- package/dist/chunks/{list-FF4VGSZ2.js → list-RMA56KYZ.js} +3 -3
- package/dist/chunks/{ls-TYEDISJD.js → ls-7HHDYE6F.js} +4 -4
- package/dist/chunks/{publish-OJQCVDL5.js → publish-6YE4OUDI.js} +2 -2
- package/dist/chunks/{query-LACPOOBL.js → query-X6Q4ZSZO.js} +8 -6
- package/dist/chunks/{reorder-TBFWHFQZ.js → reorder-VFM23ESC.js} +2 -2
- package/dist/chunks/{restore-5LUZRUME.js → restore-VX34SXVF.js} +2 -2
- package/dist/chunks/{rm-LDXY2G45.js → rm-5KXF2PY3.js} +4 -4
- package/dist/chunks/{rule-inspect-THIN6POX.js → rule-inspect-JG7AE5TI.js} +4 -4
- package/dist/chunks/{rules-4ZH7VTGC.js → rules-XRJBT22L.js} +6 -6
- package/dist/chunks/{schema-OK4OOI2N.js → schema-IMD4VV73.js} +51 -21
- package/dist/chunks/{update-EXPUPEH6.js → update-4FMWTIJK.js} +4 -4
- package/dist/commands/build/index.js +18 -29
- package/dist/commands/deploy/index.js +25 -25
- package/dist/commands/dev/index.js +23 -22
- package/dist/commands/env/index.js +6 -6
- package/dist/commands/link/index.js +8 -8
- package/dist/commands/list/index.js +3 -3
- package/dist/commands-bulk.js +2912 -1432
- package/dist/help.js +1 -1
- package/dist/index.js +41 -20
- package/dist/version.mjs +1 -1
- package/package.json +21 -21
|
@@ -9,10 +9,10 @@ import {
|
|
|
9
9
|
handleRulesApiError,
|
|
10
10
|
parseRulesFlagsAndScope,
|
|
11
11
|
rulesCollectionPath
|
|
12
|
-
} from "./chunk-
|
|
13
|
-
import "./chunk-
|
|
12
|
+
} from "./chunk-HQXVCOH6.js";
|
|
13
|
+
import "./chunk-7ZDERWUW.js";
|
|
14
14
|
import "./chunk-HTOH3MSD.js";
|
|
15
|
-
import "./chunk-
|
|
15
|
+
import "./chunk-L2JUC7NX.js";
|
|
16
16
|
import {
|
|
17
17
|
validateJsonOutput
|
|
18
18
|
} from "./chunk-XPKWKPWA.js";
|
|
@@ -22,7 +22,7 @@ import {
|
|
|
22
22
|
import {
|
|
23
23
|
AGENT_REASON
|
|
24
24
|
} from "./chunk-E3NE4SKN.js";
|
|
25
|
-
import "./chunk-
|
|
25
|
+
import "./chunk-537JTK2U.js";
|
|
26
26
|
import "./chunk-U3WLEFHU.js";
|
|
27
27
|
import {
|
|
28
28
|
buildCommandWithGlobalFlags,
|
|
@@ -22894,12 +22894,12 @@ var require_utils3 = __commonJS({
|
|
|
22894
22894
|
var utils_exports = {};
|
|
22895
22895
|
__export2(utils_exports, {
|
|
22896
22896
|
INTERNAL_QUEUES_PREFIX: () => INTERNAL_QUEUES_PREFIX,
|
|
22897
|
-
INTERNAL_SERVICE_PREFIX: () =>
|
|
22897
|
+
INTERNAL_SERVICE_PREFIX: () => import_build_utils5.INTERNAL_SERVICE_PREFIX,
|
|
22898
22898
|
filterFrameworksByRuntime: () => filterFrameworksByRuntime,
|
|
22899
22899
|
getBuilderForRuntime: () => getBuilderForRuntime,
|
|
22900
|
-
getInternalServiceCronPath: () =>
|
|
22901
|
-
getInternalServiceCronPathPrefix: () =>
|
|
22902
|
-
getInternalServiceFunctionPath: () =>
|
|
22900
|
+
getInternalServiceCronPath: () => import_build_utils5.getInternalServiceCronPath,
|
|
22901
|
+
getInternalServiceCronPathPrefix: () => import_build_utils5.getInternalServiceCronPathPrefix,
|
|
22902
|
+
getInternalServiceFunctionPath: () => import_build_utils5.getInternalServiceFunctionPath,
|
|
22903
22903
|
getInternalServiceWorkerPath: () => getInternalServiceWorkerPath2,
|
|
22904
22904
|
getInternalServiceWorkerPathPrefix: () => getInternalServiceWorkerPathPrefix2,
|
|
22905
22905
|
hasFile: () => hasFile,
|
|
@@ -22912,6 +22912,7 @@ var require_utils3 = __commonJS({
|
|
|
22912
22912
|
});
|
|
22913
22913
|
module.exports = __toCommonJS2(utils_exports);
|
|
22914
22914
|
var import_framework_helpers = __require("@vercel/build-utils/dist/framework-helpers");
|
|
22915
|
+
var import_build_utils5 = __require("@vercel/build-utils");
|
|
22915
22916
|
var import_types = require_types3();
|
|
22916
22917
|
async function hasFile(fs5, filePath) {
|
|
22917
22918
|
try {
|
|
@@ -22920,29 +22921,18 @@ var require_utils3 = __commonJS({
|
|
|
22920
22921
|
return false;
|
|
22921
22922
|
}
|
|
22922
22923
|
}
|
|
22923
|
-
var INTERNAL_SERVICE_PREFIX2 = "/_svc";
|
|
22924
22924
|
var INTERNAL_QUEUES_PREFIX = "/_svc/_queues";
|
|
22925
|
-
function getInternalServiceFunctionPath2(serviceName) {
|
|
22926
|
-
return `${INTERNAL_SERVICE_PREFIX2}/${serviceName}/index`;
|
|
22927
|
-
}
|
|
22928
22925
|
function normalizeInternalServiceEntrypoint(entrypoint) {
|
|
22929
22926
|
const normalized = entrypoint.replace(/\\/g, "/").replace(/^\/+/, "").replace(/\.[^/.]+$/, "");
|
|
22930
22927
|
return normalized || "index";
|
|
22931
22928
|
}
|
|
22932
22929
|
function getInternalServiceWorkerPathPrefix2(serviceName) {
|
|
22933
|
-
return `${
|
|
22934
|
-
}
|
|
22935
|
-
function getInternalServiceCronPathPrefix2(serviceName) {
|
|
22936
|
-
return `${INTERNAL_SERVICE_PREFIX2}/${serviceName}/crons`;
|
|
22930
|
+
return `${import_build_utils5.INTERNAL_SERVICE_PREFIX}/${serviceName}/workers`;
|
|
22937
22931
|
}
|
|
22938
22932
|
function getInternalServiceWorkerPath2(serviceName, entrypoint, handler = "worker") {
|
|
22939
22933
|
const normalizedEntrypoint = normalizeInternalServiceEntrypoint(entrypoint);
|
|
22940
22934
|
return `${getInternalServiceWorkerPathPrefix2(serviceName)}/${normalizedEntrypoint}/${handler}`;
|
|
22941
22935
|
}
|
|
22942
|
-
function getInternalServiceCronPath2(serviceName, entrypoint, handler = "cron") {
|
|
22943
|
-
const normalizedEntrypoint = normalizeInternalServiceEntrypoint(entrypoint);
|
|
22944
|
-
return `${getInternalServiceCronPathPrefix2(serviceName)}/${normalizedEntrypoint}/${handler}`;
|
|
22945
|
-
}
|
|
22946
22936
|
function getBuilderForRuntime(runtime) {
|
|
22947
22937
|
const builder = import_types.RUNTIME_BUILDERS[runtime];
|
|
22948
22938
|
if (!builder) {
|
|
@@ -24797,15 +24787,10 @@ var require_detect_services = __commonJS({
|
|
|
24797
24787
|
}
|
|
24798
24788
|
const cronServices = services.filter((s) => s.type === "cron");
|
|
24799
24789
|
for (const service of cronServices) {
|
|
24800
|
-
const
|
|
24801
|
-
const cronPath = (0, import_utils4.getInternalServiceCronPath)(
|
|
24802
|
-
service.name,
|
|
24803
|
-
cronEntrypoint,
|
|
24804
|
-
service.handlerFunction || "cron"
|
|
24805
|
-
);
|
|
24790
|
+
const cronPrefix = (0, import_utils4.getInternalServiceCronPathPrefix)(service.name);
|
|
24806
24791
|
const functionPath = (0, import_utils4.getInternalServiceFunctionPath)(service.name);
|
|
24807
24792
|
crons.push({
|
|
24808
|
-
src: `^${escapeRegex(
|
|
24793
|
+
src: `^${escapeRegex(cronPrefix)}/.*$`,
|
|
24809
24794
|
dest: functionPath,
|
|
24810
24795
|
check: true
|
|
24811
24796
|
});
|
|
@@ -39130,7 +39115,7 @@ var require_package = __commonJS({
|
|
|
39130
39115
|
"../client/package.json"(exports, module) {
|
|
39131
39116
|
module.exports = {
|
|
39132
39117
|
name: "@vercel/client",
|
|
39133
|
-
version: "17.3.
|
|
39118
|
+
version: "17.3.4",
|
|
39134
39119
|
main: "dist/index.js",
|
|
39135
39120
|
typings: "dist/index.d.ts",
|
|
39136
39121
|
homepage: "https://vercel.com",
|
|
@@ -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-BRQBLRFB.js";
|
|
10
10
|
import {
|
|
11
11
|
ensureLink
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-AUSDBXUD.js";
|
|
13
13
|
import {
|
|
14
14
|
pullCommand
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-RJD5NYGF.js";
|
|
16
16
|
import {
|
|
17
17
|
help
|
|
18
18
|
} from "./chunk-LDXYSGPZ.js";
|
|
@@ -22,7 +22,7 @@ import {
|
|
|
22
22
|
envPullCommandLogic,
|
|
23
23
|
humanizePath,
|
|
24
24
|
parseTarget
|
|
25
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-537JTK2U.js";
|
|
26
26
|
import {
|
|
27
27
|
TelemetryClient
|
|
28
28
|
} from "./chunk-U3WLEFHU.js";
|
|
@@ -9,13 +9,13 @@ import {
|
|
|
9
9
|
} from "./chunk-V5P25P7F.js";
|
|
10
10
|
import {
|
|
11
11
|
autoInstallAgentTooling
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-O7SQKNIT.js";
|
|
13
13
|
import {
|
|
14
14
|
ua_default
|
|
15
15
|
} from "./chunk-4PQA6H63.js";
|
|
16
16
|
import {
|
|
17
17
|
getLocalPathConfig
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-NKJC5SI4.js";
|
|
19
19
|
import {
|
|
20
20
|
DEFAULT_VERCEL_CONFIG_FILENAME,
|
|
21
21
|
VERCEL_CONFIG_EXTENSIONS,
|
|
@@ -41,7 +41,7 @@ import {
|
|
|
41
41
|
useKeypress,
|
|
42
42
|
usePrefix,
|
|
43
43
|
useState
|
|
44
|
-
} from "./chunk-
|
|
44
|
+
} from "./chunk-537JTK2U.js";
|
|
45
45
|
import {
|
|
46
46
|
require_load_json_file,
|
|
47
47
|
require_write_json_file
|
|
@@ -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-4DR2FV6O.js";
|
|
10
10
|
import {
|
|
11
11
|
login
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-6C33Y3DC.js";
|
|
13
13
|
import {
|
|
14
14
|
loginCommand
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-SG4QOQTF.js";
|
|
16
16
|
import {
|
|
17
17
|
help
|
|
18
18
|
} from "./chunk-LDXYSGPZ.js";
|
|
@@ -9,14 +9,14 @@ import {
|
|
|
9
9
|
} from "./chunk-HTOH3MSD.js";
|
|
10
10
|
import {
|
|
11
11
|
getScope
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-L2JUC7NX.js";
|
|
13
13
|
import {
|
|
14
14
|
AGENT_REASON
|
|
15
15
|
} from "./chunk-E3NE4SKN.js";
|
|
16
16
|
import {
|
|
17
17
|
getLinkedProject,
|
|
18
18
|
getProjectByNameOrId
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-537JTK2U.js";
|
|
20
20
|
import {
|
|
21
21
|
buildCommandWithGlobalFlags,
|
|
22
22
|
outputAgentError
|
|
@@ -6,12 +6,12 @@ const __filename = __fileURLToPath(import.meta.url);
|
|
|
6
6
|
const __dirname = __dirname_(__filename);
|
|
7
7
|
import {
|
|
8
8
|
setupAndLink
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-D2D4FJ6S.js";
|
|
10
10
|
import {
|
|
11
11
|
getLinkedProject,
|
|
12
12
|
param,
|
|
13
13
|
resolveProjectCwd
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-537JTK2U.js";
|
|
15
15
|
import {
|
|
16
16
|
buildCommandWithYes,
|
|
17
17
|
outputActionRequired
|
|
@@ -16,18 +16,8 @@ var schemaSubcommand = {
|
|
|
16
16
|
name: "schema",
|
|
17
17
|
aliases: [],
|
|
18
18
|
description: "List available metrics or inspect a specific metric.",
|
|
19
|
-
arguments: [],
|
|
20
|
-
options: [
|
|
21
|
-
{
|
|
22
|
-
name: "metric",
|
|
23
|
-
shorthand: "m",
|
|
24
|
-
type: String,
|
|
25
|
-
deprecated: false,
|
|
26
|
-
description: "Show details for a specific metric",
|
|
27
|
-
argument: "NAME"
|
|
28
|
-
},
|
|
29
|
-
formatOption
|
|
30
|
-
],
|
|
19
|
+
arguments: [{ name: "metric-or-prefix", required: false }],
|
|
20
|
+
options: [formatOption],
|
|
31
21
|
examples: [
|
|
32
22
|
{
|
|
33
23
|
name: "List all metrics",
|
|
@@ -35,11 +25,11 @@ var schemaSubcommand = {
|
|
|
35
25
|
},
|
|
36
26
|
{
|
|
37
27
|
name: "Show metric details",
|
|
38
|
-
value: `${packageName} metrics schema
|
|
28
|
+
value: `${packageName} metrics schema vercel.function_invocation`
|
|
39
29
|
},
|
|
40
30
|
{
|
|
41
31
|
name: "Schema as JSON for agents",
|
|
42
|
-
value: `${packageName} metrics schema
|
|
32
|
+
value: `${packageName} metrics schema vercel.request.count --format=json`
|
|
43
33
|
}
|
|
44
34
|
]
|
|
45
35
|
};
|
|
@@ -47,7 +37,7 @@ var metricsCommand = {
|
|
|
47
37
|
name: "metrics",
|
|
48
38
|
aliases: [],
|
|
49
39
|
description: "Query observability metrics for your Vercel project or team.",
|
|
50
|
-
arguments: [],
|
|
40
|
+
arguments: [{ name: "metric-id", required: false }],
|
|
51
41
|
subcommands: [
|
|
52
42
|
// Hidden placeholder so the help synopsis renders [command] as optional
|
|
53
43
|
// (help.ts treats `command` as required unless a subcommand has `default: true`)
|
|
@@ -64,14 +54,6 @@ var metricsCommand = {
|
|
|
64
54
|
schemaSubcommand
|
|
65
55
|
],
|
|
66
56
|
options: [
|
|
67
|
-
{
|
|
68
|
-
name: "metric",
|
|
69
|
-
shorthand: "m",
|
|
70
|
-
type: String,
|
|
71
|
-
deprecated: false,
|
|
72
|
-
description: "Metric id to query (e.g., vercel.edge_requests.count)",
|
|
73
|
-
argument: "NAME"
|
|
74
|
-
},
|
|
75
57
|
{
|
|
76
58
|
name: "aggregation",
|
|
77
59
|
shorthand: "a",
|
|
@@ -148,23 +130,23 @@ var metricsCommand = {
|
|
|
148
130
|
examples: [
|
|
149
131
|
{
|
|
150
132
|
name: "5xx errors by error code in the last hour",
|
|
151
|
-
value: `${packageName} metrics
|
|
133
|
+
value: `${packageName} metrics vercel.function_invocation.count -f "http_status ge 500" --group-by error_code --since 1h`
|
|
152
134
|
},
|
|
153
135
|
{
|
|
154
136
|
name: "Function invocations by HTTP status code",
|
|
155
|
-
value: `${packageName} metrics
|
|
137
|
+
value: `${packageName} metrics vercel.function_invocation.count --group-by http_status --since 6h`
|
|
156
138
|
},
|
|
157
139
|
{
|
|
158
140
|
name: "Function duration by route",
|
|
159
|
-
value: `${packageName} metrics
|
|
141
|
+
value: `${packageName} metrics vercel.function_invocation.request_duration_ms -a avg --group-by route --since 1h`
|
|
160
142
|
},
|
|
161
143
|
{
|
|
162
144
|
name: "AI Gateway costs by provider",
|
|
163
|
-
value: `${packageName} metrics
|
|
145
|
+
value: `${packageName} metrics vercel.ai_gateway_request.cost -a sum --group-by ai_provider --since 7d`
|
|
164
146
|
},
|
|
165
147
|
{
|
|
166
148
|
name: "Core Web Vitals (LCP) by route",
|
|
167
|
-
value: `${packageName} metrics
|
|
149
|
+
value: `${packageName} metrics vercel.speed_insights_metric.lcp -a p75 --group-by route --since 7d`
|
|
168
150
|
},
|
|
169
151
|
{
|
|
170
152
|
name: "List available metrics",
|
|
@@ -172,15 +154,15 @@ var metricsCommand = {
|
|
|
172
154
|
},
|
|
173
155
|
{
|
|
174
156
|
name: "Function executions matching a path pattern",
|
|
175
|
-
value: `${packageName} metrics
|
|
157
|
+
value: `${packageName} metrics vercel.function_invocation.count -f "contains(request_path, '/api')" --group-by route --since 1h`
|
|
176
158
|
},
|
|
177
159
|
{
|
|
178
160
|
name: "Show schema for a metric prefix",
|
|
179
|
-
value: `${packageName} metrics schema
|
|
161
|
+
value: `${packageName} metrics schema vercel.request`
|
|
180
162
|
},
|
|
181
163
|
{
|
|
182
164
|
name: "Team-wide function executions by project",
|
|
183
|
-
value: `${packageName} metrics --all
|
|
165
|
+
value: `${packageName} metrics --all vercel.function_invocation.count --group-by project_id --since 24h`
|
|
184
166
|
}
|
|
185
167
|
]
|
|
186
168
|
};
|
|
@@ -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-NKJC5SI4.js";
|
|
10
10
|
import {
|
|
11
11
|
table
|
|
12
12
|
} from "./chunk-GE6G37P4.js";
|
|
@@ -36,7 +36,7 @@ import {
|
|
|
36
36
|
selectAndParseRemoteUrl,
|
|
37
37
|
selectOrg,
|
|
38
38
|
writeServicesConfig
|
|
39
|
-
} from "./chunk-
|
|
39
|
+
} from "./chunk-537JTK2U.js";
|
|
40
40
|
import {
|
|
41
41
|
printError
|
|
42
42
|
} from "./chunk-RFMC2QXQ.js";
|
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
} from "./chunk-IB5L4LKZ.js";
|
|
10
10
|
import {
|
|
11
11
|
require_execa
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-7MF47FW3.js";
|
|
13
13
|
import {
|
|
14
14
|
VERCEL_DIR,
|
|
15
15
|
readJSONFile,
|
|
@@ -18,7 +18,7 @@ import {
|
|
|
18
18
|
require_lib,
|
|
19
19
|
require_minimatch,
|
|
20
20
|
require_pluralize
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-537JTK2U.js";
|
|
22
22
|
import {
|
|
23
23
|
CantParseJSONFile,
|
|
24
24
|
cmd,
|
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
printIndications,
|
|
10
10
|
require_dist as require_dist2,
|
|
11
11
|
sleep
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-6C33Y3DC.js";
|
|
13
13
|
import {
|
|
14
14
|
suggestNextCommands
|
|
15
15
|
} from "./chunk-LOS7HHU3.js";
|
|
@@ -19,13 +19,13 @@ import {
|
|
|
19
19
|
} from "./chunk-N45K6NXC.js";
|
|
20
20
|
import {
|
|
21
21
|
getScope
|
|
22
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-L2JUC7NX.js";
|
|
23
23
|
import {
|
|
24
24
|
showPluginTipIfNeeded
|
|
25
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-O7SQKNIT.js";
|
|
26
26
|
import {
|
|
27
27
|
CommandTimeout
|
|
28
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-SG4QOQTF.js";
|
|
29
29
|
import {
|
|
30
30
|
ua_default
|
|
31
31
|
} from "./chunk-4PQA6H63.js";
|
|
@@ -35,7 +35,7 @@ import {
|
|
|
35
35
|
require_dist as require_dist3,
|
|
36
36
|
require_lib3 as require_lib,
|
|
37
37
|
require_pluralize
|
|
38
|
-
} from "./chunk-
|
|
38
|
+
} from "./chunk-537JTK2U.js";
|
|
39
39
|
import {
|
|
40
40
|
require_ms,
|
|
41
41
|
stamp_default
|
|
@@ -15,7 +15,7 @@ import {
|
|
|
15
15
|
var import_chalk = __toESM(require_source(), 1);
|
|
16
16
|
var packageName = "vercel";
|
|
17
17
|
var logo = "\u25B2";
|
|
18
|
-
var
|
|
18
|
+
var connexLine = process.env.FF_CONNEX_ENABLED ? "\n connex [cmd] Manage Vercel Connect OAuth clients" : "";
|
|
19
19
|
var help = () => `
|
|
20
20
|
${import_chalk.default.bold(`${logo} ${packageName}`)} [options] <command | path>
|
|
21
21
|
|
|
@@ -60,14 +60,16 @@ var help = () => `
|
|
|
60
60
|
bisect Use binary search to find the deployment that introduced a bug
|
|
61
61
|
blob [cmd] Manages your Blob stores and files
|
|
62
62
|
buy [cmd] Purchase Vercel products for your team
|
|
63
|
-
certs [cmd] Manages your SSL certificates
|
|
63
|
+
certs [cmd] Manages your SSL certificates${connexLine}
|
|
64
64
|
contract Show contract information for billing periods
|
|
65
65
|
cron | crons [cmd] Manage cron jobs for a project [beta]
|
|
66
66
|
curl [path] cURL requests to your linked project's deployment [beta]
|
|
67
|
+
deploy-hooks [cmd] Manage deploy hooks for Git-triggered builds
|
|
67
68
|
dns [name] Manages your DNS records
|
|
68
69
|
domains [name] Manages your domain names
|
|
69
70
|
httpstat path Visualize HTTP timing statistics for deployments
|
|
70
|
-
logs [url] Displays the logs for a deployment
|
|
71
|
+
logs [url] Displays the logs for a deployment
|
|
72
|
+
metrics <metric> Queries observability metrics for your project or team
|
|
71
73
|
mcp Set up MCP agents and configuration
|
|
72
74
|
microfrontends Manages your microfrontends
|
|
73
75
|
projects Manages your Projects
|