vercel 50.44.0 → 51.0.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.
@@ -12,7 +12,7 @@ import {
12
12
  } from "./chunk-K4IC7LFB.js";
13
13
  import {
14
14
  loginCommand
15
- } from "./chunk-YYWNQQSE.js";
15
+ } from "./chunk-CCEUMQG3.js";
16
16
  import {
17
17
  help
18
18
  } from "./chunk-Y5YCSB6X.js";
@@ -6300,7 +6300,7 @@ var accessOption = {
6300
6300
  shorthand: "a",
6301
6301
  type: String,
6302
6302
  deprecated: false,
6303
- description: "Access level for the blob: public or private (default: public)",
6303
+ description: "Access level for the blob: public or private (required)",
6304
6304
  argument: "String",
6305
6305
  choices: ["public", "private"]
6306
6306
  };
@@ -6406,14 +6406,6 @@ var putSubcommand = {
6406
6406
  description: "Overwrite the file if it already exists (default: false)",
6407
6407
  argument: "Boolean"
6408
6408
  },
6409
- {
6410
- name: "force",
6411
- shorthand: "f",
6412
- type: Boolean,
6413
- deprecated: true,
6414
- description: "Overwrite the file if it already exists (deprecated, use --allow-overwrite)",
6415
- argument: "Boolean"
6416
- },
6417
6409
  ifMatchOption
6418
6410
  ],
6419
6411
  examples: []
@@ -6610,6 +6602,14 @@ var deleteStoreSubcommand = {
6610
6602
  options: [],
6611
6603
  examples: []
6612
6604
  };
6605
+ var emptyStoreSubcommand = {
6606
+ name: "empty-store",
6607
+ aliases: [],
6608
+ description: "Delete all blobs in a Blob store",
6609
+ arguments: [],
6610
+ options: [yesOption],
6611
+ examples: []
6612
+ };
6613
6613
  var getStoreInfoSubcommand = {
6614
6614
  name: "get-store",
6615
6615
  aliases: [],
@@ -6623,12 +6623,11 @@ var getStoreInfoSubcommand = {
6623
6623
  options: [],
6624
6624
  examples: []
6625
6625
  };
6626
- var storeSubcommand = {
6627
- name: "store",
6628
- aliases: [],
6629
- description: "Manage or create a Blob store",
6626
+ var listStoresSubcommand = {
6627
+ name: "list-stores",
6628
+ aliases: ["ls-stores"],
6629
+ description: "List all Blob stores",
6630
6630
  arguments: [],
6631
- subcommands: [addStoreSubcommand, removeStoreSubcommand, getStoreSubcommand],
6632
6631
  options: [],
6633
6632
  examples: []
6634
6633
  };
@@ -6646,7 +6645,8 @@ var blobCommand = {
6646
6645
  createStoreSubcommand,
6647
6646
  deleteStoreSubcommand,
6648
6647
  getStoreInfoSubcommand,
6649
- storeSubcommand
6648
+ listStoresSubcommand,
6649
+ emptyStoreSubcommand
6650
6650
  ],
6651
6651
  options: [
6652
6652
  {
@@ -7058,8 +7058,9 @@ export {
7058
7058
  getStoreSubcommand,
7059
7059
  createStoreSubcommand,
7060
7060
  deleteStoreSubcommand,
7061
+ emptyStoreSubcommand,
7061
7062
  getStoreInfoSubcommand,
7062
- storeSubcommand,
7063
+ listStoresSubcommand,
7063
7064
  blobCommand,
7064
7065
  listSubcommand16,
7065
7066
  getSubcommand3,
@@ -25,7 +25,7 @@ import {
25
25
  } from "./chunk-NYO5XRBQ.js";
26
26
  import {
27
27
  CommandTimeout
28
- } from "./chunk-YYWNQQSE.js";
28
+ } from "./chunk-CCEUMQG3.js";
29
29
  import {
30
30
  ua_default
31
31
  } from "./chunk-Q6BEDVOU.js";
@@ -13,7 +13,7 @@ import {
13
13
  purchaseDomainIfAvailable,
14
14
  require_cjs,
15
15
  setupDomain
16
- } from "../../chunks/chunk-WYWXLDX4.js";
16
+ } from "../../chunks/chunk-UV6I5R3Q.js";
17
17
  import {
18
18
  readLocalConfig
19
19
  } from "../../chunks/chunk-K4IC7LFB.js";
@@ -42,7 +42,7 @@ import {
42
42
  deprecatedArchiveSplitTgz,
43
43
  getCommandAliases,
44
44
  initSubcommand
45
- } from "../../chunks/chunk-YYWNQQSE.js";
45
+ } from "../../chunks/chunk-CCEUMQG3.js";
46
46
  import "../../chunks/chunk-BQUQ5F7R.js";
47
47
  import "../../chunks/chunk-BUBUVE23.js";
48
48
  import "../../chunks/chunk-2IAZZEVQ.js";
@@ -28,7 +28,7 @@ import {
28
28
  } from "../../chunks/chunk-YPQSDAEW.js";
29
29
  import {
30
30
  getCommandAliases
31
- } from "../../chunks/chunk-YYWNQQSE.js";
31
+ } from "../../chunks/chunk-CCEUMQG3.js";
32
32
  import "../../chunks/chunk-BQUQ5F7R.js";
33
33
  import "../../chunks/chunk-BUBUVE23.js";
34
34
  import "../../chunks/chunk-2IAZZEVQ.js";
@@ -14,7 +14,7 @@ import {
14
14
  addSubcommand7 as addSubcommand,
15
15
  getCommandAliases,
16
16
  linkCommand
17
- } from "../../chunks/chunk-YYWNQQSE.js";
17
+ } from "../../chunks/chunk-CCEUMQG3.js";
18
18
  import "../../chunks/chunk-BQUQ5F7R.js";
19
19
  import "../../chunks/chunk-BUBUVE23.js";
20
20
  import "../../chunks/chunk-2IAZZEVQ.js";