vercel 51.5.1 → 51.7.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.
Files changed (53) hide show
  1. package/dist/chunks/{add-CSYGALLC.js → add-HLIPDOM3.js} +5 -5
  2. package/dist/chunks/{chunk-7V43C2HB.js → chunk-5QNVUXGF.js} +5 -5
  3. package/dist/chunks/{chunk-TY6AGA4P.js → chunk-6GTUL6VG.js} +3 -3
  4. package/dist/chunks/{chunk-GZF6VMKA.js → chunk-BO7LOGQA.js} +4 -4
  5. package/dist/chunks/{chunk-TX6K3Z5E.js → chunk-BXSWMI6W.js} +1 -1
  6. package/dist/chunks/{chunk-LR5Y63NG.js → chunk-HYAMHBSF.js} +1 -1
  7. package/dist/chunks/{chunk-T7LHO6SF.js → chunk-IDDYXD6T.js} +2 -2
  8. package/dist/chunks/{chunk-JHVQUIP6.js → chunk-IS75MWZN.js} +57 -29
  9. package/dist/chunks/{chunk-5I2ESU2C.js → chunk-L7AFYPER.js} +1 -1
  10. package/dist/chunks/{chunk-K3HUUZM5.js → chunk-LGSOFQRC.js} +1 -1
  11. package/dist/chunks/{chunk-QO2ED7OU.js → chunk-LKIVGPRE.js} +5 -2
  12. package/dist/chunks/{chunk-P445TBWL.js → chunk-LOUKPRIS.js} +316 -152
  13. package/dist/chunks/{chunk-7IM2OOGY.js → chunk-QLO5NXAS.js} +1 -1
  14. package/dist/chunks/{chunk-3VIDEX7A.js → chunk-QO6J4DC7.js} +1 -1
  15. package/dist/chunks/{chunk-NJ7GOUCE.js → chunk-QZ3UQIL3.js} +108 -60
  16. package/dist/chunks/{chunk-KAKD6QXJ.js → chunk-T74PTRRA.js} +4 -4
  17. package/dist/chunks/{chunk-EQIXUYBY.js → chunk-V766LKN6.js} +1 -1
  18. package/dist/chunks/chunk-VNDSVCGB.js +2321 -0
  19. package/dist/chunks/{chunk-CXTJ4RY4.js → chunk-WKRF7JKF.js} +1 -1
  20. package/dist/chunks/{chunk-CGTXAXZ4.js → chunk-XKHLPA6V.js} +3 -1
  21. package/dist/chunks/{chunk-KNZNWP2U.js → chunk-YDCXNOCS.js} +3 -3
  22. package/dist/chunks/{chunk-SVYO7LZ5.js → chunk-YKYISUXV.js} +2 -2
  23. package/dist/chunks/{compile-vercel-config-OLTGIW27.js → compile-vercel-config-U4OJGTLE.js} +2 -2
  24. package/dist/chunks/{delete-XAYXXDEB.js → delete-H2OF5N72.js} +3 -3
  25. package/dist/chunks/{disable-PNN5ZWF4.js → disable-Z4ENND33.js} +3 -3
  26. package/dist/chunks/{discard-QUK6T2AQ.js → discard-UQGHXIL4.js} +3 -3
  27. package/dist/chunks/{edit-D2OHUFQ6.js → edit-UFYK3Z3T.js} +4 -4
  28. package/dist/chunks/{enable-SJV7HD2Y.js → enable-2MEB4O5O.js} +3 -3
  29. package/dist/chunks/{export-SN3F75NH.js → export-T5VEXLYZ.js} +3 -3
  30. package/dist/chunks/{inspect-C2ZW7BZA.js → inspect-7CDEJF2U.js} +4 -4
  31. package/dist/chunks/{list-2DKITLDE.js → list-LTDGGY5C.js} +3 -3
  32. package/dist/chunks/{list-EUXU6BVD.js → list-MKMRMDWW.js} +4 -4
  33. package/dist/chunks/{ls-7R3DRCUY.js → ls-GRDKWPVP.js} +5 -5
  34. package/dist/chunks/{publish-HNGKZNDH.js → publish-SMAXMKKV.js} +3 -3
  35. package/dist/chunks/{query-G4SY7VMM.js → query-WGX6PLTN.js} +3 -3
  36. package/dist/chunks/{reorder-Q2LYGVZK.js → reorder-SQ52RGDY.js} +3 -3
  37. package/dist/chunks/{restore-YJUUQLZG.js → restore-P6RHBBEG.js} +3 -3
  38. package/dist/chunks/{rm-XEV4FF6H.js → rm-EDOGYDVM.js} +5 -5
  39. package/dist/chunks/{rule-inspect-JNZMBVJF.js → rule-inspect-GW54LGXF.js} +5 -5
  40. package/dist/chunks/{rules-5PJVEET5.js → rules-MCUCN322.js} +7 -7
  41. package/dist/chunks/{schema-OU7FKPQZ.js → schema-CZ7B2GTS.js} +3 -3
  42. package/dist/chunks/{update-6LXBPVBH.js → update-QHI4MJ6N.js} +5 -5
  43. package/dist/commands/build/index.js +62 -30
  44. package/dist/commands/deploy/index.js +11 -11
  45. package/dist/commands/dev/index.js +75 -44
  46. package/dist/commands/env/index.js +6 -6
  47. package/dist/commands/link/index.js +7 -7
  48. package/dist/commands/list/index.js +4 -4
  49. package/dist/commands-bulk.js +1786 -2567
  50. package/dist/index.js +31 -11
  51. package/dist/version.mjs +1 -1
  52. package/package.json +18 -18
  53. package/dist/chunks/chunk-4T7RWBT7.js +0 -310
@@ -7,7 +7,7 @@ const __dirname = __dirname_(__filename);
7
7
  import {
8
8
  formatCondition,
9
9
  formatTransform
10
- } from "./chunk-SVYO7LZ5.js";
10
+ } from "./chunk-YKYISUXV.js";
11
11
  import {
12
12
  output_manager_default
13
13
  } from "./chunk-ZQKJVHXY.js";
@@ -10,7 +10,7 @@ import {
10
10
  import {
11
11
  getEnvTargetPlaceholder,
12
12
  global_path_default
13
- } from "./chunk-P445TBWL.js";
13
+ } from "./chunk-LOUKPRIS.js";
14
14
  import {
15
15
  yesOption
16
16
  } from "./chunk-RFMC2QXQ.js";
@@ -25,10 +25,10 @@ import {
25
25
  import {
26
26
  buildCommand,
27
27
  pullCommand
28
- } from "./chunk-3VIDEX7A.js";
28
+ } from "./chunk-QO6J4DC7.js";
29
29
  import {
30
30
  envCommand
31
- } from "./chunk-P445TBWL.js";
31
+ } from "./chunk-LOUKPRIS.js";
32
32
  import {
33
33
  confirmOption,
34
34
  forceOption,
@@ -693,7 +693,7 @@ var apiCommand = {
693
693
  type: [String],
694
694
  argument: "KEY=VALUE",
695
695
  deprecated: false,
696
- description: "Add a string parameter (no type parsing)"
696
+ description: "Add a string option (no type parsing)"
697
697
  },
698
698
  {
699
699
  name: "header",
@@ -1353,17 +1353,64 @@ var createSubcommand2 = {
1353
1353
  }
1354
1354
  ]
1355
1355
  };
1356
+ var listSubcommand4 = {
1357
+ name: "list",
1358
+ aliases: ["ls"],
1359
+ description: "List Connex clients for the current team",
1360
+ arguments: [],
1361
+ options: [
1362
+ {
1363
+ name: "limit",
1364
+ shorthand: null,
1365
+ type: Number,
1366
+ argument: "COUNT",
1367
+ deprecated: false,
1368
+ description: "Number of clients to return per page"
1369
+ },
1370
+ {
1371
+ name: "next",
1372
+ shorthand: null,
1373
+ type: String,
1374
+ argument: "CURSOR",
1375
+ deprecated: false,
1376
+ description: "Cursor for the next page of results"
1377
+ },
1378
+ formatOption
1379
+ ],
1380
+ examples: [
1381
+ {
1382
+ name: "List Connex clients for the current team",
1383
+ value: `${packageName} connex list`
1384
+ },
1385
+ {
1386
+ name: "Limit the number of results",
1387
+ value: `${packageName} connex list --limit 10`
1388
+ },
1389
+ {
1390
+ name: "Fetch the next page of results",
1391
+ value: `${packageName} connex list --next <cursor>`
1392
+ },
1393
+ {
1394
+ name: "Output as JSON",
1395
+ value: `${packageName} connex list --format=json`
1396
+ }
1397
+ ]
1398
+ };
1356
1399
  var connexCommand = {
1357
1400
  name: "connex",
1358
1401
  aliases: [],
1359
1402
  description: "Manage Vercel Connect clients",
1360
1403
  arguments: [],
1361
1404
  options: [],
1362
- subcommands: [createSubcommand2],
1405
+ subcommands: [createSubcommand2, listSubcommand4],
1363
1406
  examples: [
1364
1407
  {
1365
1408
  name: "Create a Slack app",
1366
1409
  value: `${packageName} connex create slack`
1410
+ },
1411
+ {
1412
+ name: "List Connex clients on the current team",
1413
+ value: `${packageName} connex list`
1367
1414
  }
1368
1415
  ]
1369
1416
  };
@@ -1422,7 +1469,7 @@ var addSubcommand3 = {
1422
1469
  }
1423
1470
  ]
1424
1471
  };
1425
- var listSubcommand4 = {
1472
+ var listSubcommand5 = {
1426
1473
  name: "list",
1427
1474
  aliases: ["ls"],
1428
1475
  description: "List all cron jobs for a project",
@@ -1463,7 +1510,7 @@ var cronsCommand = {
1463
1510
  aliases: ["cron"],
1464
1511
  description: "Manage cron jobs for a project",
1465
1512
  arguments: [],
1466
- subcommands: [addSubcommand3, listSubcommand4, runSubcommand],
1513
+ subcommands: [addSubcommand3, listSubcommand5, runSubcommand],
1467
1514
  options: [],
1468
1515
  examples: []
1469
1516
  };
@@ -1538,7 +1585,7 @@ var projectOption = {
1538
1585
  description: "Project name or ID (defaults to the linked project)",
1539
1586
  deprecated: false
1540
1587
  };
1541
- var listSubcommand5 = {
1588
+ var listSubcommand6 = {
1542
1589
  name: "list",
1543
1590
  aliases: ["ls"],
1544
1591
  description: "List deploy hooks for a project",
@@ -1603,7 +1650,7 @@ var deployHooksCommand = {
1603
1650
  aliases: ["deploy-hook"],
1604
1651
  description: "Manage deploy hooks for Git-triggered builds",
1605
1652
  arguments: [],
1606
- subcommands: [listSubcommand5, createSubcommand3, removeSubcommand3],
1653
+ subcommands: [listSubcommand6, createSubcommand3, removeSubcommand3],
1607
1654
  options: [],
1608
1655
  examples: []
1609
1656
  };
@@ -1626,7 +1673,7 @@ var importSubcommand = {
1626
1673
  options: [],
1627
1674
  examples: []
1628
1675
  };
1629
- var listSubcommand6 = {
1676
+ var listSubcommand7 = {
1630
1677
  name: "list",
1631
1678
  aliases: ["ls"],
1632
1679
  description: "List all DNS entries for a domain",
@@ -1683,7 +1730,7 @@ var dnsCommand = {
1683
1730
  subcommands: [
1684
1731
  addSubcommand4,
1685
1732
  importSubcommand,
1686
- listSubcommand6,
1733
+ listSubcommand7,
1687
1734
  removeSubcommand4
1688
1735
  ],
1689
1736
  options: [],
@@ -1734,7 +1781,7 @@ var dnsCommand = {
1734
1781
  };
1735
1782
 
1736
1783
  // src/commands/domains/command.ts
1737
- var listSubcommand7 = {
1784
+ var listSubcommand8 = {
1738
1785
  name: "list",
1739
1786
  aliases: ["ls"],
1740
1787
  description: "Show all domains in a list",
@@ -1895,7 +1942,7 @@ var domainsCommand = {
1895
1942
  description: "Manage domains",
1896
1943
  arguments: [],
1897
1944
  subcommands: [
1898
- listSubcommand7,
1945
+ listSubcommand8,
1899
1946
  inspectSubcommand,
1900
1947
  addSubcommand5,
1901
1948
  buySubcommand,
@@ -1909,7 +1956,7 @@ var domainsCommand = {
1909
1956
  };
1910
1957
 
1911
1958
  // src/commands/edge-config/command.ts
1912
- var listSubcommand8 = {
1959
+ var listSubcommand9 = {
1913
1960
  name: "list",
1914
1961
  aliases: ["ls"],
1915
1962
  description: "List Edge Config stores for the current team",
@@ -2069,7 +2116,7 @@ var edgeConfigCommand = {
2069
2116
  description: "Manage Edge Config stores (dashboard API parity)",
2070
2117
  arguments: [],
2071
2118
  subcommands: [
2072
- listSubcommand8,
2119
+ listSubcommand9,
2073
2120
  addSubcommand6,
2074
2121
  getSubcommand,
2075
2122
  updateSubcommand,
@@ -2187,7 +2234,7 @@ var systemBypassListSubcommand = {
2187
2234
  var systemBypassAddSubcommand = {
2188
2235
  name: "add",
2189
2236
  aliases: [],
2190
- description: "Add a system bypass rule to allow a specific IP address to skip firewall checks",
2237
+ description: "Add a system bypass rule to allow a specific IP address to skip firewall checks. Takes effect immediately (no publish required)",
2191
2238
  arguments: [{ name: "ip", required: true }],
2192
2239
  options: [
2193
2240
  {
@@ -2220,7 +2267,7 @@ var systemBypassAddSubcommand = {
2220
2267
  var systemBypassRemoveSubcommand = {
2221
2268
  name: "remove",
2222
2269
  aliases: ["rm"],
2223
- description: "Remove a system bypass rule so the IP is no longer exempt from firewall checks",
2270
+ description: "Remove a system bypass rule so the IP is no longer exempt from firewall checks. Takes effect immediately (no publish required)",
2224
2271
  arguments: [{ name: "ip", required: true }],
2225
2272
  options: [
2226
2273
  {
@@ -2289,7 +2336,7 @@ var ipBlocksListSubcommand = {
2289
2336
  var ipBlocksBlockSubcommand = {
2290
2337
  name: "block",
2291
2338
  aliases: [],
2292
- description: "Block an IP address or CIDR range from accessing your project",
2339
+ description: "Block an IP address or CIDR range from accessing your project. Stages a draft change \u2014 run `publish` to make it live",
2293
2340
  arguments: [{ name: "ip", required: true }],
2294
2341
  options: [
2295
2342
  {
@@ -2326,7 +2373,7 @@ var ipBlocksBlockSubcommand = {
2326
2373
  var ipBlocksUnblockSubcommand = {
2327
2374
  name: "unblock",
2328
2375
  aliases: ["rm"],
2329
- description: "Remove an IP blocking rule to allow the address to access your project again",
2376
+ description: "Remove an IP blocking rule to allow the address to access your project again. Stages a draft change \u2014 run `publish` to make it live",
2330
2377
  arguments: [{ name: "id-or-ip", required: true }],
2331
2378
  options: [
2332
2379
  {
@@ -2439,7 +2486,7 @@ var rulesInspectSubcommand = {
2439
2486
  var rulesAddSubcommand = {
2440
2487
  name: "add",
2441
2488
  aliases: [],
2442
- description: "Create a new custom firewall rule using AI, an interactive builder, JSON, or command-line flags",
2489
+ description: "Create a new custom firewall rule using AI, an interactive builder, JSON, or command-line flags. Stages a draft change \u2014 run `publish` to make it live",
2443
2490
  arguments: [{ name: "name", required: false }],
2444
2491
  options: [
2445
2492
  {
@@ -2575,7 +2622,7 @@ var rulesAddSubcommand = {
2575
2622
  var rulesEditSubcommand = {
2576
2623
  name: "edit",
2577
2624
  aliases: [],
2578
- description: "Edit an existing custom firewall rule using AI, an interactive editor, JSON, or command-line flags",
2625
+ description: "Edit an existing custom firewall rule using AI, an interactive editor, JSON, or command-line flags. Stages a draft change \u2014 run `publish` to make it live",
2579
2626
  arguments: [{ name: "name-or-id", required: true }],
2580
2627
  options: [
2581
2628
  {
@@ -2725,7 +2772,7 @@ var rulesEditSubcommand = {
2725
2772
  var rulesEnableSubcommand = {
2726
2773
  name: "enable",
2727
2774
  aliases: [],
2728
- description: "Enable a disabled custom firewall rule",
2775
+ description: "Enable a disabled custom firewall rule. Stages a draft change \u2014 run `publish` to make it live",
2729
2776
  arguments: [{ name: "name-or-id", required: true }],
2730
2777
  options: [yesOption],
2731
2778
  examples: [
@@ -2738,7 +2785,7 @@ var rulesEnableSubcommand = {
2738
2785
  var rulesDisableSubcommand = {
2739
2786
  name: "disable",
2740
2787
  aliases: [],
2741
- description: "Disable a custom firewall rule without removing it",
2788
+ description: "Disable a custom firewall rule without removing it. Stages a draft change \u2014 run `publish` to make it live",
2742
2789
  arguments: [{ name: "name-or-id", required: true }],
2743
2790
  options: [yesOption],
2744
2791
  examples: [
@@ -2751,7 +2798,7 @@ var rulesDisableSubcommand = {
2751
2798
  var rulesRemoveSubcommand = {
2752
2799
  name: "remove",
2753
2800
  aliases: ["rm", "delete"],
2754
- description: "Remove a custom firewall rule",
2801
+ description: "Remove a custom firewall rule. Stages a draft change \u2014 run `publish` to make it live",
2755
2802
  arguments: [{ name: "name-or-id", required: true }],
2756
2803
  options: [yesOption],
2757
2804
  examples: [
@@ -2764,7 +2811,7 @@ var rulesRemoveSubcommand = {
2764
2811
  var rulesReorderSubcommand = {
2765
2812
  name: "reorder",
2766
2813
  aliases: ["move"],
2767
- description: "Change the priority order of a custom firewall rule",
2814
+ description: "Change the priority order of a custom firewall rule. Stages a draft change \u2014 run `publish` to make it live",
2768
2815
  arguments: [{ name: "name-or-id", required: true }],
2769
2816
  options: [
2770
2817
  {
@@ -2839,7 +2886,7 @@ var rulesSubcommand = {
2839
2886
  var attackModeEnableSubcommand = {
2840
2887
  name: "enable",
2841
2888
  aliases: [],
2842
- description: "Enable attack mode \u2014 all visitors will be shown a verification challenge before accessing your site",
2889
+ description: "Enable attack mode \u2014 all visitors will be shown a verification challenge before accessing your site. Takes effect immediately (no publish required)",
2843
2890
  arguments: [],
2844
2891
  options: [
2845
2892
  {
@@ -2865,7 +2912,7 @@ var attackModeEnableSubcommand = {
2865
2912
  var attackModeDisableSubcommand = {
2866
2913
  name: "disable",
2867
2914
  aliases: [],
2868
- description: "Disable attack mode \u2014 visitors will no longer be challenged",
2915
+ description: "Disable attack mode \u2014 visitors will no longer be challenged. Takes effect immediately (no publish required)",
2869
2916
  arguments: [],
2870
2917
  options: [yesOption],
2871
2918
  examples: [
@@ -2896,7 +2943,7 @@ var attackModeSubcommand = {
2896
2943
  var systemMitigationsPauseSubcommand = {
2897
2944
  name: "pause",
2898
2945
  aliases: [],
2899
- description: "Pause automatic DDoS protection and system-level traffic filtering for 24 hours",
2946
+ description: "Pause automatic DDoS protection and system-level traffic filtering for 24 hours. Takes effect immediately (no publish required)",
2900
2947
  arguments: [],
2901
2948
  options: [yesOption],
2902
2949
  examples: [
@@ -2909,7 +2956,7 @@ var systemMitigationsPauseSubcommand = {
2909
2956
  var systemMitigationsResumeSubcommand = {
2910
2957
  name: "resume",
2911
2958
  aliases: [],
2912
- description: "Resume automatic DDoS protection and system-level traffic filtering",
2959
+ description: "Resume automatic DDoS protection and system-level traffic filtering. Takes effect immediately (no publish required)",
2913
2960
  arguments: [],
2914
2961
  options: [yesOption],
2915
2962
  examples: [
@@ -2971,7 +3018,7 @@ var firewallCommand = {
2971
3018
  };
2972
3019
 
2973
3020
  // src/commands/flags/command.ts
2974
- var listSubcommand9 = {
3021
+ var listSubcommand10 = {
2975
3022
  name: "list",
2976
3023
  aliases: ["ls"],
2977
3024
  description: "List all feature flags for the current project",
@@ -3617,7 +3664,7 @@ var flagsCommand = {
3617
3664
  hidden: true,
3618
3665
  arguments: [],
3619
3666
  subcommands: [
3620
- listSubcommand9,
3667
+ listSubcommand10,
3621
3668
  inspectSubcommand2,
3622
3669
  createSubcommand4,
3623
3670
  openSubcommand,
@@ -4140,7 +4187,7 @@ var installationsSubcommand = {
4140
4187
  }
4141
4188
  ]
4142
4189
  };
4143
- var listSubcommand10 = {
4190
+ var listSubcommand11 = {
4144
4191
  name: "list",
4145
4192
  aliases: ["ls"],
4146
4193
  description: "List resources from marketplace integrations for the current project",
@@ -4416,7 +4463,7 @@ var integrationCommand = {
4416
4463
  discoverSubcommand,
4417
4464
  guideSubcommand,
4418
4465
  installationsSubcommand,
4419
- listSubcommand10,
4466
+ listSubcommand11,
4420
4467
  openSubcommand2,
4421
4468
  updateSubcommand3,
4422
4469
  removeSubcommand8
@@ -5429,7 +5476,7 @@ var inspectSubcommand3 = {
5429
5476
  }
5430
5477
  ]
5431
5478
  };
5432
- var listSubcommand11 = {
5479
+ var listSubcommand12 = {
5433
5480
  name: "list",
5434
5481
  aliases: ["ls"],
5435
5482
  description: "Show all projects in the selected scope",
@@ -5808,7 +5855,7 @@ var projectCommand = {
5808
5855
  accessSummarySubcommand,
5809
5856
  checksSubcommand,
5810
5857
  inspectSubcommand3,
5811
- listSubcommand11,
5858
+ listSubcommand12,
5812
5859
  membersSubcommand,
5813
5860
  accessGroupsSubcommand,
5814
5861
  protectionSubcommand,
@@ -5928,7 +5975,7 @@ var redeployCommand = {
5928
5975
  };
5929
5976
 
5930
5977
  // src/commands/redirects/command.ts
5931
- var listSubcommand12 = {
5978
+ var listSubcommand13 = {
5932
5979
  name: "list",
5933
5980
  aliases: ["ls"],
5934
5981
  description: "List all redirects for the current project. These redirects apply to all deployments and environments. There may also be redirects defined in a deployment that are not listed here.",
@@ -6192,7 +6239,7 @@ var redirectsCommand = {
6192
6239
  description: "Manage redirects for a project. Redirects managed at the project level apply to all deployments and environments and take effect immediately after being created and promoted to production.",
6193
6240
  arguments: [],
6194
6241
  subcommands: [
6195
- listSubcommand12,
6242
+ listSubcommand13,
6196
6243
  listVersionsSubcommand,
6197
6244
  addSubcommand9,
6198
6245
  uploadSubcommand,
@@ -6579,7 +6626,7 @@ var skillsCommand = {
6579
6626
  };
6580
6627
 
6581
6628
  // src/commands/target/command.ts
6582
- var listSubcommand13 = {
6629
+ var listSubcommand14 = {
6583
6630
  name: "list",
6584
6631
  aliases: ["ls"],
6585
6632
  description: "List targets defined for the current Project",
@@ -6603,7 +6650,7 @@ var targetCommand = {
6603
6650
  aliases: ["targets"],
6604
6651
  description: `Manage your Vercel Project's "targets" (custom environments).`,
6605
6652
  arguments: [],
6606
- subcommands: [listSubcommand13],
6653
+ subcommands: [listSubcommand14],
6607
6654
  options: [],
6608
6655
  examples: []
6609
6656
  };
@@ -6663,7 +6710,7 @@ var addSubcommand10 = {
6663
6710
  }
6664
6711
  ]
6665
6712
  };
6666
- var listSubcommand14 = {
6713
+ var listSubcommand15 = {
6667
6714
  name: "list",
6668
6715
  aliases: ["ls"],
6669
6716
  description: "Show all teams that you're a member of",
@@ -6769,7 +6816,7 @@ var teamsCommand = {
6769
6816
  subcommands: [
6770
6817
  addSubcommand10,
6771
6818
  inviteSubcommand,
6772
- listSubcommand14,
6819
+ listSubcommand15,
6773
6820
  requestSubcommand,
6774
6821
  switchSubcommand,
6775
6822
  ssoSubcommand,
@@ -6780,7 +6827,7 @@ var teamsCommand = {
6780
6827
  };
6781
6828
 
6782
6829
  // src/commands/tokens/command.ts
6783
- var listSubcommand15 = {
6830
+ var listSubcommand16 = {
6784
6831
  name: "list",
6785
6832
  aliases: ["ls"],
6786
6833
  description: "List your personal authentication tokens",
@@ -6853,7 +6900,7 @@ var tokensCommand = {
6853
6900
  aliases: [],
6854
6901
  description: "Manage your personal Vercel authentication tokens",
6855
6902
  arguments: [],
6856
- subcommands: [addSubcommand11, listSubcommand15, removeSubcommand13],
6903
+ subcommands: [addSubcommand11, listSubcommand16, removeSubcommand13],
6857
6904
  options: [],
6858
6905
  examples: []
6859
6906
  };
@@ -7066,7 +7113,7 @@ var environmentOption = {
7066
7113
  argument: "ENV",
7067
7114
  description: "Environment to connect (can be repeated: production, preview, development). Defaults to all when --yes is used."
7068
7115
  };
7069
- var listSubcommand16 = {
7116
+ var listSubcommand17 = {
7070
7117
  name: "list",
7071
7118
  aliases: ["ls"],
7072
7119
  description: "List all files in the Blob store",
@@ -7434,7 +7481,7 @@ var blobCommand = {
7434
7481
  description: "Interact with Vercel Blob",
7435
7482
  arguments: [],
7436
7483
  subcommands: [
7437
- listSubcommand16,
7484
+ listSubcommand17,
7438
7485
  putSubcommand,
7439
7486
  getSubcommand2,
7440
7487
  delSubcommand,
@@ -7459,7 +7506,7 @@ var blobCommand = {
7459
7506
  };
7460
7507
 
7461
7508
  // src/commands/webhooks/command.ts
7462
- var listSubcommand17 = {
7509
+ var listSubcommand18 = {
7463
7510
  name: "list",
7464
7511
  aliases: ["ls"],
7465
7512
  description: "Show all webhooks",
@@ -7545,7 +7592,7 @@ var webhooksCommand = {
7545
7592
  description: "Manage webhooks",
7546
7593
  arguments: [],
7547
7594
  subcommands: [
7548
- listSubcommand17,
7595
+ listSubcommand18,
7549
7596
  getSubcommand3,
7550
7597
  createSubcommand5,
7551
7598
  removeSubcommand14
@@ -7676,10 +7723,11 @@ export {
7676
7723
  addSubcommand2 as addSubcommand,
7677
7724
  certsCommand,
7678
7725
  createSubcommand2,
7726
+ listSubcommand4,
7679
7727
  connexCommand,
7680
7728
  contractCommand,
7681
7729
  addSubcommand3 as addSubcommand2,
7682
- listSubcommand4,
7730
+ listSubcommand5,
7683
7731
  runSubcommand,
7684
7732
  cronsCommand,
7685
7733
  curlCommand,
@@ -7687,16 +7735,16 @@ export {
7687
7735
  initSubcommand,
7688
7736
  continueSubcommand,
7689
7737
  deployCommand,
7690
- listSubcommand5,
7738
+ listSubcommand6,
7691
7739
  createSubcommand3,
7692
7740
  removeSubcommand3,
7693
7741
  deployHooksCommand,
7694
7742
  importSubcommand,
7695
- listSubcommand6,
7743
+ listSubcommand7,
7696
7744
  addSubcommand4 as addSubcommand3,
7697
7745
  removeSubcommand4,
7698
7746
  dnsCommand,
7699
- listSubcommand7,
7747
+ listSubcommand8,
7700
7748
  inspectSubcommand,
7701
7749
  addSubcommand5 as addSubcommand4,
7702
7750
  removeSubcommand5,
@@ -7705,7 +7753,7 @@ export {
7705
7753
  moveSubcommand,
7706
7754
  transferInSubcommand,
7707
7755
  domainsCommand,
7708
- listSubcommand8,
7756
+ listSubcommand9,
7709
7757
  addSubcommand6 as addSubcommand5,
7710
7758
  getSubcommand,
7711
7759
  updateSubcommand,
@@ -7741,7 +7789,7 @@ export {
7741
7789
  systemMitigationsResumeSubcommand,
7742
7790
  systemMitigationsSubcommand,
7743
7791
  firewallCommand,
7744
- listSubcommand9,
7792
+ listSubcommand10,
7745
7793
  inspectSubcommand2,
7746
7794
  createSubcommand4,
7747
7795
  openSubcommand,
@@ -7773,7 +7821,7 @@ export {
7773
7821
  acceptTermsSubcommand,
7774
7822
  openSubcommand2,
7775
7823
  installationsSubcommand,
7776
- listSubcommand10,
7824
+ listSubcommand11,
7777
7825
  discoverSubcommand,
7778
7826
  balanceSubcommand,
7779
7827
  updateSubcommand3,
@@ -7811,7 +7859,7 @@ export {
7811
7859
  checksRemoveFlags,
7812
7860
  checksSubcommand,
7813
7861
  inspectSubcommand3,
7814
- listSubcommand11,
7862
+ listSubcommand12,
7815
7863
  removeSubcommand11,
7816
7864
  renameSubcommand,
7817
7865
  tokenSubcommand,
@@ -7825,7 +7873,7 @@ export {
7825
7873
  statusSubcommand2,
7826
7874
  promoteCommand,
7827
7875
  redeployCommand,
7828
- listSubcommand12,
7876
+ listSubcommand13,
7829
7877
  listVersionsSubcommand,
7830
7878
  addSubcommand9,
7831
7879
  uploadSubcommand,
@@ -7844,17 +7892,17 @@ export {
7844
7892
  fetchSubcommand,
7845
7893
  rollingReleaseCommand,
7846
7894
  skillsCommand,
7847
- listSubcommand13,
7895
+ listSubcommand14,
7848
7896
  targetCommand,
7849
7897
  requestSubcommand,
7850
7898
  addSubcommand10,
7851
- listSubcommand14,
7899
+ listSubcommand15,
7852
7900
  switchSubcommand,
7853
7901
  inviteSubcommand,
7854
7902
  ssoSubcommand,
7855
7903
  membersSubcommand2,
7856
7904
  teamsCommand,
7857
- listSubcommand15,
7905
+ listSubcommand16,
7858
7906
  addSubcommand11,
7859
7907
  removeSubcommand13,
7860
7908
  tokensCommand,
@@ -7866,7 +7914,7 @@ export {
7866
7914
  upgradeCommand,
7867
7915
  usageCommand,
7868
7916
  whoamiCommand,
7869
- listSubcommand16,
7917
+ listSubcommand17,
7870
7918
  putSubcommand,
7871
7919
  delSubcommand,
7872
7920
  copySubcommand,
@@ -7880,7 +7928,7 @@ export {
7880
7928
  getStoreInfoSubcommand,
7881
7929
  listStoresSubcommand,
7882
7930
  blobCommand,
7883
- listSubcommand17,
7931
+ listSubcommand18,
7884
7932
  getSubcommand3,
7885
7933
  createSubcommand5,
7886
7934
  removeSubcommand14,
@@ -12,10 +12,10 @@ import {
12
12
  } from "./chunk-4PQA6H63.js";
13
13
  import {
14
14
  getLocalPathConfig
15
- } from "./chunk-K3HUUZM5.js";
15
+ } from "./chunk-LGSOFQRC.js";
16
16
  import {
17
17
  autoInstallVercelPlugin
18
- } from "./chunk-3VIDEX7A.js";
18
+ } from "./chunk-QO6J4DC7.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-P445TBWL.js";
44
+ } from "./chunk-LOUKPRIS.js";
45
45
  import {
46
46
  require_load_json_file,
47
47
  require_write_json_file
@@ -2542,7 +2542,7 @@ Are you sure you want to proceed?`;
2542
2542
  } else {
2543
2543
  url.searchParams.delete("teamId");
2544
2544
  }
2545
- } else if (opts.useCurrentTeam !== false && this.config.currentTeam) {
2545
+ } else if (opts.useCurrentTeam !== false && this.config.currentTeam && !url.searchParams.has("teamId")) {
2546
2546
  url.searchParams.set("teamId", this.config.currentTeam);
2547
2547
  }
2548
2548
  }
@@ -11,7 +11,7 @@ import {
11
11
  getTeamById,
12
12
  getUser,
13
13
  getVercelDirectory
14
- } from "./chunk-P445TBWL.js";
14
+ } from "./chunk-LOUKPRIS.js";
15
15
  import {
16
16
  TeamDeleted
17
17
  } from "./chunk-ECRBC4HL.js";