vercel 54.9.0 → 54.10.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-PFVGXHF2.js → add-5DY5F6KR.js} +5 -5
- package/dist/chunks/{chunk-BLSNH6GW.js → chunk-3QEUKH37.js} +1 -1
- package/dist/chunks/{chunk-ZEG75UDS.js → chunk-6B7TYTF6.js} +4 -4
- package/dist/chunks/{chunk-MHQ3YMRD.js → chunk-6ESIT3CL.js} +1 -1
- package/dist/chunks/{chunk-2KRTC3Z6.js → chunk-6UWHSMGM.js} +2 -2
- package/dist/chunks/{chunk-PQ6FQ427.js → chunk-7V42ARD4.js} +6 -6
- package/dist/chunks/{chunk-5QPKXSAQ.js → chunk-ERHL5CQY.js} +80 -12
- package/dist/chunks/{chunk-QED7VSDY.js → chunk-GPBBIDQ5.js} +1 -1
- package/dist/chunks/{chunk-CNZVD6AY.js → chunk-GSR2GQLJ.js} +2247 -191
- package/dist/chunks/{chunk-WHVOX5C7.js → chunk-IUBY6GNH.js} +1 -1
- package/dist/chunks/{chunk-DPXUXH7G.js → chunk-J5273CSE.js} +2 -2
- package/dist/chunks/{chunk-XK2FJELV.js → chunk-J763BFOA.js} +1 -1
- package/dist/chunks/{chunk-4XMJHCJ5.js → chunk-JK7NBOHR.js} +1 -1
- package/dist/chunks/{chunk-RM5VGLCD.js → chunk-LFHOOCSD.js} +2 -2
- package/dist/chunks/{chunk-GHIWUCX4.js → chunk-MBDHDIBC.js} +6 -6
- package/dist/chunks/{chunk-FRCPMIYP.js → chunk-PAB6JAI7.js} +1 -1
- package/dist/chunks/{chunk-KV23GR7J.js → chunk-PV533MBH.js} +1 -1
- package/dist/chunks/{chunk-3XKN4LMN.js → chunk-R3OUWO35.js} +10 -3
- package/dist/chunks/{chunk-2LJ4CNBS.js → chunk-SHWTWKFP.js} +130 -95
- package/dist/chunks/{chunk-ZBDCE356.js → chunk-TMD7R76P.js} +1 -1
- package/dist/chunks/{chunk-5ZJHY4AC.js → chunk-VNUNCNPE.js} +1 -1
- package/dist/chunks/{chunk-AW3VO6AO.js → chunk-WBFTHBNH.js} +1 -1
- package/dist/chunks/{chunk-TAHQ6VAS.js → chunk-WFRHKZFI.js} +2 -1
- package/dist/chunks/{chunk-BBJUIDZF.js → chunk-YI3JV6GM.js} +3 -3
- package/dist/chunks/{chunk-27O5ZTLD.js → chunk-YSBVITVJ.js} +8 -5
- package/dist/chunks/{compile-vercel-config-7U2LIW43.js → compile-vercel-config-E3BX5VFO.js} +2 -2
- package/dist/chunks/{delete-DE3UHP2L.js → delete-RKFK2KFA.js} +4 -4
- package/dist/chunks/{disable-B6GG7O7J.js → disable-RD33Y4KE.js} +4 -4
- package/dist/chunks/{discard-MGA5ZYKO.js → discard-ITS7653Z.js} +4 -4
- package/dist/chunks/{edit-L4Y2YIBV.js → edit-ANQBSFXA.js} +6 -6
- package/dist/chunks/{enable-O7FEPQAF.js → enable-7WGWM77Y.js} +4 -4
- package/dist/chunks/{exec-JSOL4CYJ.js → exec-HI4HF4GY.js} +1 -1
- package/dist/chunks/{export-UB7HUJAY.js → export-VTGALJ7L.js} +4 -4
- package/dist/chunks/{inspect-IV2WSOKU.js → inspect-3CNYVFQE.js} +4 -4
- package/dist/chunks/{list-IRG73TQ7.js → list-B4QVO4HZ.js} +4 -4
- package/dist/chunks/{list-7S77FPG6.js → list-G634SMGU.js} +3 -3
- package/dist/chunks/{ls-FP6I5BJ4.js → ls-OY7LDCQP.js} +5 -5
- package/dist/chunks/{publish-ZEXEMS6A.js → publish-VATWAP53.js} +4 -4
- package/dist/chunks/{query-F5RJNYCZ.js → query-S26UM5S4.js} +3 -3
- package/dist/chunks/{reorder-JJY5X5NU.js → reorder-7WO5ZX6S.js} +4 -4
- package/dist/chunks/{restore-753XEXA7.js → restore-WXOV5IWA.js} +4 -4
- package/dist/chunks/{rm-5DVLPTLD.js → rm-FT6BU2BM.js} +5 -5
- package/dist/chunks/{routes-3OHKNMGT.js → routes-EAMQVFU2.js} +2 -2
- package/dist/chunks/{rule-inspect-BA25TI3G.js → rule-inspect-7WQCBK25.js} +5 -5
- package/dist/chunks/{rules-JL4NLPIC.js → rules-J5RKONBR.js} +6 -6
- package/dist/chunks/{schema-NL2KEDWL.js → schema-7W6TY5ST.js} +3 -3
- package/dist/chunks/{update-3LTUTJJB.js → update-GKAXCULF.js} +5 -5
- package/dist/commands/build/index.js +334 -110
- package/dist/commands/deploy/index.js +13 -13
- package/dist/commands/dev/index.js +40 -18
- package/dist/commands/env/index.js +8 -8
- package/dist/commands/link/index.js +10 -10
- package/dist/commands/list/index.js +5 -5
- package/dist/commands-bulk.js +697 -89
- package/dist/index.js +12 -12
- package/dist/version.mjs +1 -1
- package/package.json +20 -20
|
@@ -868,9 +868,9 @@ var require_is_arrayish = __commonJS({
|
|
|
868
868
|
}
|
|
869
869
|
});
|
|
870
870
|
|
|
871
|
-
// ../../node_modules/.pnpm/error-ex@1.3.
|
|
871
|
+
// ../../node_modules/.pnpm/error-ex@1.3.4/node_modules/error-ex/index.js
|
|
872
872
|
var require_error_ex = __commonJS({
|
|
873
|
-
"../../node_modules/.pnpm/error-ex@1.3.
|
|
873
|
+
"../../node_modules/.pnpm/error-ex@1.3.4/node_modules/error-ex/index.js"(exports, module) {
|
|
874
874
|
"use strict";
|
|
875
875
|
var util = __require("util");
|
|
876
876
|
var isArrayish = require_is_arrayish();
|
|
@@ -12,11 +12,11 @@ import {
|
|
|
12
12
|
} from "./chunk-LJ5WXXG6.js";
|
|
13
13
|
import {
|
|
14
14
|
getScope
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-J763BFOA.js";
|
|
16
16
|
import {
|
|
17
17
|
getLinkedProject,
|
|
18
18
|
getProjectByNameOrId
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-GSR2GQLJ.js";
|
|
20
20
|
import {
|
|
21
21
|
buildCommandWithGlobalFlags,
|
|
22
22
|
outputAgentError
|
|
@@ -8,25 +8,25 @@ import {
|
|
|
8
8
|
getUpdateCommand,
|
|
9
9
|
isGlobal,
|
|
10
10
|
isNativeBinaryInstall
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-6ESIT3CL.js";
|
|
12
12
|
import {
|
|
13
13
|
getGlobalPathConfig,
|
|
14
14
|
writeToConfigFile
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-R3OUWO35.js";
|
|
16
16
|
import {
|
|
17
17
|
apiCommand,
|
|
18
18
|
listSubcommand2 as listSubcommand,
|
|
19
19
|
loginCommand
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-SHWTWKFP.js";
|
|
21
21
|
import {
|
|
22
22
|
help
|
|
23
|
-
} from "./chunk-
|
|
23
|
+
} from "./chunk-VNUNCNPE.js";
|
|
24
24
|
import {
|
|
25
25
|
login
|
|
26
|
-
} from "./chunk-
|
|
26
|
+
} from "./chunk-GSR2GQLJ.js";
|
|
27
27
|
import {
|
|
28
28
|
TelemetryClient
|
|
29
|
-
} from "./chunk-
|
|
29
|
+
} from "./chunk-J5273CSE.js";
|
|
30
30
|
import {
|
|
31
31
|
require_ms
|
|
32
32
|
} from "./chunk-CO5D46AG.js";
|
|
@@ -6,7 +6,7 @@ const __filename = __fileURLToPath(import.meta.url);
|
|
|
6
6
|
const __dirname = __dirname_(__filename);
|
|
7
7
|
import {
|
|
8
8
|
TelemetryClient
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-J5273CSE.js";
|
|
10
10
|
|
|
11
11
|
// src/util/telemetry/commands/routes/index.ts
|
|
12
12
|
var RoutesTelemetryClient = class extends TelemetryClient {
|
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
} from "./chunk-V5P25P7F.js";
|
|
10
10
|
import {
|
|
11
11
|
getLocalPathConfig
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-WBFTHBNH.js";
|
|
13
13
|
import {
|
|
14
14
|
DEFAULT_VERCEL_CONFIG_FILENAME,
|
|
15
15
|
VERCEL_CONFIG_EXTENSIONS,
|
|
@@ -36,10 +36,10 @@ import {
|
|
|
36
36
|
useKeypress,
|
|
37
37
|
usePrefix,
|
|
38
38
|
useState
|
|
39
|
-
} from "./chunk-
|
|
39
|
+
} from "./chunk-GSR2GQLJ.js";
|
|
40
40
|
import {
|
|
41
41
|
require_load_json_file
|
|
42
|
-
} from "./chunk-
|
|
42
|
+
} from "./chunk-J5273CSE.js";
|
|
43
43
|
import {
|
|
44
44
|
require_lib as require_lib2
|
|
45
45
|
} from "./chunk-N2T234LO.js";
|
|
@@ -51,6 +51,9 @@ import {
|
|
|
51
51
|
APIError,
|
|
52
52
|
NowError
|
|
53
53
|
} from "./chunk-LN6B7ZI3.js";
|
|
54
|
+
import {
|
|
55
|
+
pkg_default
|
|
56
|
+
} from "./chunk-P4QNYOFB.js";
|
|
54
57
|
import {
|
|
55
58
|
emoji,
|
|
56
59
|
link_default,
|
|
@@ -1607,6 +1610,7 @@ function sleep(ms) {
|
|
|
1607
1610
|
}
|
|
1608
1611
|
|
|
1609
1612
|
// src/util/client.ts
|
|
1613
|
+
var DOMAINS_API_PATH = /^\/v\d+\/(?:domains|registrar)(?:\/|$)/;
|
|
1610
1614
|
var isSAMLError = (v) => {
|
|
1611
1615
|
return v && v.saml;
|
|
1612
1616
|
};
|
|
@@ -1891,6 +1895,9 @@ Are you sure you want to proceed?`;
|
|
|
1891
1895
|
}
|
|
1892
1896
|
const headers = new import_node_fetch.Headers(opts.headers);
|
|
1893
1897
|
headers.set("user-agent", ua_default);
|
|
1898
|
+
if (DOMAINS_API_PATH.test(url.pathname)) {
|
|
1899
|
+
headers.set("x-vercel-cli-version", pkg_default.version);
|
|
1900
|
+
}
|
|
1894
1901
|
if (this.agentName) {
|
|
1895
1902
|
headers.set("x-ai-agent", this.agentName);
|
|
1896
1903
|
}
|
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
} from "./chunk-DAASB6YQ.js";
|
|
10
10
|
import {
|
|
11
11
|
routesCommand
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-WFRHKZFI.js";
|
|
13
13
|
import {
|
|
14
14
|
alertsCommand
|
|
15
15
|
} from "./chunk-IQQJHYW4.js";
|
|
@@ -25,10 +25,10 @@ import {
|
|
|
25
25
|
import {
|
|
26
26
|
buildCommand,
|
|
27
27
|
pullCommand
|
|
28
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-GPBBIDQ5.js";
|
|
29
29
|
import {
|
|
30
30
|
envCommand
|
|
31
|
-
} from "./chunk-
|
|
31
|
+
} from "./chunk-GSR2GQLJ.js";
|
|
32
32
|
import {
|
|
33
33
|
confirmOption,
|
|
34
34
|
forceOption,
|
|
@@ -1351,6 +1351,22 @@ var createSubcommand2 = {
|
|
|
1351
1351
|
deprecated: false,
|
|
1352
1352
|
description: "Enable webhook triggers for this connector"
|
|
1353
1353
|
},
|
|
1354
|
+
{
|
|
1355
|
+
name: "data",
|
|
1356
|
+
shorthand: null,
|
|
1357
|
+
type: String,
|
|
1358
|
+
argument: "JSON",
|
|
1359
|
+
deprecated: false,
|
|
1360
|
+
description: "JSON object for non-managed connector creation. When set, posts directly to the connector create API."
|
|
1361
|
+
},
|
|
1362
|
+
{
|
|
1363
|
+
name: "connector-type",
|
|
1364
|
+
shorthand: null,
|
|
1365
|
+
type: String,
|
|
1366
|
+
argument: "TYPE",
|
|
1367
|
+
deprecated: false,
|
|
1368
|
+
description: "Connector type for non-managed creation. By default, the type is resolved from the service."
|
|
1369
|
+
},
|
|
1354
1370
|
{
|
|
1355
1371
|
name: "icon",
|
|
1356
1372
|
shorthand: null,
|
|
@@ -1394,6 +1410,14 @@ var createSubcommand2 = {
|
|
|
1394
1410
|
name: "Create with branding (icon and colors)",
|
|
1395
1411
|
value: `${packageName} connect create slack --name my-bot --icon ./logo.png --background-color '#1A2B3C' --accent-color '#FF0066'`
|
|
1396
1412
|
},
|
|
1413
|
+
{
|
|
1414
|
+
name: "Create a non-managed connector from explicit data",
|
|
1415
|
+
value: `${packageName} connect create mcp.linear.app --name linear --data '{"clientId":"abc123"}'`
|
|
1416
|
+
},
|
|
1417
|
+
{
|
|
1418
|
+
name: "Create a non-managed connector with an explicit connector type",
|
|
1419
|
+
value: `${packageName} connect create slack --name my-bot --connector-type slack --data '{"appId":"A123","appName":"my-bot","clientId":"abc","clientSecret":"secret"}'`
|
|
1420
|
+
},
|
|
1397
1421
|
{
|
|
1398
1422
|
name: "Output as JSON",
|
|
1399
1423
|
value: `${packageName} connect create slack --format=json`
|
|
@@ -2178,12 +2202,12 @@ var importSubcommand = {
|
|
|
2178
2202
|
var listSubcommand7 = {
|
|
2179
2203
|
name: "list",
|
|
2180
2204
|
aliases: ["ls"],
|
|
2181
|
-
description: "List
|
|
2205
|
+
description: "List DNS entries. Pass a domain to list its records, or omit the argument to list records across every domain on the scope",
|
|
2182
2206
|
default: true,
|
|
2183
2207
|
arguments: [
|
|
2184
2208
|
{
|
|
2185
2209
|
name: "domain",
|
|
2186
|
-
required:
|
|
2210
|
+
required: false
|
|
2187
2211
|
}
|
|
2188
2212
|
],
|
|
2189
2213
|
options: [limitOption, nextOption],
|
|
@@ -2387,6 +2411,81 @@ var priceSubcommand = {
|
|
|
2387
2411
|
}
|
|
2388
2412
|
]
|
|
2389
2413
|
};
|
|
2414
|
+
var searchSubcommand = {
|
|
2415
|
+
name: "search",
|
|
2416
|
+
aliases: [],
|
|
2417
|
+
description: "Discover domain-name candidates from a keyword or fragment",
|
|
2418
|
+
arguments: [
|
|
2419
|
+
{
|
|
2420
|
+
name: "query",
|
|
2421
|
+
required: true
|
|
2422
|
+
}
|
|
2423
|
+
],
|
|
2424
|
+
options: [
|
|
2425
|
+
{
|
|
2426
|
+
name: "available",
|
|
2427
|
+
shorthand: null,
|
|
2428
|
+
type: Boolean,
|
|
2429
|
+
description: "Show only candidates available to register",
|
|
2430
|
+
deprecated: false
|
|
2431
|
+
},
|
|
2432
|
+
{
|
|
2433
|
+
name: "order",
|
|
2434
|
+
shorthand: null,
|
|
2435
|
+
type: String,
|
|
2436
|
+
argument: "ORDER",
|
|
2437
|
+
description: "Order candidates by relevance, alphabetical order, or length (default: relevance)",
|
|
2438
|
+
deprecated: false
|
|
2439
|
+
},
|
|
2440
|
+
{
|
|
2441
|
+
name: "limit",
|
|
2442
|
+
shorthand: null,
|
|
2443
|
+
type: Number,
|
|
2444
|
+
argument: "NUMBER",
|
|
2445
|
+
description: "Number of candidates to check per page (default: 20, max: 200)",
|
|
2446
|
+
deprecated: false
|
|
2447
|
+
},
|
|
2448
|
+
{
|
|
2449
|
+
name: "tld",
|
|
2450
|
+
shorthand: null,
|
|
2451
|
+
type: [String],
|
|
2452
|
+
argument: "TLD",
|
|
2453
|
+
description: "Filter candidates by exact TLD. Repeatable.",
|
|
2454
|
+
deprecated: false
|
|
2455
|
+
},
|
|
2456
|
+
{
|
|
2457
|
+
name: "next",
|
|
2458
|
+
shorthand: null,
|
|
2459
|
+
type: String,
|
|
2460
|
+
argument: "CURSOR",
|
|
2461
|
+
description: "Show the next page of candidates",
|
|
2462
|
+
deprecated: false
|
|
2463
|
+
},
|
|
2464
|
+
formatOption
|
|
2465
|
+
],
|
|
2466
|
+
examples: [
|
|
2467
|
+
{
|
|
2468
|
+
name: "Discover domain-name candidates",
|
|
2469
|
+
value: `${packageName} domains search acme`
|
|
2470
|
+
},
|
|
2471
|
+
{
|
|
2472
|
+
name: "Narrow candidates with a TLD fragment",
|
|
2473
|
+
value: `${packageName} domains search acme.d`
|
|
2474
|
+
},
|
|
2475
|
+
{
|
|
2476
|
+
name: "Filter candidates by TLD",
|
|
2477
|
+
value: `${packageName} domains search acme --tld com --tld dev`
|
|
2478
|
+
},
|
|
2479
|
+
{
|
|
2480
|
+
name: "Show only available candidates",
|
|
2481
|
+
value: `${packageName} domains search acme --available`
|
|
2482
|
+
},
|
|
2483
|
+
{
|
|
2484
|
+
name: "JSON output",
|
|
2485
|
+
value: `${packageName} domains search acme --format=json`
|
|
2486
|
+
}
|
|
2487
|
+
]
|
|
2488
|
+
};
|
|
2390
2489
|
var buySubcommand = {
|
|
2391
2490
|
name: "buy",
|
|
2392
2491
|
aliases: [],
|
|
@@ -2483,6 +2582,7 @@ var domainsCommand = {
|
|
|
2483
2582
|
checkSubcommand,
|
|
2484
2583
|
moveSubcommand,
|
|
2485
2584
|
priceSubcommand,
|
|
2585
|
+
searchSubcommand,
|
|
2486
2586
|
transferInSubcommand,
|
|
2487
2587
|
removeSubcommand6
|
|
2488
2588
|
],
|
|
@@ -4456,7 +4556,7 @@ var initCommand = {
|
|
|
4456
4556
|
},
|
|
4457
4557
|
{
|
|
4458
4558
|
name: "Initialize example project into specified directory",
|
|
4459
|
-
value: `${packageName} <example> <dir>`
|
|
4559
|
+
value: `${packageName} init <example> <dir>`
|
|
4460
4560
|
},
|
|
4461
4561
|
{
|
|
4462
4562
|
name: "Initialize example project without checking",
|
|
@@ -5329,14 +5429,15 @@ var guideSubcommand = {
|
|
|
5329
5429
|
var resourceSubcommand = {
|
|
5330
5430
|
name: "resource",
|
|
5331
5431
|
aliases: [],
|
|
5332
|
-
description: "Manage marketplace integration resources (connect, disconnect, remove, create-threshold)",
|
|
5432
|
+
description: "Manage marketplace integration resources (connect, disconnect, remove, create-threshold, claim)",
|
|
5333
5433
|
options: [],
|
|
5334
5434
|
arguments: [],
|
|
5335
5435
|
subcommands: [
|
|
5336
5436
|
connectSubcommand2,
|
|
5337
5437
|
createThresholdSubcommand,
|
|
5338
5438
|
disconnectSubcommand2,
|
|
5339
|
-
removeSubcommand9
|
|
5439
|
+
removeSubcommand9,
|
|
5440
|
+
claimSubcommand
|
|
5340
5441
|
],
|
|
5341
5442
|
examples: [
|
|
5342
5443
|
{
|
|
@@ -6632,6 +6733,14 @@ var projectCommand = {
|
|
|
6632
6733
|
};
|
|
6633
6734
|
|
|
6634
6735
|
// src/commands/promote/command.ts
|
|
6736
|
+
var timeoutOption = {
|
|
6737
|
+
name: "timeout",
|
|
6738
|
+
description: "Time to wait for promotion completion [3m]",
|
|
6739
|
+
argument: "TIME",
|
|
6740
|
+
shorthand: null,
|
|
6741
|
+
type: String,
|
|
6742
|
+
deprecated: false
|
|
6743
|
+
};
|
|
6635
6744
|
var statusSubcommand2 = {
|
|
6636
6745
|
name: "status",
|
|
6637
6746
|
aliases: [],
|
|
@@ -6643,6 +6752,7 @@ var statusSubcommand2 = {
|
|
|
6643
6752
|
}
|
|
6644
6753
|
],
|
|
6645
6754
|
options: [
|
|
6755
|
+
timeoutOption,
|
|
6646
6756
|
{
|
|
6647
6757
|
...yesOption,
|
|
6648
6758
|
description: "Skip the confirmation prompt when linking a Project"
|
|
@@ -6671,14 +6781,7 @@ var promoteCommand = {
|
|
|
6671
6781
|
],
|
|
6672
6782
|
subcommands: [statusSubcommand2],
|
|
6673
6783
|
options: [
|
|
6674
|
-
|
|
6675
|
-
name: "timeout",
|
|
6676
|
-
description: "Time to wait for promotion completion [3m]",
|
|
6677
|
-
argument: "TIME",
|
|
6678
|
-
shorthand: null,
|
|
6679
|
-
type: String,
|
|
6680
|
-
deprecated: false
|
|
6681
|
-
},
|
|
6784
|
+
timeoutOption,
|
|
6682
6785
|
{
|
|
6683
6786
|
...yesOption,
|
|
6684
6787
|
description: "Skip the confirmation prompt when linking a Project"
|
|
@@ -7056,6 +7159,14 @@ var removeCommand = {
|
|
|
7056
7159
|
};
|
|
7057
7160
|
|
|
7058
7161
|
// src/commands/rollback/command.ts
|
|
7162
|
+
var timeoutOption2 = {
|
|
7163
|
+
name: "timeout",
|
|
7164
|
+
description: "Time to wait for rollback completion [3m]",
|
|
7165
|
+
argument: "TIME",
|
|
7166
|
+
shorthand: null,
|
|
7167
|
+
type: String,
|
|
7168
|
+
deprecated: false
|
|
7169
|
+
};
|
|
7059
7170
|
var statusSubcommand3 = {
|
|
7060
7171
|
name: "status",
|
|
7061
7172
|
aliases: [],
|
|
@@ -7066,7 +7177,7 @@ var statusSubcommand3 = {
|
|
|
7066
7177
|
required: false
|
|
7067
7178
|
}
|
|
7068
7179
|
],
|
|
7069
|
-
options: [],
|
|
7180
|
+
options: [timeoutOption2],
|
|
7070
7181
|
examples: [
|
|
7071
7182
|
{
|
|
7072
7183
|
name: "Show the status of any current pending rollbacks",
|
|
@@ -7089,17 +7200,7 @@ var rollbackCommand = {
|
|
|
7089
7200
|
}
|
|
7090
7201
|
],
|
|
7091
7202
|
subcommands: [statusSubcommand3],
|
|
7092
|
-
options: [
|
|
7093
|
-
{
|
|
7094
|
-
name: "timeout",
|
|
7095
|
-
description: "Time to wait for rollback completion [3m]",
|
|
7096
|
-
argument: "TIME",
|
|
7097
|
-
shorthand: null,
|
|
7098
|
-
type: String,
|
|
7099
|
-
deprecated: false
|
|
7100
|
-
},
|
|
7101
|
-
yesOption
|
|
7102
|
-
],
|
|
7203
|
+
options: [timeoutOption2, yesOption],
|
|
7103
7204
|
examples: [
|
|
7104
7205
|
{
|
|
7105
7206
|
name: "Rollback a deployment using id or url",
|
|
@@ -8163,70 +8264,6 @@ var getSubcommand3 = {
|
|
|
8163
8264
|
],
|
|
8164
8265
|
examples: []
|
|
8165
8266
|
};
|
|
8166
|
-
var addStoreSubcommand = {
|
|
8167
|
-
name: "add",
|
|
8168
|
-
aliases: [],
|
|
8169
|
-
description: "Add a new Blob store",
|
|
8170
|
-
arguments: [
|
|
8171
|
-
{
|
|
8172
|
-
name: "name",
|
|
8173
|
-
required: false
|
|
8174
|
-
}
|
|
8175
|
-
],
|
|
8176
|
-
options: [
|
|
8177
|
-
accessOption,
|
|
8178
|
-
{
|
|
8179
|
-
name: "region",
|
|
8180
|
-
shorthand: "r",
|
|
8181
|
-
type: String,
|
|
8182
|
-
deprecated: false,
|
|
8183
|
-
description: 'Region to create the Blob store in (default: "iad1"). See https://vercel.com/docs/edge-network/regions#region-list for all available regions',
|
|
8184
|
-
argument: "STRING"
|
|
8185
|
-
},
|
|
8186
|
-
yesOption,
|
|
8187
|
-
environmentOption
|
|
8188
|
-
],
|
|
8189
|
-
examples: [
|
|
8190
|
-
{
|
|
8191
|
-
name: 'Create a blob store (uses default region "iad1")',
|
|
8192
|
-
value: "vercel blob store add my-store"
|
|
8193
|
-
},
|
|
8194
|
-
{
|
|
8195
|
-
name: "Create a blob store in a specific region",
|
|
8196
|
-
value: "vercel blob store add my-store --region cdg1"
|
|
8197
|
-
},
|
|
8198
|
-
{
|
|
8199
|
-
name: "Create a private blob store",
|
|
8200
|
-
value: "vercel blob store add my-private-store --access private"
|
|
8201
|
-
}
|
|
8202
|
-
]
|
|
8203
|
-
};
|
|
8204
|
-
var removeStoreSubcommand = {
|
|
8205
|
-
name: "remove",
|
|
8206
|
-
aliases: ["rm"],
|
|
8207
|
-
description: "Remove a Blob store",
|
|
8208
|
-
arguments: [
|
|
8209
|
-
{
|
|
8210
|
-
name: "storeId",
|
|
8211
|
-
required: false
|
|
8212
|
-
}
|
|
8213
|
-
],
|
|
8214
|
-
options: [yesOption],
|
|
8215
|
-
examples: []
|
|
8216
|
-
};
|
|
8217
|
-
var getStoreSubcommand = {
|
|
8218
|
-
name: "get",
|
|
8219
|
-
aliases: [],
|
|
8220
|
-
description: "Get a Blob store",
|
|
8221
|
-
arguments: [
|
|
8222
|
-
{
|
|
8223
|
-
name: "storeId",
|
|
8224
|
-
required: false
|
|
8225
|
-
}
|
|
8226
|
-
],
|
|
8227
|
-
options: [],
|
|
8228
|
-
examples: []
|
|
8229
|
-
};
|
|
8230
8267
|
var createStoreSubcommand = {
|
|
8231
8268
|
name: "create-store",
|
|
8232
8269
|
aliases: [],
|
|
@@ -8634,6 +8671,7 @@ export {
|
|
|
8634
8671
|
addSubcommand5 as addSubcommand4,
|
|
8635
8672
|
removeSubcommand6,
|
|
8636
8673
|
priceSubcommand,
|
|
8674
|
+
searchSubcommand,
|
|
8637
8675
|
buySubcommand,
|
|
8638
8676
|
checkSubcommand,
|
|
8639
8677
|
moveSubcommand,
|
|
@@ -8811,9 +8849,6 @@ export {
|
|
|
8811
8849
|
delSubcommand,
|
|
8812
8850
|
copySubcommand,
|
|
8813
8851
|
getSubcommand3,
|
|
8814
|
-
addStoreSubcommand,
|
|
8815
|
-
removeStoreSubcommand,
|
|
8816
|
-
getStoreSubcommand,
|
|
8817
8852
|
createStoreSubcommand,
|
|
8818
8853
|
deleteStoreSubcommand,
|
|
8819
8854
|
emptyStoreSubcommand,
|
|
@@ -1251,9 +1251,9 @@ var require_is_stream = __commonJS({
|
|
|
1251
1251
|
}
|
|
1252
1252
|
});
|
|
1253
1253
|
|
|
1254
|
-
// ../../node_modules/.pnpm/pump@3.0.
|
|
1254
|
+
// ../../node_modules/.pnpm/pump@3.0.4/node_modules/pump/index.js
|
|
1255
1255
|
var require_pump = __commonJS({
|
|
1256
|
-
"../../node_modules/.pnpm/pump@3.0.
|
|
1256
|
+
"../../node_modules/.pnpm/pump@3.0.4/node_modules/pump/index.js"(exports, module) {
|
|
1257
1257
|
var once = require_once();
|
|
1258
1258
|
var eos = require_end_of_stream();
|
|
1259
1259
|
var fs;
|
|
@@ -1263,7 +1263,7 @@ var require_pump = __commonJS({
|
|
|
1263
1263
|
}
|
|
1264
1264
|
var noop = function() {
|
|
1265
1265
|
};
|
|
1266
|
-
var ancient = /^v?\.0/.test(process.version);
|
|
1266
|
+
var ancient = typeof process === "undefined" ? false : /^v?\.0/.test(process.version);
|
|
1267
1267
|
var isFn = function(fn) {
|
|
1268
1268
|
return typeof fn === "function";
|
|
1269
1269
|
};
|
|
@@ -10,10 +10,10 @@ import {
|
|
|
10
10
|
} from "./chunk-LJ5WXXG6.js";
|
|
11
11
|
import {
|
|
12
12
|
getLocalPathConfig
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-WBFTHBNH.js";
|
|
14
14
|
import {
|
|
15
15
|
getScope
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-J763BFOA.js";
|
|
17
17
|
import {
|
|
18
18
|
VERCEL_DIR_PROJECT,
|
|
19
19
|
VERCEL_DIR_README,
|
|
@@ -47,7 +47,7 @@ import {
|
|
|
47
47
|
selectAndParseRemoteUrl,
|
|
48
48
|
selectOrg,
|
|
49
49
|
writeServicesConfig
|
|
50
|
-
} from "./chunk-
|
|
50
|
+
} from "./chunk-GSR2GQLJ.js";
|
|
51
51
|
import {
|
|
52
52
|
buildCommandWithGlobalFlags,
|
|
53
53
|
outputAgentError,
|
|
@@ -667,8 +667,11 @@ async function getServicesSetupState(workPath) {
|
|
|
667
667
|
};
|
|
668
668
|
}
|
|
669
669
|
function displayConfiguredServicesSetup(detectServicesResult, configFileName = "vercel.json") {
|
|
670
|
-
|
|
671
|
-
|
|
670
|
+
const v1Services = detectServicesResult.services.filter(
|
|
671
|
+
import_fs_detectors.isExperimentalService
|
|
672
|
+
);
|
|
673
|
+
if (v1Services.length > 0) {
|
|
674
|
+
displayDetectedServices(v1Services);
|
|
672
675
|
}
|
|
673
676
|
if (detectServicesResult.errors.length > 0) {
|
|
674
677
|
displayServiceErrors(detectServicesResult.errors);
|
|
@@ -11,8 +11,8 @@ import {
|
|
|
11
11
|
findSourceVercelConfigFile,
|
|
12
12
|
getVercelConfigPath,
|
|
13
13
|
normalizeConfig
|
|
14
|
-
} from "./chunk-
|
|
15
|
-
import "./chunk-
|
|
14
|
+
} from "./chunk-GSR2GQLJ.js";
|
|
15
|
+
import "./chunk-J5273CSE.js";
|
|
16
16
|
import "./chunk-NHGCQRK5.js";
|
|
17
17
|
import "./chunk-CO5D46AG.js";
|
|
18
18
|
import "./chunk-N2T234LO.js";
|
|
@@ -15,16 +15,16 @@ import {
|
|
|
15
15
|
parseSubcommandArgs,
|
|
16
16
|
resolveRoutes,
|
|
17
17
|
withGlobalFlags
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-IUBY6GNH.js";
|
|
19
19
|
import {
|
|
20
20
|
deleteSubcommand
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-WFRHKZFI.js";
|
|
22
22
|
import {
|
|
23
23
|
AGENT_REASON,
|
|
24
24
|
AGENT_STATUS
|
|
25
25
|
} from "./chunk-LJ5WXXG6.js";
|
|
26
|
-
import "./chunk-
|
|
27
|
-
import "./chunk-
|
|
26
|
+
import "./chunk-GSR2GQLJ.js";
|
|
27
|
+
import "./chunk-J5273CSE.js";
|
|
28
28
|
import {
|
|
29
29
|
outputAgentError
|
|
30
30
|
} from "./chunk-NHGCQRK5.js";
|
|
@@ -17,13 +17,13 @@ import {
|
|
|
17
17
|
parseSubcommandArgs,
|
|
18
18
|
resolveRoute,
|
|
19
19
|
withGlobalFlags
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-IUBY6GNH.js";
|
|
21
21
|
import {
|
|
22
22
|
disableSubcommand
|
|
23
|
-
} from "./chunk-
|
|
23
|
+
} from "./chunk-WFRHKZFI.js";
|
|
24
24
|
import "./chunk-LJ5WXXG6.js";
|
|
25
|
-
import "./chunk-
|
|
26
|
-
import "./chunk-
|
|
25
|
+
import "./chunk-GSR2GQLJ.js";
|
|
26
|
+
import "./chunk-J5273CSE.js";
|
|
27
27
|
import {
|
|
28
28
|
outputAgentError
|
|
29
29
|
} from "./chunk-NHGCQRK5.js";
|
|
@@ -17,13 +17,13 @@ import {
|
|
|
17
17
|
parseSubcommandArgs,
|
|
18
18
|
printDiffSummary,
|
|
19
19
|
withGlobalFlags
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-IUBY6GNH.js";
|
|
21
21
|
import {
|
|
22
22
|
discardSubcommand
|
|
23
|
-
} from "./chunk-
|
|
23
|
+
} from "./chunk-WFRHKZFI.js";
|
|
24
24
|
import "./chunk-LJ5WXXG6.js";
|
|
25
|
-
import "./chunk-
|
|
26
|
-
import "./chunk-
|
|
25
|
+
import "./chunk-GSR2GQLJ.js";
|
|
26
|
+
import "./chunk-J5273CSE.js";
|
|
27
27
|
import {
|
|
28
28
|
outputAgentError
|
|
29
29
|
} from "./chunk-NHGCQRK5.js";
|