@sanity/cli 6.2.0 → 6.3.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/README.md +299 -303
- package/dist/SanityHelp.js +38 -0
- package/dist/SanityHelp.js.map +1 -1
- package/dist/actions/auth/login/getProvider.js +9 -4
- package/dist/actions/auth/login/getProvider.js.map +1 -1
- package/dist/actions/auth/login/getSSOProvider.js +21 -2
- package/dist/actions/auth/login/getSSOProvider.js.map +1 -1
- package/dist/actions/auth/login/login.js +5 -4
- package/dist/actions/auth/login/login.js.map +1 -1
- package/dist/actions/build/buildApp.js +1 -0
- package/dist/actions/build/buildApp.js.map +1 -1
- package/dist/actions/build/buildStaticFiles.js +2 -1
- package/dist/actions/build/buildStaticFiles.js.map +1 -1
- package/dist/actions/build/renderDocument.js.map +1 -1
- package/dist/actions/build/renderDocumentWorker/components/BasicDocument.js +2 -2
- package/dist/actions/build/renderDocumentWorker/components/BasicDocument.js.map +1 -1
- package/dist/actions/build/renderDocumentWorker/types.js.map +1 -1
- package/dist/actions/build/writeSanityRuntime.js +3 -2
- package/dist/actions/build/writeSanityRuntime.js.map +1 -1
- package/dist/actions/deploy/deployStudio.js +53 -3
- package/dist/actions/deploy/deployStudio.js.map +1 -1
- package/dist/actions/deploy/findUserApplicationForStudio.js +10 -4
- package/dist/actions/deploy/findUserApplicationForStudio.js.map +1 -1
- package/dist/actions/dev/startAppDevServer.js +2 -0
- package/dist/actions/dev/startAppDevServer.js.map +1 -1
- package/dist/actions/init/git.js +5 -2
- package/dist/actions/init/git.js.map +1 -1
- package/dist/actions/init/remoteTemplate.js +3 -1
- package/dist/actions/init/remoteTemplate.js.map +1 -1
- package/dist/actions/init/templates/nextjs/index.js +1 -1
- package/dist/actions/init/templates/nextjs/index.js.map +1 -1
- package/dist/actions/manifest/extractAppManifest.js +3 -1
- package/dist/actions/manifest/extractAppManifest.js.map +1 -1
- package/dist/actions/manifest/schemaTypeTransformer.js +2 -1
- package/dist/actions/manifest/schemaTypeTransformer.js.map +1 -1
- package/dist/actions/telemetry/setConsent.js +6 -2
- package/dist/actions/telemetry/setConsent.js.map +1 -1
- package/dist/commands/datasets/alias/create.js +0 -4
- package/dist/commands/datasets/alias/create.js.map +1 -1
- package/dist/commands/datasets/alias/delete.js +1 -5
- package/dist/commands/datasets/alias/delete.js.map +1 -1
- package/dist/commands/datasets/alias/link.js +0 -4
- package/dist/commands/datasets/alias/link.js.map +1 -1
- package/dist/commands/datasets/alias/unlink.js +0 -4
- package/dist/commands/datasets/alias/unlink.js.map +1 -1
- package/dist/commands/datasets/copy.js +1 -1
- package/dist/commands/datasets/copy.js.map +1 -1
- package/dist/commands/datasets/import.js +45 -15
- package/dist/commands/datasets/import.js.map +1 -1
- package/dist/commands/deploy.js +3 -0
- package/dist/commands/deploy.js.map +1 -1
- package/dist/commands/init.js +10 -9
- package/dist/commands/init.js.map +1 -1
- package/dist/commands/login.js +14 -2
- package/dist/commands/login.js.map +1 -1
- package/dist/commands/logout.js +6 -8
- package/dist/commands/logout.js.map +1 -1
- package/dist/hooks/prerun/setupTelemetry.js +1 -1
- package/dist/hooks/prerun/setupTelemetry.js.map +1 -1
- package/dist/server/devServer.js +2 -1
- package/dist/server/devServer.js.map +1 -1
- package/dist/services/telemetry.js +23 -2
- package/dist/services/telemetry.js.map +1 -1
- package/dist/util/compareDependencyVersions.js +3 -1
- package/dist/util/compareDependencyVersions.js.map +1 -1
- package/dist/util/createExpiringConfig.js +0 -3
- package/dist/util/createExpiringConfig.js.map +1 -1
- package/dist/util/getCliVersion.js +3 -1
- package/dist/util/getCliVersion.js.map +1 -1
- package/dist/util/packageManager/packageManagerChoice.js +1 -2
- package/dist/util/packageManager/packageManagerChoice.js.map +1 -1
- package/dist/util/telemetry/logger.js +13 -0
- package/dist/util/telemetry/logger.js.map +1 -1
- package/oclif.manifest.json +282 -272
- package/package.json +27 -27
- package/dist/actions/graphql/__tests__/fixtures/many-self-refs.js +0 -540
- package/dist/actions/graphql/__tests__/fixtures/many-self-refs.js.map +0 -1
- package/dist/actions/graphql/__tests__/fixtures/test-studio.js +0 -1143
- package/dist/actions/graphql/__tests__/fixtures/test-studio.js.map +0 -1
- package/dist/actions/graphql/__tests__/fixtures/union-refs.js +0 -591
- package/dist/actions/graphql/__tests__/fixtures/union-refs.js.map +0 -1
- package/dist/actions/graphql/__tests__/helpers.js +0 -23
- package/dist/actions/graphql/__tests__/helpers.js.map +0 -1
- package/dist/actions/manifest/__tests__/resolveSchemaIcon.test.js +0 -157
- package/dist/actions/manifest/__tests__/resolveSchemaIcon.test.js.map +0 -1
- package/dist/actions/media/__tests__/createMockClient.js +0 -32
- package/dist/actions/media/__tests__/createMockClient.js.map +0 -1
package/oclif.manifest.json
CHANGED
|
@@ -222,6 +222,13 @@
|
|
|
222
222
|
"allowNo": false,
|
|
223
223
|
"type": "boolean"
|
|
224
224
|
},
|
|
225
|
+
"url": {
|
|
226
|
+
"description": "Studio URL for deployment. For external studios, the full URL. For hosted studios, the hostname (e.g. \"my-studio\" or \"my-studio.sanity.studio\")",
|
|
227
|
+
"name": "url",
|
|
228
|
+
"hasDynamicHelp": false,
|
|
229
|
+
"multiple": false,
|
|
230
|
+
"type": "option"
|
|
231
|
+
},
|
|
225
232
|
"verbose": {
|
|
226
233
|
"description": "Enable verbose logging",
|
|
227
234
|
"name": "verbose",
|
|
@@ -790,13 +797,17 @@
|
|
|
790
797
|
"command": "<%= config.bin %> <%= command.id %>",
|
|
791
798
|
"description": "Log in using default settings"
|
|
792
799
|
},
|
|
800
|
+
{
|
|
801
|
+
"command": "<%= config.bin %> <%= command.id %> --provider github --no-open",
|
|
802
|
+
"description": "Login with GitHub provider, but do not open a browser window automatically"
|
|
803
|
+
},
|
|
793
804
|
{
|
|
794
805
|
"command": "<%= config.bin %> <%= command.id %> --sso my-organization",
|
|
795
806
|
"description": "Log in using Single Sign-On with the \"my-organization\" slug"
|
|
796
807
|
},
|
|
797
808
|
{
|
|
798
|
-
"command": "<%= config.bin %> <%= command.id %> --
|
|
799
|
-
"description": "
|
|
809
|
+
"command": "<%= config.bin %> <%= command.id %> --sso my-organization --sso-provider \"Okta SSO\"",
|
|
810
|
+
"description": "Log in using a specific SSO provider within an organization"
|
|
800
811
|
}
|
|
801
812
|
],
|
|
802
813
|
"flags": {
|
|
@@ -833,6 +844,17 @@
|
|
|
833
844
|
"helpValue": "<slug>",
|
|
834
845
|
"multiple": false,
|
|
835
846
|
"type": "option"
|
|
847
|
+
},
|
|
848
|
+
"sso-provider": {
|
|
849
|
+
"dependsOn": [
|
|
850
|
+
"sso"
|
|
851
|
+
],
|
|
852
|
+
"description": "Select a specific SSO provider by name (use with --sso)",
|
|
853
|
+
"name": "sso-provider",
|
|
854
|
+
"hasDynamicHelp": false,
|
|
855
|
+
"helpValue": "<name>",
|
|
856
|
+
"multiple": false,
|
|
857
|
+
"type": "option"
|
|
836
858
|
}
|
|
837
859
|
},
|
|
838
860
|
"hasDynamicHelp": false,
|
|
@@ -1819,16 +1841,20 @@
|
|
|
1819
1841
|
"description": "Import documents to a Sanity dataset",
|
|
1820
1842
|
"examples": [
|
|
1821
1843
|
{
|
|
1822
|
-
"command": "<%= config.bin %> <%= command.id %> -d staging
|
|
1844
|
+
"command": "<%= config.bin %> <%= command.id %> -d staging my-dataset.ndjson",
|
|
1823
1845
|
"description": "Import \"./my-dataset.ndjson\" into dataset \"staging\""
|
|
1824
1846
|
},
|
|
1825
1847
|
{
|
|
1826
|
-
"command": "cat my-dataset.ndjson | <%= config.bin %> <%= command.id %> -d test -
|
|
1848
|
+
"command": "cat my-dataset.ndjson | <%= config.bin %> <%= command.id %> -d test -",
|
|
1827
1849
|
"description": "Import into dataset \"test\" from stdin"
|
|
1828
1850
|
},
|
|
1829
1851
|
{
|
|
1830
|
-
"command": "<%= config.bin %> <%= command.id %> -p projectId -d staging
|
|
1852
|
+
"command": "<%= config.bin %> <%= command.id %> -p projectId -d staging my-dataset.ndjson",
|
|
1831
1853
|
"description": "Import with explicit project ID (overrides CLI configuration)"
|
|
1854
|
+
},
|
|
1855
|
+
{
|
|
1856
|
+
"command": "<%= config.bin %> <%= command.id %> -d staging -t someSecretToken my-dataset.ndjson",
|
|
1857
|
+
"description": "Import with an explicit token (e.g. for CI/CD)"
|
|
1832
1858
|
}
|
|
1833
1859
|
],
|
|
1834
1860
|
"flags": {
|
|
@@ -2587,98 +2613,43 @@
|
|
|
2587
2613
|
"validate.js"
|
|
2588
2614
|
]
|
|
2589
2615
|
},
|
|
2590
|
-
"
|
|
2616
|
+
"hooks:attempt": {
|
|
2591
2617
|
"aliases": [],
|
|
2592
|
-
"args": {
|
|
2593
|
-
|
|
2618
|
+
"args": {
|
|
2619
|
+
"attemptId": {
|
|
2620
|
+
"description": "The delivery attempt ID to get details for",
|
|
2621
|
+
"name": "attemptId",
|
|
2622
|
+
"required": true
|
|
2623
|
+
}
|
|
2624
|
+
},
|
|
2625
|
+
"description": "Print details of a given webhook delivery attempt",
|
|
2594
2626
|
"examples": [
|
|
2595
2627
|
{
|
|
2596
|
-
"command": "<%= config.bin %> <%= command.id %>",
|
|
2597
|
-
"description": "
|
|
2598
|
-
},
|
|
2599
|
-
{
|
|
2600
|
-
"command": "<%= config.bin %> <%= command.id %> --dry-run",
|
|
2601
|
-
"description": "Validate defined GraphQL APIs, check for breaking changes, skip deploy"
|
|
2602
|
-
},
|
|
2603
|
-
{
|
|
2604
|
-
"command": "<%= config.bin %> <%= command.id %> --api staging --api ios",
|
|
2605
|
-
"description": "Deploy only the GraphQL APIs with the IDs \"staging\" and \"ios\""
|
|
2628
|
+
"command": "<%= config.bin %> <%= command.id %> abc123",
|
|
2629
|
+
"description": "Print details of webhook delivery attempt with ID abc123"
|
|
2606
2630
|
},
|
|
2607
2631
|
{
|
|
2608
|
-
"command": "<%= config.bin %> <%= command.id %> --
|
|
2609
|
-
"description": "
|
|
2632
|
+
"command": "<%= config.bin %> <%= command.id %> abc123 --project-id projectId",
|
|
2633
|
+
"description": "Get attempt details for a specific project"
|
|
2610
2634
|
}
|
|
2611
2635
|
],
|
|
2612
2636
|
"flags": {
|
|
2613
|
-
"
|
|
2614
|
-
"
|
|
2615
|
-
"
|
|
2616
|
-
"
|
|
2617
|
-
"
|
|
2618
|
-
"type": "option"
|
|
2619
|
-
},
|
|
2620
|
-
"dataset": {
|
|
2621
|
-
"char": "d",
|
|
2622
|
-
"description": "Deploy API for the given dataset",
|
|
2623
|
-
"name": "dataset",
|
|
2624
|
-
"hasDynamicHelp": false,
|
|
2625
|
-
"helpValue": "<name>",
|
|
2626
|
-
"multiple": false,
|
|
2627
|
-
"type": "option"
|
|
2628
|
-
},
|
|
2629
|
-
"dry-run": {
|
|
2630
|
-
"description": "Validate defined GraphQL APIs, check for breaking changes, skip deploy",
|
|
2631
|
-
"name": "dry-run",
|
|
2632
|
-
"allowNo": false,
|
|
2633
|
-
"type": "boolean"
|
|
2634
|
-
},
|
|
2635
|
-
"force": {
|
|
2636
|
-
"description": "Deploy API without confirming breaking changes",
|
|
2637
|
-
"name": "force",
|
|
2638
|
-
"allowNo": false,
|
|
2639
|
-
"type": "boolean"
|
|
2640
|
-
},
|
|
2641
|
-
"generation": {
|
|
2642
|
-
"description": "API generation to deploy (defaults to \"gen3\")",
|
|
2643
|
-
"name": "generation",
|
|
2644
|
-
"hasDynamicHelp": false,
|
|
2645
|
-
"multiple": false,
|
|
2646
|
-
"options": [
|
|
2647
|
-
"gen1",
|
|
2648
|
-
"gen2",
|
|
2649
|
-
"gen3"
|
|
2650
|
-
],
|
|
2651
|
-
"type": "option"
|
|
2652
|
-
},
|
|
2653
|
-
"non-null-document-fields": {
|
|
2654
|
-
"description": "Use non-null document fields (_id, _type etc)",
|
|
2655
|
-
"name": "non-null-document-fields",
|
|
2656
|
-
"allowNo": false,
|
|
2657
|
-
"type": "boolean"
|
|
2658
|
-
},
|
|
2659
|
-
"playground": {
|
|
2660
|
-
"description": "Enable GraphQL playground for easier debugging",
|
|
2661
|
-
"name": "playground",
|
|
2662
|
-
"allowNo": true,
|
|
2663
|
-
"type": "boolean"
|
|
2664
|
-
},
|
|
2665
|
-
"tag": {
|
|
2666
|
-
"description": "Deploy API(s) to given tag (defaults to \"default\")",
|
|
2667
|
-
"name": "tag",
|
|
2637
|
+
"project-id": {
|
|
2638
|
+
"char": "p",
|
|
2639
|
+
"description": "Project ID to view webhook attempt for (overrides CLI configuration)",
|
|
2640
|
+
"helpGroup": "OVERRIDE",
|
|
2641
|
+
"name": "project-id",
|
|
2668
2642
|
"hasDynamicHelp": false,
|
|
2643
|
+
"helpValue": "<id>",
|
|
2669
2644
|
"multiple": false,
|
|
2670
2645
|
"type": "option"
|
|
2671
|
-
},
|
|
2672
|
-
"with-union-cache": {
|
|
2673
|
-
"description": "Enable union cache that optimizes schema generation for schemas with many self referencing types",
|
|
2674
|
-
"name": "with-union-cache",
|
|
2675
|
-
"allowNo": false,
|
|
2676
|
-
"type": "boolean"
|
|
2677
2646
|
}
|
|
2678
2647
|
},
|
|
2679
2648
|
"hasDynamicHelp": false,
|
|
2680
|
-
"hiddenAliases": [
|
|
2681
|
-
|
|
2649
|
+
"hiddenAliases": [
|
|
2650
|
+
"hook:attempt"
|
|
2651
|
+
],
|
|
2652
|
+
"id": "hooks:attempt",
|
|
2682
2653
|
"pluginAlias": "@sanity/cli",
|
|
2683
2654
|
"pluginName": "@sanity/cli",
|
|
2684
2655
|
"pluginType": "core",
|
|
@@ -2687,28 +2658,28 @@
|
|
|
2687
2658
|
"relativePath": [
|
|
2688
2659
|
"dist",
|
|
2689
2660
|
"commands",
|
|
2690
|
-
"
|
|
2691
|
-
"
|
|
2661
|
+
"hooks",
|
|
2662
|
+
"attempt.js"
|
|
2692
2663
|
]
|
|
2693
2664
|
},
|
|
2694
|
-
"
|
|
2665
|
+
"hooks:create": {
|
|
2695
2666
|
"aliases": [],
|
|
2696
2667
|
"args": {},
|
|
2697
|
-
"description": "
|
|
2668
|
+
"description": "Create a new webhook for the current project",
|
|
2698
2669
|
"examples": [
|
|
2699
2670
|
{
|
|
2700
2671
|
"command": "<%= config.bin %> <%= command.id %>",
|
|
2701
|
-
"description": "
|
|
2672
|
+
"description": "Create a new webhook for the current project"
|
|
2702
2673
|
},
|
|
2703
2674
|
{
|
|
2704
2675
|
"command": "<%= config.bin %> <%= command.id %> --project-id abc123",
|
|
2705
|
-
"description": "
|
|
2676
|
+
"description": "Create a webhook for a specific project"
|
|
2706
2677
|
}
|
|
2707
2678
|
],
|
|
2708
2679
|
"flags": {
|
|
2709
2680
|
"project-id": {
|
|
2710
2681
|
"char": "p",
|
|
2711
|
-
"description": "Project ID to
|
|
2682
|
+
"description": "Project ID to create webhook for (overrides CLI configuration)",
|
|
2712
2683
|
"helpGroup": "OVERRIDE",
|
|
2713
2684
|
"name": "project-id",
|
|
2714
2685
|
"hasDynamicHelp": false,
|
|
@@ -2718,8 +2689,10 @@
|
|
|
2718
2689
|
}
|
|
2719
2690
|
},
|
|
2720
2691
|
"hasDynamicHelp": false,
|
|
2721
|
-
"hiddenAliases": [
|
|
2722
|
-
|
|
2692
|
+
"hiddenAliases": [
|
|
2693
|
+
"hook:create"
|
|
2694
|
+
],
|
|
2695
|
+
"id": "hooks:create",
|
|
2723
2696
|
"pluginAlias": "@sanity/cli",
|
|
2724
2697
|
"pluginName": "@sanity/cli",
|
|
2725
2698
|
"pluginType": "core",
|
|
@@ -2728,105 +2701,51 @@
|
|
|
2728
2701
|
"relativePath": [
|
|
2729
2702
|
"dist",
|
|
2730
2703
|
"commands",
|
|
2731
|
-
"
|
|
2732
|
-
"
|
|
2704
|
+
"hooks",
|
|
2705
|
+
"create.js"
|
|
2733
2706
|
]
|
|
2734
2707
|
},
|
|
2735
|
-
"
|
|
2708
|
+
"hooks:delete": {
|
|
2736
2709
|
"aliases": [],
|
|
2737
|
-
"args": {
|
|
2738
|
-
|
|
2710
|
+
"args": {
|
|
2711
|
+
"name": {
|
|
2712
|
+
"description": "Name of hook to delete (will prompt if not provided)",
|
|
2713
|
+
"name": "name",
|
|
2714
|
+
"required": false
|
|
2715
|
+
}
|
|
2716
|
+
},
|
|
2717
|
+
"description": "Delete a hook within your project",
|
|
2739
2718
|
"examples": [
|
|
2740
2719
|
{
|
|
2741
2720
|
"command": "<%= config.bin %> <%= command.id %>",
|
|
2742
|
-
"description": "
|
|
2743
|
-
},
|
|
2744
|
-
{
|
|
2745
|
-
"command": "<%= config.bin %> <%= command.id %> --api ios",
|
|
2746
|
-
"description": "Undeploy API with ID \"ios\""
|
|
2747
|
-
},
|
|
2748
|
-
{
|
|
2749
|
-
"command": "<%= config.bin %> <%= command.id %> --dataset staging",
|
|
2750
|
-
"description": "Undeploy GraphQL API for staging dataset"
|
|
2751
|
-
},
|
|
2752
|
-
{
|
|
2753
|
-
"command": "<%= config.bin %> <%= command.id %> --dataset staging --tag next",
|
|
2754
|
-
"description": "Undeploy GraphQL API for staging dataset with \"next\" tag"
|
|
2721
|
+
"description": "Interactively select and delete a hook"
|
|
2755
2722
|
},
|
|
2756
2723
|
{
|
|
2757
|
-
"command": "<%= config.bin %> <%= command.id %>
|
|
2758
|
-
"description": "
|
|
2724
|
+
"command": "<%= config.bin %> <%= command.id %> my-hook",
|
|
2725
|
+
"description": "Delete a specific hook by name"
|
|
2759
2726
|
},
|
|
2760
2727
|
{
|
|
2761
|
-
"command": "<%= config.bin %> <%= command.id %> --project-id abc123
|
|
2762
|
-
"description": "
|
|
2728
|
+
"command": "<%= config.bin %> <%= command.id %> --project-id abc123",
|
|
2729
|
+
"description": "Delete a hook from a specific project"
|
|
2763
2730
|
}
|
|
2764
2731
|
],
|
|
2765
2732
|
"flags": {
|
|
2766
2733
|
"project-id": {
|
|
2767
2734
|
"char": "p",
|
|
2768
|
-
"description": "Project ID to
|
|
2735
|
+
"description": "Project ID to delete webhook from (overrides CLI configuration)",
|
|
2769
2736
|
"helpGroup": "OVERRIDE",
|
|
2770
2737
|
"name": "project-id",
|
|
2771
2738
|
"hasDynamicHelp": false,
|
|
2772
2739
|
"helpValue": "<id>",
|
|
2773
2740
|
"multiple": false,
|
|
2774
2741
|
"type": "option"
|
|
2775
|
-
},
|
|
2776
|
-
"api": {
|
|
2777
|
-
"description": "Undeploy API with this ID",
|
|
2778
|
-
"exclusive": [
|
|
2779
|
-
"project-id",
|
|
2780
|
-
"project"
|
|
2781
|
-
],
|
|
2782
|
-
"name": "api",
|
|
2783
|
-
"required": false,
|
|
2784
|
-
"hasDynamicHelp": false,
|
|
2785
|
-
"multiple": false,
|
|
2786
|
-
"type": "option"
|
|
2787
|
-
},
|
|
2788
|
-
"dataset": {
|
|
2789
|
-
"char": "d",
|
|
2790
|
-
"description": "Dataset to undeploy GraphQL API from (overrides CLI configuration)",
|
|
2791
|
-
"helpGroup": "OVERRIDE",
|
|
2792
|
-
"name": "dataset",
|
|
2793
|
-
"hasDynamicHelp": false,
|
|
2794
|
-
"helpValue": "<name>",
|
|
2795
|
-
"multiple": false,
|
|
2796
|
-
"type": "option"
|
|
2797
|
-
},
|
|
2798
|
-
"force": {
|
|
2799
|
-
"description": "Skip confirmation prompt",
|
|
2800
|
-
"name": "force",
|
|
2801
|
-
"required": false,
|
|
2802
|
-
"allowNo": false,
|
|
2803
|
-
"type": "boolean"
|
|
2804
|
-
},
|
|
2805
|
-
"project": {
|
|
2806
|
-
"deprecated": {
|
|
2807
|
-
"to": "project-id"
|
|
2808
|
-
},
|
|
2809
|
-
"description": "Project ID to delete GraphQL API for",
|
|
2810
|
-
"hidden": true,
|
|
2811
|
-
"name": "project",
|
|
2812
|
-
"required": false,
|
|
2813
|
-
"hasDynamicHelp": false,
|
|
2814
|
-
"multiple": false,
|
|
2815
|
-
"type": "option"
|
|
2816
|
-
},
|
|
2817
|
-
"tag": {
|
|
2818
|
-
"description": "Tag to undeploy GraphQL API from",
|
|
2819
|
-
"name": "tag",
|
|
2820
|
-
"required": false,
|
|
2821
|
-
"default": "default",
|
|
2822
|
-
"hasDynamicHelp": false,
|
|
2823
|
-
"multiple": false,
|
|
2824
|
-
"type": "option"
|
|
2825
2742
|
}
|
|
2826
2743
|
},
|
|
2827
2744
|
"hasDynamicHelp": false,
|
|
2828
|
-
"hiddenAliases": [
|
|
2829
|
-
|
|
2745
|
+
"hiddenAliases": [
|
|
2746
|
+
"hook:delete"
|
|
2747
|
+
],
|
|
2748
|
+
"id": "hooks:delete",
|
|
2830
2749
|
"pluginAlias": "@sanity/cli",
|
|
2831
2750
|
"pluginName": "@sanity/cli",
|
|
2832
2751
|
"pluginType": "core",
|
|
@@ -2835,34 +2754,28 @@
|
|
|
2835
2754
|
"relativePath": [
|
|
2836
2755
|
"dist",
|
|
2837
2756
|
"commands",
|
|
2838
|
-
"
|
|
2839
|
-
"
|
|
2757
|
+
"hooks",
|
|
2758
|
+
"delete.js"
|
|
2840
2759
|
]
|
|
2841
2760
|
},
|
|
2842
|
-
"hooks:
|
|
2761
|
+
"hooks:list": {
|
|
2843
2762
|
"aliases": [],
|
|
2844
|
-
"args": {
|
|
2845
|
-
|
|
2846
|
-
"description": "The delivery attempt ID to get details for",
|
|
2847
|
-
"name": "attemptId",
|
|
2848
|
-
"required": true
|
|
2849
|
-
}
|
|
2850
|
-
},
|
|
2851
|
-
"description": "Print details of a given webhook delivery attempt",
|
|
2763
|
+
"args": {},
|
|
2764
|
+
"description": "List hooks for a given project",
|
|
2852
2765
|
"examples": [
|
|
2853
2766
|
{
|
|
2854
|
-
"command": "<%= config.bin %> <%= command.id %>
|
|
2855
|
-
"description": "
|
|
2767
|
+
"command": "<%= config.bin %> <%= command.id %>",
|
|
2768
|
+
"description": "List hooks for a given project"
|
|
2856
2769
|
},
|
|
2857
2770
|
{
|
|
2858
|
-
"command": "<%= config.bin %> <%= command.id %>
|
|
2859
|
-
"description": "
|
|
2771
|
+
"command": "<%= config.bin %> <%= command.id %> --project-id abc123",
|
|
2772
|
+
"description": "List hooks for a specific project"
|
|
2860
2773
|
}
|
|
2861
2774
|
],
|
|
2862
2775
|
"flags": {
|
|
2863
2776
|
"project-id": {
|
|
2864
2777
|
"char": "p",
|
|
2865
|
-
"description": "Project ID to
|
|
2778
|
+
"description": "Project ID to list webhooks for (overrides CLI configuration)",
|
|
2866
2779
|
"helpGroup": "OVERRIDE",
|
|
2867
2780
|
"name": "project-id",
|
|
2868
2781
|
"hasDynamicHelp": false,
|
|
@@ -2873,9 +2786,9 @@
|
|
|
2873
2786
|
},
|
|
2874
2787
|
"hasDynamicHelp": false,
|
|
2875
2788
|
"hiddenAliases": [
|
|
2876
|
-
"hook:
|
|
2789
|
+
"hook:list"
|
|
2877
2790
|
],
|
|
2878
|
-
"id": "hooks:
|
|
2791
|
+
"id": "hooks:list",
|
|
2879
2792
|
"pluginAlias": "@sanity/cli",
|
|
2880
2793
|
"pluginName": "@sanity/cli",
|
|
2881
2794
|
"pluginType": "core",
|
|
@@ -2885,40 +2798,57 @@
|
|
|
2885
2798
|
"dist",
|
|
2886
2799
|
"commands",
|
|
2887
2800
|
"hooks",
|
|
2888
|
-
"
|
|
2801
|
+
"list.js"
|
|
2889
2802
|
]
|
|
2890
2803
|
},
|
|
2891
|
-
"hooks:
|
|
2804
|
+
"hooks:logs": {
|
|
2892
2805
|
"aliases": [],
|
|
2893
|
-
"args": {
|
|
2894
|
-
|
|
2806
|
+
"args": {
|
|
2807
|
+
"name": {
|
|
2808
|
+
"description": "Name of the hook to show logs for",
|
|
2809
|
+
"name": "name",
|
|
2810
|
+
"required": false
|
|
2811
|
+
}
|
|
2812
|
+
},
|
|
2813
|
+
"description": "List latest log entries for a given hook",
|
|
2895
2814
|
"examples": [
|
|
2896
2815
|
{
|
|
2897
2816
|
"command": "<%= config.bin %> <%= command.id %>",
|
|
2898
|
-
"description": "
|
|
2817
|
+
"description": "List latest log entries for a given hook"
|
|
2818
|
+
},
|
|
2819
|
+
{
|
|
2820
|
+
"command": "<%= config.bin %> <%= command.id %> [NAME]",
|
|
2821
|
+
"description": "List latest log entries for a specific hook by name"
|
|
2899
2822
|
},
|
|
2900
2823
|
{
|
|
2901
2824
|
"command": "<%= config.bin %> <%= command.id %> --project-id abc123",
|
|
2902
|
-
"description": "
|
|
2825
|
+
"description": "List hook logs for a specific project"
|
|
2903
2826
|
}
|
|
2904
2827
|
],
|
|
2905
2828
|
"flags": {
|
|
2906
2829
|
"project-id": {
|
|
2907
2830
|
"char": "p",
|
|
2908
|
-
"description": "Project ID to
|
|
2831
|
+
"description": "Project ID to view webhook logs for (overrides CLI configuration)",
|
|
2909
2832
|
"helpGroup": "OVERRIDE",
|
|
2910
2833
|
"name": "project-id",
|
|
2911
2834
|
"hasDynamicHelp": false,
|
|
2912
2835
|
"helpValue": "<id>",
|
|
2913
2836
|
"multiple": false,
|
|
2914
2837
|
"type": "option"
|
|
2838
|
+
},
|
|
2839
|
+
"detailed": {
|
|
2840
|
+
"description": "Include detailed payload and attempts",
|
|
2841
|
+
"name": "detailed",
|
|
2842
|
+
"required": false,
|
|
2843
|
+
"allowNo": false,
|
|
2844
|
+
"type": "boolean"
|
|
2915
2845
|
}
|
|
2916
2846
|
},
|
|
2917
2847
|
"hasDynamicHelp": false,
|
|
2918
2848
|
"hiddenAliases": [
|
|
2919
|
-
"hook:
|
|
2849
|
+
"hook:logs"
|
|
2920
2850
|
],
|
|
2921
|
-
"id": "hooks:
|
|
2851
|
+
"id": "hooks:logs",
|
|
2922
2852
|
"pluginAlias": "@sanity/cli",
|
|
2923
2853
|
"pluginName": "@sanity/cli",
|
|
2924
2854
|
"pluginType": "core",
|
|
@@ -2928,50 +2858,101 @@
|
|
|
2928
2858
|
"dist",
|
|
2929
2859
|
"commands",
|
|
2930
2860
|
"hooks",
|
|
2931
|
-
"
|
|
2861
|
+
"logs.js"
|
|
2932
2862
|
]
|
|
2933
2863
|
},
|
|
2934
|
-
"
|
|
2864
|
+
"graphql:deploy": {
|
|
2935
2865
|
"aliases": [],
|
|
2936
|
-
"args": {
|
|
2937
|
-
|
|
2938
|
-
"description": "Name of hook to delete (will prompt if not provided)",
|
|
2939
|
-
"name": "name",
|
|
2940
|
-
"required": false
|
|
2941
|
-
}
|
|
2942
|
-
},
|
|
2943
|
-
"description": "Delete a hook within your project",
|
|
2866
|
+
"args": {},
|
|
2867
|
+
"description": "Deploy a GraphQL API from the current Sanity schema",
|
|
2944
2868
|
"examples": [
|
|
2945
2869
|
{
|
|
2946
2870
|
"command": "<%= config.bin %> <%= command.id %>",
|
|
2947
|
-
"description": "
|
|
2871
|
+
"description": "Deploy all defined GraphQL APIs"
|
|
2948
2872
|
},
|
|
2949
2873
|
{
|
|
2950
|
-
"command": "<%= config.bin %> <%= command.id %>
|
|
2951
|
-
"description": "
|
|
2874
|
+
"command": "<%= config.bin %> <%= command.id %> --dry-run",
|
|
2875
|
+
"description": "Validate defined GraphQL APIs, check for breaking changes, skip deploy"
|
|
2952
2876
|
},
|
|
2953
2877
|
{
|
|
2954
|
-
"command": "<%= config.bin %> <%= command.id %> --
|
|
2955
|
-
"description": "
|
|
2878
|
+
"command": "<%= config.bin %> <%= command.id %> --api staging --api ios",
|
|
2879
|
+
"description": "Deploy only the GraphQL APIs with the IDs \"staging\" and \"ios\""
|
|
2880
|
+
},
|
|
2881
|
+
{
|
|
2882
|
+
"command": "<%= config.bin %> <%= command.id %> --playground",
|
|
2883
|
+
"description": "Deploy all defined GraphQL APIs, overriding any playground setting"
|
|
2956
2884
|
}
|
|
2957
2885
|
],
|
|
2958
2886
|
"flags": {
|
|
2959
|
-
"
|
|
2960
|
-
"
|
|
2961
|
-
"
|
|
2962
|
-
"
|
|
2963
|
-
"
|
|
2887
|
+
"api": {
|
|
2888
|
+
"description": "Only deploy API with this ID. Can be specified multiple times.",
|
|
2889
|
+
"name": "api",
|
|
2890
|
+
"hasDynamicHelp": false,
|
|
2891
|
+
"multiple": true,
|
|
2892
|
+
"type": "option"
|
|
2893
|
+
},
|
|
2894
|
+
"dataset": {
|
|
2895
|
+
"char": "d",
|
|
2896
|
+
"description": "Deploy API for the given dataset",
|
|
2897
|
+
"name": "dataset",
|
|
2898
|
+
"hasDynamicHelp": false,
|
|
2899
|
+
"helpValue": "<name>",
|
|
2900
|
+
"multiple": false,
|
|
2901
|
+
"type": "option"
|
|
2902
|
+
},
|
|
2903
|
+
"dry-run": {
|
|
2904
|
+
"description": "Validate defined GraphQL APIs, check for breaking changes, skip deploy",
|
|
2905
|
+
"name": "dry-run",
|
|
2906
|
+
"allowNo": false,
|
|
2907
|
+
"type": "boolean"
|
|
2908
|
+
},
|
|
2909
|
+
"force": {
|
|
2910
|
+
"description": "Deploy API without confirming breaking changes",
|
|
2911
|
+
"name": "force",
|
|
2912
|
+
"allowNo": false,
|
|
2913
|
+
"type": "boolean"
|
|
2914
|
+
},
|
|
2915
|
+
"generation": {
|
|
2916
|
+
"description": "API generation to deploy (defaults to \"gen3\")",
|
|
2917
|
+
"name": "generation",
|
|
2918
|
+
"hasDynamicHelp": false,
|
|
2919
|
+
"multiple": false,
|
|
2920
|
+
"options": [
|
|
2921
|
+
"gen1",
|
|
2922
|
+
"gen2",
|
|
2923
|
+
"gen3"
|
|
2924
|
+
],
|
|
2925
|
+
"type": "option"
|
|
2926
|
+
},
|
|
2927
|
+
"non-null-document-fields": {
|
|
2928
|
+
"description": "Use non-null document fields (_id, _type etc)",
|
|
2929
|
+
"name": "non-null-document-fields",
|
|
2930
|
+
"allowNo": false,
|
|
2931
|
+
"type": "boolean"
|
|
2932
|
+
},
|
|
2933
|
+
"playground": {
|
|
2934
|
+
"description": "Enable GraphQL playground for easier debugging",
|
|
2935
|
+
"name": "playground",
|
|
2936
|
+
"allowNo": true,
|
|
2937
|
+
"type": "boolean"
|
|
2938
|
+
},
|
|
2939
|
+
"tag": {
|
|
2940
|
+
"description": "Deploy API(s) to given tag (defaults to \"default\")",
|
|
2941
|
+
"name": "tag",
|
|
2964
2942
|
"hasDynamicHelp": false,
|
|
2965
|
-
"helpValue": "<id>",
|
|
2966
2943
|
"multiple": false,
|
|
2967
2944
|
"type": "option"
|
|
2945
|
+
},
|
|
2946
|
+
"with-union-cache": {
|
|
2947
|
+
"description": "Enable union cache that optimizes schema generation for schemas with many self referencing types",
|
|
2948
|
+
"name": "with-union-cache",
|
|
2949
|
+
"allowNo": false,
|
|
2950
|
+
"type": "boolean"
|
|
2968
2951
|
}
|
|
2969
2952
|
},
|
|
2970
2953
|
"hasDynamicHelp": false,
|
|
2971
|
-
"hiddenAliases": [
|
|
2972
|
-
|
|
2973
|
-
],
|
|
2974
|
-
"id": "hooks:delete",
|
|
2954
|
+
"hiddenAliases": [],
|
|
2955
|
+
"id": "graphql:deploy",
|
|
2975
2956
|
"pluginAlias": "@sanity/cli",
|
|
2976
2957
|
"pluginName": "@sanity/cli",
|
|
2977
2958
|
"pluginType": "core",
|
|
@@ -2980,28 +2961,28 @@
|
|
|
2980
2961
|
"relativePath": [
|
|
2981
2962
|
"dist",
|
|
2982
2963
|
"commands",
|
|
2983
|
-
"
|
|
2984
|
-
"
|
|
2964
|
+
"graphql",
|
|
2965
|
+
"deploy.js"
|
|
2985
2966
|
]
|
|
2986
2967
|
},
|
|
2987
|
-
"
|
|
2968
|
+
"graphql:list": {
|
|
2988
2969
|
"aliases": [],
|
|
2989
2970
|
"args": {},
|
|
2990
|
-
"description": "List
|
|
2971
|
+
"description": "List all GraphQL endpoints deployed for this project",
|
|
2991
2972
|
"examples": [
|
|
2992
2973
|
{
|
|
2993
2974
|
"command": "<%= config.bin %> <%= command.id %>",
|
|
2994
|
-
"description": "List
|
|
2975
|
+
"description": "List GraphQL endpoints for the current project"
|
|
2995
2976
|
},
|
|
2996
2977
|
{
|
|
2997
2978
|
"command": "<%= config.bin %> <%= command.id %> --project-id abc123",
|
|
2998
|
-
"description": "List
|
|
2979
|
+
"description": "List GraphQL endpoints for a specific project"
|
|
2999
2980
|
}
|
|
3000
2981
|
],
|
|
3001
2982
|
"flags": {
|
|
3002
2983
|
"project-id": {
|
|
3003
2984
|
"char": "p",
|
|
3004
|
-
"description": "Project ID to list
|
|
2985
|
+
"description": "Project ID to list GraphQL endpoints for (overrides CLI configuration)",
|
|
3005
2986
|
"helpGroup": "OVERRIDE",
|
|
3006
2987
|
"name": "project-id",
|
|
3007
2988
|
"hasDynamicHelp": false,
|
|
@@ -3011,10 +2992,8 @@
|
|
|
3011
2992
|
}
|
|
3012
2993
|
},
|
|
3013
2994
|
"hasDynamicHelp": false,
|
|
3014
|
-
"hiddenAliases": [
|
|
3015
|
-
|
|
3016
|
-
],
|
|
3017
|
-
"id": "hooks:list",
|
|
2995
|
+
"hiddenAliases": [],
|
|
2996
|
+
"id": "graphql:list",
|
|
3018
2997
|
"pluginAlias": "@sanity/cli",
|
|
3019
2998
|
"pluginName": "@sanity/cli",
|
|
3020
2999
|
"pluginType": "core",
|
|
@@ -3023,38 +3002,44 @@
|
|
|
3023
3002
|
"relativePath": [
|
|
3024
3003
|
"dist",
|
|
3025
3004
|
"commands",
|
|
3026
|
-
"
|
|
3005
|
+
"graphql",
|
|
3027
3006
|
"list.js"
|
|
3028
3007
|
]
|
|
3029
3008
|
},
|
|
3030
|
-
"
|
|
3009
|
+
"graphql:undeploy": {
|
|
3031
3010
|
"aliases": [],
|
|
3032
|
-
"args": {
|
|
3033
|
-
|
|
3034
|
-
"description": "Name of the hook to show logs for",
|
|
3035
|
-
"name": "name",
|
|
3036
|
-
"required": false
|
|
3037
|
-
}
|
|
3038
|
-
},
|
|
3039
|
-
"description": "List latest log entries for a given hook",
|
|
3011
|
+
"args": {},
|
|
3012
|
+
"description": "Remove a deployed GraphQL API",
|
|
3040
3013
|
"examples": [
|
|
3041
3014
|
{
|
|
3042
3015
|
"command": "<%= config.bin %> <%= command.id %>",
|
|
3043
|
-
"description": "
|
|
3016
|
+
"description": "Undeploy GraphQL API for current project and dataset"
|
|
3044
3017
|
},
|
|
3045
3018
|
{
|
|
3046
|
-
"command": "<%= config.bin %> <%= command.id %>
|
|
3047
|
-
"description": "
|
|
3019
|
+
"command": "<%= config.bin %> <%= command.id %> --api ios",
|
|
3020
|
+
"description": "Undeploy API with ID \"ios\""
|
|
3048
3021
|
},
|
|
3049
3022
|
{
|
|
3050
|
-
"command": "<%= config.bin %> <%= command.id %> --
|
|
3051
|
-
"description": "
|
|
3023
|
+
"command": "<%= config.bin %> <%= command.id %> --dataset staging",
|
|
3024
|
+
"description": "Undeploy GraphQL API for staging dataset"
|
|
3025
|
+
},
|
|
3026
|
+
{
|
|
3027
|
+
"command": "<%= config.bin %> <%= command.id %> --dataset staging --tag next",
|
|
3028
|
+
"description": "Undeploy GraphQL API for staging dataset with \"next\" tag"
|
|
3029
|
+
},
|
|
3030
|
+
{
|
|
3031
|
+
"command": "<%= config.bin %> <%= command.id %> --force",
|
|
3032
|
+
"description": "Undeploy GraphQL API without confirmation prompt"
|
|
3033
|
+
},
|
|
3034
|
+
{
|
|
3035
|
+
"command": "<%= config.bin %> <%= command.id %> --project-id abc123 --dataset production",
|
|
3036
|
+
"description": "Undeploy GraphQL API for a specific project and dataset"
|
|
3052
3037
|
}
|
|
3053
3038
|
],
|
|
3054
3039
|
"flags": {
|
|
3055
3040
|
"project-id": {
|
|
3056
3041
|
"char": "p",
|
|
3057
|
-
"description": "Project ID to
|
|
3042
|
+
"description": "Project ID to undeploy GraphQL API from (overrides CLI configuration)",
|
|
3058
3043
|
"helpGroup": "OVERRIDE",
|
|
3059
3044
|
"name": "project-id",
|
|
3060
3045
|
"hasDynamicHelp": false,
|
|
@@ -3062,19 +3047,60 @@
|
|
|
3062
3047
|
"multiple": false,
|
|
3063
3048
|
"type": "option"
|
|
3064
3049
|
},
|
|
3065
|
-
"
|
|
3066
|
-
"description": "
|
|
3067
|
-
"
|
|
3050
|
+
"api": {
|
|
3051
|
+
"description": "Undeploy API with this ID",
|
|
3052
|
+
"exclusive": [
|
|
3053
|
+
"project-id",
|
|
3054
|
+
"project"
|
|
3055
|
+
],
|
|
3056
|
+
"name": "api",
|
|
3057
|
+
"required": false,
|
|
3058
|
+
"hasDynamicHelp": false,
|
|
3059
|
+
"multiple": false,
|
|
3060
|
+
"type": "option"
|
|
3061
|
+
},
|
|
3062
|
+
"dataset": {
|
|
3063
|
+
"char": "d",
|
|
3064
|
+
"description": "Dataset to undeploy GraphQL API from (overrides CLI configuration)",
|
|
3065
|
+
"helpGroup": "OVERRIDE",
|
|
3066
|
+
"name": "dataset",
|
|
3067
|
+
"hasDynamicHelp": false,
|
|
3068
|
+
"helpValue": "<name>",
|
|
3069
|
+
"multiple": false,
|
|
3070
|
+
"type": "option"
|
|
3071
|
+
},
|
|
3072
|
+
"force": {
|
|
3073
|
+
"description": "Skip confirmation prompt",
|
|
3074
|
+
"name": "force",
|
|
3068
3075
|
"required": false,
|
|
3069
3076
|
"allowNo": false,
|
|
3070
3077
|
"type": "boolean"
|
|
3078
|
+
},
|
|
3079
|
+
"project": {
|
|
3080
|
+
"deprecated": {
|
|
3081
|
+
"to": "project-id"
|
|
3082
|
+
},
|
|
3083
|
+
"description": "Project ID to delete GraphQL API for",
|
|
3084
|
+
"hidden": true,
|
|
3085
|
+
"name": "project",
|
|
3086
|
+
"required": false,
|
|
3087
|
+
"hasDynamicHelp": false,
|
|
3088
|
+
"multiple": false,
|
|
3089
|
+
"type": "option"
|
|
3090
|
+
},
|
|
3091
|
+
"tag": {
|
|
3092
|
+
"description": "Tag to undeploy GraphQL API from",
|
|
3093
|
+
"name": "tag",
|
|
3094
|
+
"required": false,
|
|
3095
|
+
"default": "default",
|
|
3096
|
+
"hasDynamicHelp": false,
|
|
3097
|
+
"multiple": false,
|
|
3098
|
+
"type": "option"
|
|
3071
3099
|
}
|
|
3072
3100
|
},
|
|
3073
3101
|
"hasDynamicHelp": false,
|
|
3074
|
-
"hiddenAliases": [
|
|
3075
|
-
|
|
3076
|
-
],
|
|
3077
|
-
"id": "hooks:logs",
|
|
3102
|
+
"hiddenAliases": [],
|
|
3103
|
+
"id": "graphql:undeploy",
|
|
3078
3104
|
"pluginAlias": "@sanity/cli",
|
|
3079
3105
|
"pluginName": "@sanity/cli",
|
|
3080
3106
|
"pluginType": "core",
|
|
@@ -3083,8 +3109,8 @@
|
|
|
3083
3109
|
"relativePath": [
|
|
3084
3110
|
"dist",
|
|
3085
3111
|
"commands",
|
|
3086
|
-
"
|
|
3087
|
-
"
|
|
3112
|
+
"graphql",
|
|
3113
|
+
"undeploy.js"
|
|
3088
3114
|
]
|
|
3089
3115
|
},
|
|
3090
3116
|
"manifest:extract": {
|
|
@@ -4553,10 +4579,6 @@
|
|
|
4553
4579
|
{
|
|
4554
4580
|
"command": "<%= config.bin %> <%= command.id %> conference conf-2025",
|
|
4555
4581
|
"description": "Create alias \"conference\" linked to \"conf-2025\" dataset"
|
|
4556
|
-
},
|
|
4557
|
-
{
|
|
4558
|
-
"command": "<%= config.bin %> <%= command.id %> ~conference conf-2025",
|
|
4559
|
-
"description": "Create alias with explicit ~ prefix"
|
|
4560
4582
|
}
|
|
4561
4583
|
],
|
|
4562
4584
|
"flags": {
|
|
@@ -4604,10 +4626,6 @@
|
|
|
4604
4626
|
"command": "<%= config.bin %> <%= command.id %> conference",
|
|
4605
4627
|
"description": "Delete alias named \"conference\" with confirmation prompt"
|
|
4606
4628
|
},
|
|
4607
|
-
{
|
|
4608
|
-
"command": "<%= config.bin %> <%= command.id %> ~conference",
|
|
4609
|
-
"description": "Delete alias with explicit ~ prefix"
|
|
4610
|
-
},
|
|
4611
4629
|
{
|
|
4612
4630
|
"command": "<%= config.bin %> <%= command.id %> conference --force",
|
|
4613
4631
|
"description": "Delete alias named \"conference\" without confirmation prompt"
|
|
@@ -4678,10 +4696,6 @@
|
|
|
4678
4696
|
"command": "<%= config.bin %> <%= command.id %> conference conf-2025",
|
|
4679
4697
|
"description": "Link alias \"conference\" to \"conf-2025\" dataset"
|
|
4680
4698
|
},
|
|
4681
|
-
{
|
|
4682
|
-
"command": "<%= config.bin %> <%= command.id %> ~conference conf-2025",
|
|
4683
|
-
"description": "Link alias with explicit ~ prefix"
|
|
4684
|
-
},
|
|
4685
4699
|
{
|
|
4686
4700
|
"command": "<%= config.bin %> <%= command.id %> conference conf-2025 --force",
|
|
4687
4701
|
"description": "Force link without confirmation (skip relink prompt)"
|
|
@@ -4743,10 +4757,6 @@
|
|
|
4743
4757
|
"command": "<%= config.bin %> <%= command.id %> conference",
|
|
4744
4758
|
"description": "Unlink alias \"conference\" with confirmation prompt"
|
|
4745
4759
|
},
|
|
4746
|
-
{
|
|
4747
|
-
"command": "<%= config.bin %> <%= command.id %> ~conference",
|
|
4748
|
-
"description": "Unlink alias with explicit ~ prefix"
|
|
4749
|
-
},
|
|
4750
4760
|
{
|
|
4751
4761
|
"command": "<%= config.bin %> <%= command.id %> conference --force",
|
|
4752
4762
|
"description": "Unlink alias \"conference\" without confirmation prompt"
|
|
@@ -5055,5 +5065,5 @@
|
|
|
5055
5065
|
]
|
|
5056
5066
|
}
|
|
5057
5067
|
},
|
|
5058
|
-
"version": "6.
|
|
5068
|
+
"version": "6.3.0"
|
|
5059
5069
|
}
|