@sanity/cli 3.88.1 → 3.88.2
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/lib/_chunks-cjs/cli.js
CHANGED
@@ -3932,7 +3932,6 @@ Examples:
|
|
3932
3932
|
helpText: helpText$j,
|
3933
3933
|
signature: "[--force] [-f] [--no-wait]",
|
3934
3934
|
description: "Destroy a Blueprint deployment",
|
3935
|
-
hideFromHelp: !0,
|
3936
3935
|
async action(args, context) {
|
3937
3936
|
const { apiClient, output } = context, flags = { ...defaultFlags$8, ...args.extOptions }, client2 = apiClient({
|
3938
3937
|
requireUser: !0,
|
@@ -4112,6 +4111,7 @@ Examples:
|
|
4112
4111
|
helpText: helpText$e,
|
4113
4112
|
signature: "[--project-id <id>]",
|
4114
4113
|
description: "List all Blueprint Stacks for the current Project",
|
4114
|
+
hideFromHelp: !0,
|
4115
4115
|
async action(args, context) {
|
4116
4116
|
const { apiClient, output } = context, flags = { ...defaultFlags$4, ...args.extOptions }, client2 = apiClient({
|
4117
4117
|
requireUser: !0,
|