@sanity/cli 8.2.1 → 8.4.1
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/actions/build/buildApp.js +14 -7
- package/dist/actions/build/buildApp.js.map +1 -1
- package/dist/actions/build/buildStudio.js +3 -3
- package/dist/actions/build/buildStudio.js.map +1 -1
- package/dist/actions/debug/gatherDebugInfo.js +4 -2
- package/dist/actions/debug/gatherDebugInfo.js.map +1 -1
- package/dist/actions/debug/types.js.map +1 -1
- package/dist/actions/deploy/createUserApplication.js +6 -4
- package/dist/actions/deploy/createUserApplication.js.map +1 -1
- package/dist/actions/deploy/deployApp.js +32 -25
- package/dist/actions/deploy/deployApp.js.map +1 -1
- package/dist/actions/deploy/deployStudio.js +2 -1
- package/dist/actions/deploy/deployStudio.js.map +1 -1
- package/dist/actions/deploy/deployStudioSchemasAndManifests.worker.js +2 -4
- package/dist/actions/deploy/deployStudioSchemasAndManifests.worker.js.map +1 -1
- package/dist/actions/deploy/deploymentPlan.js.map +1 -1
- package/dist/actions/dev/devAction.js +2 -2
- package/dist/actions/dev/devAction.js.map +1 -1
- package/dist/actions/dev/servers/getDevServerConfig.js +13 -6
- package/dist/actions/dev/servers/getDevServerConfig.js.map +1 -1
- package/dist/actions/dev/servers/startAppDevServer.js +4 -2
- package/dist/actions/dev/servers/startAppDevServer.js.map +1 -1
- package/dist/actions/graphql/gen1/generateTypeFilters.js +1 -2
- package/dist/actions/graphql/gen1/generateTypeFilters.js.map +1 -1
- package/dist/actions/graphql/resolveGraphQLApisFromWorkspaces.js +5 -2
- package/dist/actions/graphql/resolveGraphQLApisFromWorkspaces.js.map +1 -1
- package/dist/actions/init/templates/shopify.js +2 -1
- package/dist/actions/init/templates/shopify.js.map +1 -1
- package/dist/actions/manifest/extractManifest.js +5 -37
- package/dist/actions/manifest/extractManifest.js.map +1 -1
- package/dist/actions/manifest/extractStudioManifest.js +1 -1
- package/dist/actions/manifest/extractStudioManifest.js.map +1 -1
- package/dist/actions/preview/previewAction.js +1 -1
- package/dist/actions/preview/previewAction.js.map +1 -1
- package/dist/actions/schema/deleteSchemaAction.js +1 -1
- package/dist/actions/schema/deleteSchemaAction.js.map +1 -1
- package/dist/actions/schema/deploySchemas.js.map +1 -1
- package/dist/actions/schema/extractSanityWorkspace.worker.js +1 -1
- package/dist/actions/schema/extractSanityWorkspace.worker.js.map +1 -1
- package/dist/actions/schema/listSchemas.js +1 -1
- package/dist/actions/schema/listSchemas.js.map +1 -1
- package/dist/actions/schema/schemaTypeHelpers.js +5 -0
- package/dist/actions/schema/schemaTypeHelpers.js.map +1 -0
- package/dist/actions/schema/updateWorkspaceSchema.js +1 -1
- package/dist/actions/schema/updateWorkspaceSchema.js.map +1 -1
- package/dist/actions/schema/utils/schemaStoreValidation.js +2 -2
- package/dist/actions/schema/utils/schemaStoreValidation.js.map +1 -1
- package/dist/actions/schema/utils/workspaceSchemaId.js +1 -1
- package/dist/actions/schema/utils/workspaceSchemaId.js.map +1 -1
- package/dist/actions/versions/getFormatters.js +1 -2
- package/dist/actions/versions/getFormatters.js.map +1 -1
- package/dist/commands/debug.js +4 -1
- package/dist/commands/debug.js.map +1 -1
- package/dist/commands/documents/create.js +4 -4
- package/dist/commands/documents/create.js.map +1 -1
- package/dist/commands/hooks/logs.js +1 -2
- package/dist/commands/hooks/logs.js.map +1 -1
- package/dist/commands/projects/list.js +3 -5
- package/dist/commands/projects/list.js.map +1 -1
- package/dist/commands/undeploy.js +7 -5
- package/dist/commands/undeploy.js.map +1 -1
- package/dist/commands/users/list.js +3 -5
- package/dist/commands/users/list.js.map +1 -1
- package/dist/commands/versions.js +1 -2
- package/dist/commands/versions.js.map +1 -1
- package/dist/exports/_internal.d.ts +1 -67
- package/dist/exports/_internal.js +1 -1
- package/dist/exports/_internal.js.map +1 -1
- package/dist/exports/index.d.ts +2 -2
- package/dist/exports/index.js +2 -1
- package/dist/exports/index.js.map +1 -1
- package/dist/exports/runtime.d.ts +2 -2
- package/dist/exports/runtime.js +1 -1
- package/dist/exports/runtime.js.map +1 -1
- package/dist/generated/apiRoutes.js +4 -0
- package/dist/generated/apiRoutes.js.map +1 -1
- package/dist/prompts/selectMediaLibrary.js +2 -3
- package/dist/prompts/selectMediaLibrary.js.map +1 -1
- package/dist/services/mintProject.js +27 -14
- package/dist/services/mintProject.js.map +1 -1
- package/dist/services/schemas.js.map +1 -1
- package/dist/services/userApplications.js.map +1 -1
- package/dist/util/determineIsApp.js +1 -1
- package/dist/util/determineIsApp.js.map +1 -1
- package/dist/util/sortRowsByColumn.js +23 -0
- package/dist/util/sortRowsByColumn.js.map +1 -0
- package/oclif.manifest.json +392 -392
- package/package.json +5 -10
- package/dist/actions/manifest/blockTypeTransformer.js +0 -67
- package/dist/actions/manifest/blockTypeTransformer.js.map +0 -1
- package/dist/actions/manifest/extractCoreAppManifest.js +0 -111
- package/dist/actions/manifest/extractCoreAppManifest.js.map +0 -1
- package/dist/actions/manifest/extractManifest.worker.js +0 -30
- package/dist/actions/manifest/extractManifest.worker.js.map +0 -1
- package/dist/actions/manifest/extractWorkspaceManifest.js +0 -72
- package/dist/actions/manifest/extractWorkspaceManifest.js.map +0 -1
- package/dist/actions/manifest/iconResolver.js +0 -36
- package/dist/actions/manifest/iconResolver.js.map +0 -1
- package/dist/actions/manifest/purifyConfig.js +0 -307
- package/dist/actions/manifest/purifyConfig.js.map +0 -1
- package/dist/actions/manifest/referenceTransformer.js +0 -51
- package/dist/actions/manifest/referenceTransformer.js.map +0 -1
- package/dist/actions/manifest/resolveSchemaIcon.js +0 -43
- package/dist/actions/manifest/resolveSchemaIcon.js.map +0 -1
- package/dist/actions/manifest/sanitizeIcon.js +0 -13
- package/dist/actions/manifest/sanitizeIcon.js.map +0 -1
- package/dist/actions/manifest/schemaTypeHelpers.js +0 -110
- package/dist/actions/manifest/schemaTypeHelpers.js.map +0 -1
- package/dist/actions/manifest/schemaTypeTransformer.js +0 -169
- package/dist/actions/manifest/schemaTypeTransformer.js.map +0 -1
- package/dist/actions/manifest/transformerUtils.js +0 -40
- package/dist/actions/manifest/transformerUtils.js.map +0 -1
- package/dist/actions/manifest/types.js +0 -13
- package/dist/actions/manifest/types.js.map +0 -1
- package/dist/actions/manifest/validationTransformer.js +0 -84
- package/dist/actions/manifest/validationTransformer.js.map +0 -1
- package/dist/actions/manifest/writeManifestFile.js +0 -29
- package/dist/actions/manifest/writeManifestFile.js.map +0 -1
- package/dist/actions/manifest/writeWorkspaceFiles.js +0 -30
- package/dist/actions/manifest/writeWorkspaceFiles.js.map +0 -1
- package/dist/actions/schema/uploadSchemaToLexicon.js +0 -91
- package/dist/actions/schema/uploadSchemaToLexicon.js.map +0 -1
package/oclif.manifest.json
CHANGED
|
@@ -2621,6 +2621,258 @@
|
|
|
2621
2621
|
"search.js"
|
|
2622
2622
|
]
|
|
2623
2623
|
},
|
|
2624
|
+
"graphql:deploy": {
|
|
2625
|
+
"aliases": [],
|
|
2626
|
+
"args": {},
|
|
2627
|
+
"description": "Deploy a GraphQL API from the current Sanity schema",
|
|
2628
|
+
"examples": [
|
|
2629
|
+
{
|
|
2630
|
+
"command": "<%= config.bin %> <%= command.id %>",
|
|
2631
|
+
"description": "Deploy all defined GraphQL APIs"
|
|
2632
|
+
},
|
|
2633
|
+
{
|
|
2634
|
+
"command": "<%= config.bin %> <%= command.id %> --dry-run",
|
|
2635
|
+
"description": "Validate defined GraphQL APIs, check for breaking changes, skip deploy"
|
|
2636
|
+
},
|
|
2637
|
+
{
|
|
2638
|
+
"command": "<%= config.bin %> <%= command.id %> --api staging --api ios",
|
|
2639
|
+
"description": "Deploy only the GraphQL APIs with the IDs \"staging\" and \"ios\""
|
|
2640
|
+
},
|
|
2641
|
+
{
|
|
2642
|
+
"command": "<%= config.bin %> <%= command.id %> --playground",
|
|
2643
|
+
"description": "Deploy all defined GraphQL APIs, overriding any playground setting"
|
|
2644
|
+
}
|
|
2645
|
+
],
|
|
2646
|
+
"flags": {
|
|
2647
|
+
"api": {
|
|
2648
|
+
"description": "Only deploy API with this ID (can be specified multiple times)",
|
|
2649
|
+
"name": "api",
|
|
2650
|
+
"hasDynamicHelp": false,
|
|
2651
|
+
"multiple": true,
|
|
2652
|
+
"type": "option"
|
|
2653
|
+
},
|
|
2654
|
+
"dataset": {
|
|
2655
|
+
"char": "d",
|
|
2656
|
+
"description": "Deploy API for the given dataset",
|
|
2657
|
+
"name": "dataset",
|
|
2658
|
+
"hasDynamicHelp": false,
|
|
2659
|
+
"helpValue": "<name>",
|
|
2660
|
+
"multiple": false,
|
|
2661
|
+
"type": "option"
|
|
2662
|
+
},
|
|
2663
|
+
"dry-run": {
|
|
2664
|
+
"description": "Validate defined GraphQL APIs, check for breaking changes, skip deploy",
|
|
2665
|
+
"name": "dry-run",
|
|
2666
|
+
"allowNo": false,
|
|
2667
|
+
"type": "boolean"
|
|
2668
|
+
},
|
|
2669
|
+
"force": {
|
|
2670
|
+
"description": "Deploy API without confirming breaking changes",
|
|
2671
|
+
"name": "force",
|
|
2672
|
+
"allowNo": false,
|
|
2673
|
+
"type": "boolean"
|
|
2674
|
+
},
|
|
2675
|
+
"generation": {
|
|
2676
|
+
"description": "API generation to deploy (defaults to \"gen3\")",
|
|
2677
|
+
"name": "generation",
|
|
2678
|
+
"hasDynamicHelp": false,
|
|
2679
|
+
"multiple": false,
|
|
2680
|
+
"options": [
|
|
2681
|
+
"gen1",
|
|
2682
|
+
"gen2",
|
|
2683
|
+
"gen3"
|
|
2684
|
+
],
|
|
2685
|
+
"type": "option"
|
|
2686
|
+
},
|
|
2687
|
+
"non-null-document-fields": {
|
|
2688
|
+
"description": "Use non-null document fields (_id, _type etc)",
|
|
2689
|
+
"name": "non-null-document-fields",
|
|
2690
|
+
"allowNo": false,
|
|
2691
|
+
"type": "boolean"
|
|
2692
|
+
},
|
|
2693
|
+
"playground": {
|
|
2694
|
+
"description": "Enable GraphQL playground for easier debugging",
|
|
2695
|
+
"name": "playground",
|
|
2696
|
+
"allowNo": true,
|
|
2697
|
+
"type": "boolean"
|
|
2698
|
+
},
|
|
2699
|
+
"tag": {
|
|
2700
|
+
"description": "Deploy API(s) to given tag (defaults to \"default\")",
|
|
2701
|
+
"name": "tag",
|
|
2702
|
+
"hasDynamicHelp": false,
|
|
2703
|
+
"multiple": false,
|
|
2704
|
+
"type": "option"
|
|
2705
|
+
},
|
|
2706
|
+
"with-union-cache": {
|
|
2707
|
+
"description": "Cache union types (faster for schemas with many self-references)",
|
|
2708
|
+
"name": "with-union-cache",
|
|
2709
|
+
"allowNo": false,
|
|
2710
|
+
"type": "boolean"
|
|
2711
|
+
}
|
|
2712
|
+
},
|
|
2713
|
+
"hasDynamicHelp": false,
|
|
2714
|
+
"hiddenAliases": [],
|
|
2715
|
+
"id": "graphql:deploy",
|
|
2716
|
+
"pluginAlias": "@sanity/cli",
|
|
2717
|
+
"pluginName": "@sanity/cli",
|
|
2718
|
+
"pluginType": "core",
|
|
2719
|
+
"strict": true,
|
|
2720
|
+
"isESM": true,
|
|
2721
|
+
"relativePath": [
|
|
2722
|
+
"dist",
|
|
2723
|
+
"commands",
|
|
2724
|
+
"graphql",
|
|
2725
|
+
"deploy.js"
|
|
2726
|
+
]
|
|
2727
|
+
},
|
|
2728
|
+
"graphql:list": {
|
|
2729
|
+
"aliases": [],
|
|
2730
|
+
"args": {},
|
|
2731
|
+
"description": "List deployed GraphQL endpoints for the project",
|
|
2732
|
+
"examples": [
|
|
2733
|
+
{
|
|
2734
|
+
"command": "<%= config.bin %> <%= command.id %>",
|
|
2735
|
+
"description": "List GraphQL endpoints for the project"
|
|
2736
|
+
},
|
|
2737
|
+
{
|
|
2738
|
+
"command": "<%= config.bin %> <%= command.id %> --project-id abc123",
|
|
2739
|
+
"description": "List GraphQL endpoints for a specific project"
|
|
2740
|
+
}
|
|
2741
|
+
],
|
|
2742
|
+
"flags": {
|
|
2743
|
+
"project-id": {
|
|
2744
|
+
"char": "p",
|
|
2745
|
+
"description": "Project ID to list GraphQL endpoints for (overrides CLI configuration)",
|
|
2746
|
+
"helpGroup": "OVERRIDE",
|
|
2747
|
+
"name": "project-id",
|
|
2748
|
+
"hasDynamicHelp": false,
|
|
2749
|
+
"helpValue": "<id>",
|
|
2750
|
+
"multiple": false,
|
|
2751
|
+
"type": "option"
|
|
2752
|
+
}
|
|
2753
|
+
},
|
|
2754
|
+
"hasDynamicHelp": false,
|
|
2755
|
+
"hiddenAliases": [],
|
|
2756
|
+
"id": "graphql:list",
|
|
2757
|
+
"pluginAlias": "@sanity/cli",
|
|
2758
|
+
"pluginName": "@sanity/cli",
|
|
2759
|
+
"pluginType": "core",
|
|
2760
|
+
"strict": true,
|
|
2761
|
+
"isESM": true,
|
|
2762
|
+
"relativePath": [
|
|
2763
|
+
"dist",
|
|
2764
|
+
"commands",
|
|
2765
|
+
"graphql",
|
|
2766
|
+
"list.js"
|
|
2767
|
+
]
|
|
2768
|
+
},
|
|
2769
|
+
"graphql:undeploy": {
|
|
2770
|
+
"aliases": [],
|
|
2771
|
+
"args": {},
|
|
2772
|
+
"description": "Remove a deployed GraphQL API",
|
|
2773
|
+
"examples": [
|
|
2774
|
+
{
|
|
2775
|
+
"command": "<%= config.bin %> <%= command.id %>",
|
|
2776
|
+
"description": "Undeploy GraphQL API for current project and dataset"
|
|
2777
|
+
},
|
|
2778
|
+
{
|
|
2779
|
+
"command": "<%= config.bin %> <%= command.id %> --api ios",
|
|
2780
|
+
"description": "Undeploy API with ID \"ios\""
|
|
2781
|
+
},
|
|
2782
|
+
{
|
|
2783
|
+
"command": "<%= config.bin %> <%= command.id %> --dataset staging",
|
|
2784
|
+
"description": "Undeploy GraphQL API for staging dataset"
|
|
2785
|
+
},
|
|
2786
|
+
{
|
|
2787
|
+
"command": "<%= config.bin %> <%= command.id %> --dataset staging --tag next",
|
|
2788
|
+
"description": "Undeploy GraphQL API for staging dataset with \"next\" tag"
|
|
2789
|
+
},
|
|
2790
|
+
{
|
|
2791
|
+
"command": "<%= config.bin %> <%= command.id %> --force",
|
|
2792
|
+
"description": "Undeploy GraphQL API without confirmation prompt"
|
|
2793
|
+
},
|
|
2794
|
+
{
|
|
2795
|
+
"command": "<%= config.bin %> <%= command.id %> --project-id abc123 --dataset production",
|
|
2796
|
+
"description": "Undeploy GraphQL API for a specific project and dataset"
|
|
2797
|
+
}
|
|
2798
|
+
],
|
|
2799
|
+
"flags": {
|
|
2800
|
+
"project-id": {
|
|
2801
|
+
"char": "p",
|
|
2802
|
+
"description": "Project ID to undeploy GraphQL API from (overrides CLI configuration)",
|
|
2803
|
+
"helpGroup": "OVERRIDE",
|
|
2804
|
+
"name": "project-id",
|
|
2805
|
+
"hasDynamicHelp": false,
|
|
2806
|
+
"helpValue": "<id>",
|
|
2807
|
+
"multiple": false,
|
|
2808
|
+
"type": "option"
|
|
2809
|
+
},
|
|
2810
|
+
"api": {
|
|
2811
|
+
"description": "Undeploy API with this ID",
|
|
2812
|
+
"exclusive": [
|
|
2813
|
+
"project-id",
|
|
2814
|
+
"project"
|
|
2815
|
+
],
|
|
2816
|
+
"name": "api",
|
|
2817
|
+
"required": false,
|
|
2818
|
+
"hasDynamicHelp": false,
|
|
2819
|
+
"multiple": false,
|
|
2820
|
+
"type": "option"
|
|
2821
|
+
},
|
|
2822
|
+
"dataset": {
|
|
2823
|
+
"char": "d",
|
|
2824
|
+
"description": "Dataset to undeploy GraphQL API from (overrides CLI configuration)",
|
|
2825
|
+
"helpGroup": "OVERRIDE",
|
|
2826
|
+
"name": "dataset",
|
|
2827
|
+
"hasDynamicHelp": false,
|
|
2828
|
+
"helpValue": "<name>",
|
|
2829
|
+
"multiple": false,
|
|
2830
|
+
"type": "option"
|
|
2831
|
+
},
|
|
2832
|
+
"force": {
|
|
2833
|
+
"description": "Skip confirmation prompt",
|
|
2834
|
+
"name": "force",
|
|
2835
|
+
"required": false,
|
|
2836
|
+
"allowNo": false,
|
|
2837
|
+
"type": "boolean"
|
|
2838
|
+
},
|
|
2839
|
+
"project": {
|
|
2840
|
+
"deprecated": {
|
|
2841
|
+
"to": "project-id"
|
|
2842
|
+
},
|
|
2843
|
+
"description": "Project ID to delete GraphQL API for",
|
|
2844
|
+
"hidden": true,
|
|
2845
|
+
"name": "project",
|
|
2846
|
+
"required": false,
|
|
2847
|
+
"hasDynamicHelp": false,
|
|
2848
|
+
"multiple": false,
|
|
2849
|
+
"type": "option"
|
|
2850
|
+
},
|
|
2851
|
+
"tag": {
|
|
2852
|
+
"description": "Tag to undeploy GraphQL API from",
|
|
2853
|
+
"name": "tag",
|
|
2854
|
+
"required": false,
|
|
2855
|
+
"default": "default",
|
|
2856
|
+
"hasDynamicHelp": false,
|
|
2857
|
+
"multiple": false,
|
|
2858
|
+
"type": "option"
|
|
2859
|
+
}
|
|
2860
|
+
},
|
|
2861
|
+
"hasDynamicHelp": false,
|
|
2862
|
+
"hiddenAliases": [],
|
|
2863
|
+
"id": "graphql:undeploy",
|
|
2864
|
+
"pluginAlias": "@sanity/cli",
|
|
2865
|
+
"pluginName": "@sanity/cli",
|
|
2866
|
+
"pluginType": "core",
|
|
2867
|
+
"strict": true,
|
|
2868
|
+
"isESM": true,
|
|
2869
|
+
"relativePath": [
|
|
2870
|
+
"dist",
|
|
2871
|
+
"commands",
|
|
2872
|
+
"graphql",
|
|
2873
|
+
"undeploy.js"
|
|
2874
|
+
]
|
|
2875
|
+
},
|
|
2624
2876
|
"documents:create": {
|
|
2625
2877
|
"aliases": [],
|
|
2626
2878
|
"args": {
|
|
@@ -2998,342 +3250,90 @@
|
|
|
2998
3250
|
"flags": {
|
|
2999
3251
|
"project-id": {
|
|
3000
3252
|
"char": "p",
|
|
3001
|
-
"description": "Override the project ID used. By default, this is derived from the given workspace",
|
|
3002
|
-
"name": "project-id",
|
|
3003
|
-
"hasDynamicHelp": false,
|
|
3004
|
-
"helpValue": "<id>",
|
|
3005
|
-
"multiple": false,
|
|
3006
|
-
"type": "option"
|
|
3007
|
-
},
|
|
3008
|
-
"dataset": {
|
|
3009
|
-
"char": "d",
|
|
3010
|
-
"description": "Override the dataset used. By default, this is derived from the given workspace",
|
|
3011
|
-
"name": "dataset",
|
|
3012
|
-
"hasDynamicHelp": false,
|
|
3013
|
-
"helpValue": "<name>",
|
|
3014
|
-
"multiple": false,
|
|
3015
|
-
"type": "option"
|
|
3016
|
-
},
|
|
3017
|
-
"file": {
|
|
3018
|
-
"description": "Path to an NDJSON file or tar archive containing an NDJSON file (optionally gzip-compressed)",
|
|
3019
|
-
"name": "file",
|
|
3020
|
-
"hasDynamicHelp": false,
|
|
3021
|
-
"multiple": false,
|
|
3022
|
-
"type": "option"
|
|
3023
|
-
},
|
|
3024
|
-
"format": {
|
|
3025
|
-
"description": "The output format used to print the found validation markers and report progress",
|
|
3026
|
-
"name": "format",
|
|
3027
|
-
"hasDynamicHelp": false,
|
|
3028
|
-
"multiple": false,
|
|
3029
|
-
"options": [
|
|
3030
|
-
"json",
|
|
3031
|
-
"ndjson",
|
|
3032
|
-
"pretty"
|
|
3033
|
-
],
|
|
3034
|
-
"type": "option"
|
|
3035
|
-
},
|
|
3036
|
-
"level": {
|
|
3037
|
-
"description": "The minimum level reported. Defaults to warning",
|
|
3038
|
-
"name": "level",
|
|
3039
|
-
"default": "warning",
|
|
3040
|
-
"hasDynamicHelp": false,
|
|
3041
|
-
"multiple": false,
|
|
3042
|
-
"options": [
|
|
3043
|
-
"error",
|
|
3044
|
-
"warning",
|
|
3045
|
-
"info"
|
|
3046
|
-
],
|
|
3047
|
-
"type": "option"
|
|
3048
|
-
},
|
|
3049
|
-
"max-custom-validation-concurrency": {
|
|
3050
|
-
"description": "Specify how many custom validators can run concurrently",
|
|
3051
|
-
"name": "max-custom-validation-concurrency",
|
|
3052
|
-
"default": 5,
|
|
3053
|
-
"hasDynamicHelp": false,
|
|
3054
|
-
"multiple": false,
|
|
3055
|
-
"type": "option"
|
|
3056
|
-
},
|
|
3057
|
-
"max-fetch-concurrency": {
|
|
3058
|
-
"description": "Specify how many `client.fetch` requests are allowed to run concurrently",
|
|
3059
|
-
"name": "max-fetch-concurrency",
|
|
3060
|
-
"default": 25,
|
|
3061
|
-
"hasDynamicHelp": false,
|
|
3062
|
-
"multiple": false,
|
|
3063
|
-
"type": "option"
|
|
3064
|
-
},
|
|
3065
|
-
"workspace": {
|
|
3066
|
-
"description": "The name of the workspace to use when downloading and validating all documents",
|
|
3067
|
-
"name": "workspace",
|
|
3068
|
-
"hasDynamicHelp": false,
|
|
3069
|
-
"multiple": false,
|
|
3070
|
-
"type": "option"
|
|
3071
|
-
},
|
|
3072
|
-
"yes": {
|
|
3073
|
-
"char": "y",
|
|
3074
|
-
"description": "Skips the first confirmation prompt",
|
|
3075
|
-
"name": "yes",
|
|
3076
|
-
"allowNo": false,
|
|
3077
|
-
"type": "boolean"
|
|
3078
|
-
}
|
|
3079
|
-
},
|
|
3080
|
-
"hasDynamicHelp": false,
|
|
3081
|
-
"hiddenAliases": [
|
|
3082
|
-
"document:validate"
|
|
3083
|
-
],
|
|
3084
|
-
"id": "documents:validate",
|
|
3085
|
-
"pluginAlias": "@sanity/cli",
|
|
3086
|
-
"pluginName": "@sanity/cli",
|
|
3087
|
-
"pluginType": "core",
|
|
3088
|
-
"strict": true,
|
|
3089
|
-
"isESM": true,
|
|
3090
|
-
"relativePath": [
|
|
3091
|
-
"dist",
|
|
3092
|
-
"commands",
|
|
3093
|
-
"documents",
|
|
3094
|
-
"validate.js"
|
|
3095
|
-
]
|
|
3096
|
-
},
|
|
3097
|
-
"graphql:deploy": {
|
|
3098
|
-
"aliases": [],
|
|
3099
|
-
"args": {},
|
|
3100
|
-
"description": "Deploy a GraphQL API from the current Sanity schema",
|
|
3101
|
-
"examples": [
|
|
3102
|
-
{
|
|
3103
|
-
"command": "<%= config.bin %> <%= command.id %>",
|
|
3104
|
-
"description": "Deploy all defined GraphQL APIs"
|
|
3105
|
-
},
|
|
3106
|
-
{
|
|
3107
|
-
"command": "<%= config.bin %> <%= command.id %> --dry-run",
|
|
3108
|
-
"description": "Validate defined GraphQL APIs, check for breaking changes, skip deploy"
|
|
3109
|
-
},
|
|
3110
|
-
{
|
|
3111
|
-
"command": "<%= config.bin %> <%= command.id %> --api staging --api ios",
|
|
3112
|
-
"description": "Deploy only the GraphQL APIs with the IDs \"staging\" and \"ios\""
|
|
3113
|
-
},
|
|
3114
|
-
{
|
|
3115
|
-
"command": "<%= config.bin %> <%= command.id %> --playground",
|
|
3116
|
-
"description": "Deploy all defined GraphQL APIs, overriding any playground setting"
|
|
3117
|
-
}
|
|
3118
|
-
],
|
|
3119
|
-
"flags": {
|
|
3120
|
-
"api": {
|
|
3121
|
-
"description": "Only deploy API with this ID (can be specified multiple times)",
|
|
3122
|
-
"name": "api",
|
|
3123
|
-
"hasDynamicHelp": false,
|
|
3124
|
-
"multiple": true,
|
|
3125
|
-
"type": "option"
|
|
3126
|
-
},
|
|
3127
|
-
"dataset": {
|
|
3128
|
-
"char": "d",
|
|
3129
|
-
"description": "Deploy API for the given dataset",
|
|
3130
|
-
"name": "dataset",
|
|
3131
|
-
"hasDynamicHelp": false,
|
|
3132
|
-
"helpValue": "<name>",
|
|
3133
|
-
"multiple": false,
|
|
3134
|
-
"type": "option"
|
|
3135
|
-
},
|
|
3136
|
-
"dry-run": {
|
|
3137
|
-
"description": "Validate defined GraphQL APIs, check for breaking changes, skip deploy",
|
|
3138
|
-
"name": "dry-run",
|
|
3139
|
-
"allowNo": false,
|
|
3140
|
-
"type": "boolean"
|
|
3141
|
-
},
|
|
3142
|
-
"force": {
|
|
3143
|
-
"description": "Deploy API without confirming breaking changes",
|
|
3144
|
-
"name": "force",
|
|
3145
|
-
"allowNo": false,
|
|
3146
|
-
"type": "boolean"
|
|
3147
|
-
},
|
|
3148
|
-
"generation": {
|
|
3149
|
-
"description": "API generation to deploy (defaults to \"gen3\")",
|
|
3150
|
-
"name": "generation",
|
|
3151
|
-
"hasDynamicHelp": false,
|
|
3152
|
-
"multiple": false,
|
|
3153
|
-
"options": [
|
|
3154
|
-
"gen1",
|
|
3155
|
-
"gen2",
|
|
3156
|
-
"gen3"
|
|
3157
|
-
],
|
|
3158
|
-
"type": "option"
|
|
3159
|
-
},
|
|
3160
|
-
"non-null-document-fields": {
|
|
3161
|
-
"description": "Use non-null document fields (_id, _type etc)",
|
|
3162
|
-
"name": "non-null-document-fields",
|
|
3163
|
-
"allowNo": false,
|
|
3164
|
-
"type": "boolean"
|
|
3165
|
-
},
|
|
3166
|
-
"playground": {
|
|
3167
|
-
"description": "Enable GraphQL playground for easier debugging",
|
|
3168
|
-
"name": "playground",
|
|
3169
|
-
"allowNo": true,
|
|
3170
|
-
"type": "boolean"
|
|
3171
|
-
},
|
|
3172
|
-
"tag": {
|
|
3173
|
-
"description": "Deploy API(s) to given tag (defaults to \"default\")",
|
|
3174
|
-
"name": "tag",
|
|
3175
|
-
"hasDynamicHelp": false,
|
|
3176
|
-
"multiple": false,
|
|
3177
|
-
"type": "option"
|
|
3178
|
-
},
|
|
3179
|
-
"with-union-cache": {
|
|
3180
|
-
"description": "Cache union types (faster for schemas with many self-references)",
|
|
3181
|
-
"name": "with-union-cache",
|
|
3182
|
-
"allowNo": false,
|
|
3183
|
-
"type": "boolean"
|
|
3184
|
-
}
|
|
3185
|
-
},
|
|
3186
|
-
"hasDynamicHelp": false,
|
|
3187
|
-
"hiddenAliases": [],
|
|
3188
|
-
"id": "graphql:deploy",
|
|
3189
|
-
"pluginAlias": "@sanity/cli",
|
|
3190
|
-
"pluginName": "@sanity/cli",
|
|
3191
|
-
"pluginType": "core",
|
|
3192
|
-
"strict": true,
|
|
3193
|
-
"isESM": true,
|
|
3194
|
-
"relativePath": [
|
|
3195
|
-
"dist",
|
|
3196
|
-
"commands",
|
|
3197
|
-
"graphql",
|
|
3198
|
-
"deploy.js"
|
|
3199
|
-
]
|
|
3200
|
-
},
|
|
3201
|
-
"graphql:list": {
|
|
3202
|
-
"aliases": [],
|
|
3203
|
-
"args": {},
|
|
3204
|
-
"description": "List deployed GraphQL endpoints for the project",
|
|
3205
|
-
"examples": [
|
|
3206
|
-
{
|
|
3207
|
-
"command": "<%= config.bin %> <%= command.id %>",
|
|
3208
|
-
"description": "List GraphQL endpoints for the project"
|
|
3209
|
-
},
|
|
3210
|
-
{
|
|
3211
|
-
"command": "<%= config.bin %> <%= command.id %> --project-id abc123",
|
|
3212
|
-
"description": "List GraphQL endpoints for a specific project"
|
|
3213
|
-
}
|
|
3214
|
-
],
|
|
3215
|
-
"flags": {
|
|
3216
|
-
"project-id": {
|
|
3217
|
-
"char": "p",
|
|
3218
|
-
"description": "Project ID to list GraphQL endpoints for (overrides CLI configuration)",
|
|
3219
|
-
"helpGroup": "OVERRIDE",
|
|
3220
|
-
"name": "project-id",
|
|
3221
|
-
"hasDynamicHelp": false,
|
|
3222
|
-
"helpValue": "<id>",
|
|
3223
|
-
"multiple": false,
|
|
3224
|
-
"type": "option"
|
|
3225
|
-
}
|
|
3226
|
-
},
|
|
3227
|
-
"hasDynamicHelp": false,
|
|
3228
|
-
"hiddenAliases": [],
|
|
3229
|
-
"id": "graphql:list",
|
|
3230
|
-
"pluginAlias": "@sanity/cli",
|
|
3231
|
-
"pluginName": "@sanity/cli",
|
|
3232
|
-
"pluginType": "core",
|
|
3233
|
-
"strict": true,
|
|
3234
|
-
"isESM": true,
|
|
3235
|
-
"relativePath": [
|
|
3236
|
-
"dist",
|
|
3237
|
-
"commands",
|
|
3238
|
-
"graphql",
|
|
3239
|
-
"list.js"
|
|
3240
|
-
]
|
|
3241
|
-
},
|
|
3242
|
-
"graphql:undeploy": {
|
|
3243
|
-
"aliases": [],
|
|
3244
|
-
"args": {},
|
|
3245
|
-
"description": "Remove a deployed GraphQL API",
|
|
3246
|
-
"examples": [
|
|
3247
|
-
{
|
|
3248
|
-
"command": "<%= config.bin %> <%= command.id %>",
|
|
3249
|
-
"description": "Undeploy GraphQL API for current project and dataset"
|
|
3250
|
-
},
|
|
3251
|
-
{
|
|
3252
|
-
"command": "<%= config.bin %> <%= command.id %> --api ios",
|
|
3253
|
-
"description": "Undeploy API with ID \"ios\""
|
|
3254
|
-
},
|
|
3255
|
-
{
|
|
3256
|
-
"command": "<%= config.bin %> <%= command.id %> --dataset staging",
|
|
3257
|
-
"description": "Undeploy GraphQL API for staging dataset"
|
|
3258
|
-
},
|
|
3259
|
-
{
|
|
3260
|
-
"command": "<%= config.bin %> <%= command.id %> --dataset staging --tag next",
|
|
3261
|
-
"description": "Undeploy GraphQL API for staging dataset with \"next\" tag"
|
|
3262
|
-
},
|
|
3263
|
-
{
|
|
3264
|
-
"command": "<%= config.bin %> <%= command.id %> --force",
|
|
3265
|
-
"description": "Undeploy GraphQL API without confirmation prompt"
|
|
3266
|
-
},
|
|
3267
|
-
{
|
|
3268
|
-
"command": "<%= config.bin %> <%= command.id %> --project-id abc123 --dataset production",
|
|
3269
|
-
"description": "Undeploy GraphQL API for a specific project and dataset"
|
|
3270
|
-
}
|
|
3271
|
-
],
|
|
3272
|
-
"flags": {
|
|
3273
|
-
"project-id": {
|
|
3274
|
-
"char": "p",
|
|
3275
|
-
"description": "Project ID to undeploy GraphQL API from (overrides CLI configuration)",
|
|
3276
|
-
"helpGroup": "OVERRIDE",
|
|
3253
|
+
"description": "Override the project ID used. By default, this is derived from the given workspace",
|
|
3277
3254
|
"name": "project-id",
|
|
3278
3255
|
"hasDynamicHelp": false,
|
|
3279
3256
|
"helpValue": "<id>",
|
|
3280
3257
|
"multiple": false,
|
|
3281
3258
|
"type": "option"
|
|
3282
3259
|
},
|
|
3283
|
-
"api": {
|
|
3284
|
-
"description": "Undeploy API with this ID",
|
|
3285
|
-
"exclusive": [
|
|
3286
|
-
"project-id",
|
|
3287
|
-
"project"
|
|
3288
|
-
],
|
|
3289
|
-
"name": "api",
|
|
3290
|
-
"required": false,
|
|
3291
|
-
"hasDynamicHelp": false,
|
|
3292
|
-
"multiple": false,
|
|
3293
|
-
"type": "option"
|
|
3294
|
-
},
|
|
3295
3260
|
"dataset": {
|
|
3296
3261
|
"char": "d",
|
|
3297
|
-
"description": "
|
|
3298
|
-
"helpGroup": "OVERRIDE",
|
|
3262
|
+
"description": "Override the dataset used. By default, this is derived from the given workspace",
|
|
3299
3263
|
"name": "dataset",
|
|
3300
3264
|
"hasDynamicHelp": false,
|
|
3301
3265
|
"helpValue": "<name>",
|
|
3302
3266
|
"multiple": false,
|
|
3303
3267
|
"type": "option"
|
|
3304
3268
|
},
|
|
3305
|
-
"
|
|
3306
|
-
"description": "
|
|
3307
|
-
"name": "
|
|
3308
|
-
"
|
|
3309
|
-
"
|
|
3310
|
-
"type": "
|
|
3269
|
+
"file": {
|
|
3270
|
+
"description": "Path to an NDJSON file or tar archive containing an NDJSON file (optionally gzip-compressed)",
|
|
3271
|
+
"name": "file",
|
|
3272
|
+
"hasDynamicHelp": false,
|
|
3273
|
+
"multiple": false,
|
|
3274
|
+
"type": "option"
|
|
3311
3275
|
},
|
|
3312
|
-
"
|
|
3313
|
-
"
|
|
3314
|
-
|
|
3315
|
-
},
|
|
3316
|
-
"description": "Project ID to delete GraphQL API for",
|
|
3317
|
-
"hidden": true,
|
|
3318
|
-
"name": "project",
|
|
3319
|
-
"required": false,
|
|
3276
|
+
"format": {
|
|
3277
|
+
"description": "The output format used to print the found validation markers and report progress",
|
|
3278
|
+
"name": "format",
|
|
3320
3279
|
"hasDynamicHelp": false,
|
|
3321
3280
|
"multiple": false,
|
|
3281
|
+
"options": [
|
|
3282
|
+
"json",
|
|
3283
|
+
"ndjson",
|
|
3284
|
+
"pretty"
|
|
3285
|
+
],
|
|
3322
3286
|
"type": "option"
|
|
3323
3287
|
},
|
|
3324
|
-
"
|
|
3325
|
-
"description": "
|
|
3326
|
-
"name": "
|
|
3327
|
-
"
|
|
3328
|
-
"
|
|
3288
|
+
"level": {
|
|
3289
|
+
"description": "The minimum level reported. Defaults to warning",
|
|
3290
|
+
"name": "level",
|
|
3291
|
+
"default": "warning",
|
|
3292
|
+
"hasDynamicHelp": false,
|
|
3293
|
+
"multiple": false,
|
|
3294
|
+
"options": [
|
|
3295
|
+
"error",
|
|
3296
|
+
"warning",
|
|
3297
|
+
"info"
|
|
3298
|
+
],
|
|
3299
|
+
"type": "option"
|
|
3300
|
+
},
|
|
3301
|
+
"max-custom-validation-concurrency": {
|
|
3302
|
+
"description": "Specify how many custom validators can run concurrently",
|
|
3303
|
+
"name": "max-custom-validation-concurrency",
|
|
3304
|
+
"default": 5,
|
|
3305
|
+
"hasDynamicHelp": false,
|
|
3306
|
+
"multiple": false,
|
|
3307
|
+
"type": "option"
|
|
3308
|
+
},
|
|
3309
|
+
"max-fetch-concurrency": {
|
|
3310
|
+
"description": "Specify how many `client.fetch` requests are allowed to run concurrently",
|
|
3311
|
+
"name": "max-fetch-concurrency",
|
|
3312
|
+
"default": 25,
|
|
3313
|
+
"hasDynamicHelp": false,
|
|
3314
|
+
"multiple": false,
|
|
3315
|
+
"type": "option"
|
|
3316
|
+
},
|
|
3317
|
+
"workspace": {
|
|
3318
|
+
"description": "The name of the workspace to use when downloading and validating all documents",
|
|
3319
|
+
"name": "workspace",
|
|
3329
3320
|
"hasDynamicHelp": false,
|
|
3330
3321
|
"multiple": false,
|
|
3331
3322
|
"type": "option"
|
|
3323
|
+
},
|
|
3324
|
+
"yes": {
|
|
3325
|
+
"char": "y",
|
|
3326
|
+
"description": "Skips the first confirmation prompt",
|
|
3327
|
+
"name": "yes",
|
|
3328
|
+
"allowNo": false,
|
|
3329
|
+
"type": "boolean"
|
|
3332
3330
|
}
|
|
3333
3331
|
},
|
|
3334
3332
|
"hasDynamicHelp": false,
|
|
3335
|
-
"hiddenAliases": [
|
|
3336
|
-
|
|
3333
|
+
"hiddenAliases": [
|
|
3334
|
+
"document:validate"
|
|
3335
|
+
],
|
|
3336
|
+
"id": "documents:validate",
|
|
3337
3337
|
"pluginAlias": "@sanity/cli",
|
|
3338
3338
|
"pluginName": "@sanity/cli",
|
|
3339
3339
|
"pluginType": "core",
|
|
@@ -3342,8 +3342,8 @@
|
|
|
3342
3342
|
"relativePath": [
|
|
3343
3343
|
"dist",
|
|
3344
3344
|
"commands",
|
|
3345
|
-
"
|
|
3346
|
-
"
|
|
3345
|
+
"documents",
|
|
3346
|
+
"validate.js"
|
|
3347
3347
|
]
|
|
3348
3348
|
},
|
|
3349
3349
|
"hooks:attempt": {
|
|
@@ -5102,6 +5102,84 @@
|
|
|
5102
5102
|
"install.js"
|
|
5103
5103
|
]
|
|
5104
5104
|
},
|
|
5105
|
+
"telemetry:disable": {
|
|
5106
|
+
"aliases": [],
|
|
5107
|
+
"args": {},
|
|
5108
|
+
"description": "Disable telemetry for your account",
|
|
5109
|
+
"examples": [
|
|
5110
|
+
{
|
|
5111
|
+
"command": "<%= config.bin %> telemetry <%= command.id %>",
|
|
5112
|
+
"description": "Disable telemetry for your account"
|
|
5113
|
+
}
|
|
5114
|
+
],
|
|
5115
|
+
"flags": {},
|
|
5116
|
+
"hasDynamicHelp": false,
|
|
5117
|
+
"hiddenAliases": [],
|
|
5118
|
+
"id": "telemetry:disable",
|
|
5119
|
+
"pluginAlias": "@sanity/cli",
|
|
5120
|
+
"pluginName": "@sanity/cli",
|
|
5121
|
+
"pluginType": "core",
|
|
5122
|
+
"strict": true,
|
|
5123
|
+
"isESM": true,
|
|
5124
|
+
"relativePath": [
|
|
5125
|
+
"dist",
|
|
5126
|
+
"commands",
|
|
5127
|
+
"telemetry",
|
|
5128
|
+
"disable.js"
|
|
5129
|
+
]
|
|
5130
|
+
},
|
|
5131
|
+
"telemetry:enable": {
|
|
5132
|
+
"aliases": [],
|
|
5133
|
+
"args": {},
|
|
5134
|
+
"description": "Enable telemetry for your account",
|
|
5135
|
+
"examples": [
|
|
5136
|
+
{
|
|
5137
|
+
"command": "<%= config.bin %> telemetry <%= command.id %>",
|
|
5138
|
+
"description": "Enable telemetry for your account"
|
|
5139
|
+
}
|
|
5140
|
+
],
|
|
5141
|
+
"flags": {},
|
|
5142
|
+
"hasDynamicHelp": false,
|
|
5143
|
+
"hiddenAliases": [],
|
|
5144
|
+
"id": "telemetry:enable",
|
|
5145
|
+
"pluginAlias": "@sanity/cli",
|
|
5146
|
+
"pluginName": "@sanity/cli",
|
|
5147
|
+
"pluginType": "core",
|
|
5148
|
+
"strict": true,
|
|
5149
|
+
"isESM": true,
|
|
5150
|
+
"relativePath": [
|
|
5151
|
+
"dist",
|
|
5152
|
+
"commands",
|
|
5153
|
+
"telemetry",
|
|
5154
|
+
"enable.js"
|
|
5155
|
+
]
|
|
5156
|
+
},
|
|
5157
|
+
"telemetry:status": {
|
|
5158
|
+
"aliases": [],
|
|
5159
|
+
"args": {},
|
|
5160
|
+
"description": "Check telemetry status for your account",
|
|
5161
|
+
"examples": [
|
|
5162
|
+
{
|
|
5163
|
+
"command": "<%= config.bin %> telemetry <%= command.id %>",
|
|
5164
|
+
"description": "Check telemetry status for your account"
|
|
5165
|
+
}
|
|
5166
|
+
],
|
|
5167
|
+
"flags": {},
|
|
5168
|
+
"hasDynamicHelp": false,
|
|
5169
|
+
"hiddenAliases": [],
|
|
5170
|
+
"id": "telemetry:status",
|
|
5171
|
+
"pluginAlias": "@sanity/cli",
|
|
5172
|
+
"pluginName": "@sanity/cli",
|
|
5173
|
+
"pluginType": "core",
|
|
5174
|
+
"strict": true,
|
|
5175
|
+
"isESM": true,
|
|
5176
|
+
"relativePath": [
|
|
5177
|
+
"dist",
|
|
5178
|
+
"commands",
|
|
5179
|
+
"telemetry",
|
|
5180
|
+
"status.js"
|
|
5181
|
+
]
|
|
5182
|
+
},
|
|
5105
5183
|
"tokens:create": {
|
|
5106
5184
|
"aliases": [],
|
|
5107
5185
|
"args": {
|
|
@@ -5370,84 +5448,6 @@
|
|
|
5370
5448
|
"rotate.js"
|
|
5371
5449
|
]
|
|
5372
5450
|
},
|
|
5373
|
-
"telemetry:disable": {
|
|
5374
|
-
"aliases": [],
|
|
5375
|
-
"args": {},
|
|
5376
|
-
"description": "Disable telemetry for your account",
|
|
5377
|
-
"examples": [
|
|
5378
|
-
{
|
|
5379
|
-
"command": "<%= config.bin %> telemetry <%= command.id %>",
|
|
5380
|
-
"description": "Disable telemetry for your account"
|
|
5381
|
-
}
|
|
5382
|
-
],
|
|
5383
|
-
"flags": {},
|
|
5384
|
-
"hasDynamicHelp": false,
|
|
5385
|
-
"hiddenAliases": [],
|
|
5386
|
-
"id": "telemetry:disable",
|
|
5387
|
-
"pluginAlias": "@sanity/cli",
|
|
5388
|
-
"pluginName": "@sanity/cli",
|
|
5389
|
-
"pluginType": "core",
|
|
5390
|
-
"strict": true,
|
|
5391
|
-
"isESM": true,
|
|
5392
|
-
"relativePath": [
|
|
5393
|
-
"dist",
|
|
5394
|
-
"commands",
|
|
5395
|
-
"telemetry",
|
|
5396
|
-
"disable.js"
|
|
5397
|
-
]
|
|
5398
|
-
},
|
|
5399
|
-
"telemetry:enable": {
|
|
5400
|
-
"aliases": [],
|
|
5401
|
-
"args": {},
|
|
5402
|
-
"description": "Enable telemetry for your account",
|
|
5403
|
-
"examples": [
|
|
5404
|
-
{
|
|
5405
|
-
"command": "<%= config.bin %> telemetry <%= command.id %>",
|
|
5406
|
-
"description": "Enable telemetry for your account"
|
|
5407
|
-
}
|
|
5408
|
-
],
|
|
5409
|
-
"flags": {},
|
|
5410
|
-
"hasDynamicHelp": false,
|
|
5411
|
-
"hiddenAliases": [],
|
|
5412
|
-
"id": "telemetry:enable",
|
|
5413
|
-
"pluginAlias": "@sanity/cli",
|
|
5414
|
-
"pluginName": "@sanity/cli",
|
|
5415
|
-
"pluginType": "core",
|
|
5416
|
-
"strict": true,
|
|
5417
|
-
"isESM": true,
|
|
5418
|
-
"relativePath": [
|
|
5419
|
-
"dist",
|
|
5420
|
-
"commands",
|
|
5421
|
-
"telemetry",
|
|
5422
|
-
"enable.js"
|
|
5423
|
-
]
|
|
5424
|
-
},
|
|
5425
|
-
"telemetry:status": {
|
|
5426
|
-
"aliases": [],
|
|
5427
|
-
"args": {},
|
|
5428
|
-
"description": "Check telemetry status for your account",
|
|
5429
|
-
"examples": [
|
|
5430
|
-
{
|
|
5431
|
-
"command": "<%= config.bin %> telemetry <%= command.id %>",
|
|
5432
|
-
"description": "Check telemetry status for your account"
|
|
5433
|
-
}
|
|
5434
|
-
],
|
|
5435
|
-
"flags": {},
|
|
5436
|
-
"hasDynamicHelp": false,
|
|
5437
|
-
"hiddenAliases": [],
|
|
5438
|
-
"id": "telemetry:status",
|
|
5439
|
-
"pluginAlias": "@sanity/cli",
|
|
5440
|
-
"pluginName": "@sanity/cli",
|
|
5441
|
-
"pluginType": "core",
|
|
5442
|
-
"strict": true,
|
|
5443
|
-
"isESM": true,
|
|
5444
|
-
"relativePath": [
|
|
5445
|
-
"dist",
|
|
5446
|
-
"commands",
|
|
5447
|
-
"telemetry",
|
|
5448
|
-
"status.js"
|
|
5449
|
-
]
|
|
5450
|
-
},
|
|
5451
5451
|
"typegen:generate": {
|
|
5452
5452
|
"aliases": [],
|
|
5453
5453
|
"args": {},
|
|
@@ -6161,5 +6161,5 @@
|
|
|
6161
6161
|
]
|
|
6162
6162
|
}
|
|
6163
6163
|
},
|
|
6164
|
-
"version": "8.
|
|
6164
|
+
"version": "8.4.1"
|
|
6165
6165
|
}
|