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.
- package/dist/chunks/{chunk-K6HUDI7B.js → chunk-3ZDQHZB3.js} +1 -1
- package/dist/chunks/{chunk-YYWNQQSE.js → chunk-CCEUMQG3.js} +17 -16
- package/dist/chunks/{chunk-WYWXLDX4.js → chunk-UV6I5R3Q.js} +1 -1
- 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 +1609 -1373
- package/dist/index.js +2 -2
- package/dist/version.mjs +1 -1
- package/package.json +11 -11
|
@@ -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 (
|
|
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
|
|
6627
|
-
name: "
|
|
6628
|
-
aliases: [],
|
|
6629
|
-
description: "
|
|
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
|
-
|
|
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
|
-
|
|
7063
|
+
listStoresSubcommand,
|
|
7063
7064
|
blobCommand,
|
|
7064
7065
|
listSubcommand16,
|
|
7065
7066
|
getSubcommand3,
|
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
purchaseDomainIfAvailable,
|
|
14
14
|
require_cjs,
|
|
15
15
|
setupDomain
|
|
16
|
-
} from "../../chunks/chunk-
|
|
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-
|
|
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-
|
|
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-
|
|
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";
|