@shopify/cli 3.70.0 → 3.71.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.
Files changed (128) hide show
  1. package/dist/{lib-CPSRXLFM.js → chunk-2HGYYNE5.js} +5 -2
  2. package/dist/{chunk-5OP2SA7G.js → chunk-3AOK7V27.js} +214 -56
  3. package/dist/{chunk-PNN7RS7Y.js → chunk-3NSN5Z4N.js} +100 -11
  4. package/dist/{chunk-I3IIDOBX.js → chunk-455HYBGX.js} +3 -3
  5. package/dist/{chunk-BMNDAI5O.js → chunk-4G7SL7SU.js} +4 -4
  6. package/dist/{chunk-NH4U4X67.js → chunk-5F2WGMCL.js} +4 -4
  7. package/dist/{chunk-PJKCWDDX.js → chunk-5JZ5AGAQ.js} +548 -550
  8. package/dist/chunk-5OHM64KO.js +104 -0
  9. package/dist/{chunk-MRDDDATQ.js → chunk-675SL4FV.js} +3 -3
  10. package/dist/{chunk-WN3FKMKB.js → chunk-AXNBVGJC.js} +14 -19
  11. package/dist/{chunk-335KXO4I.js → chunk-BEVHUPQZ.js} +7 -7
  12. package/dist/{chunk-5QQTRGJ7.js → chunk-GJ7EWRH4.js} +4 -4
  13. package/dist/{chunk-KYBCPKPL.js → chunk-GV72NRZZ.js} +3 -3
  14. package/dist/{chunk-ZGHNMRBX.js → chunk-HSTSRNLJ.js} +121 -66
  15. package/dist/{chunk-JLK5OMFF.js → chunk-IGH7XTG6.js} +2 -2
  16. package/dist/{chunk-47OJGAFT.js → chunk-IJG6JLEF.js} +3 -3
  17. package/dist/{chunk-MH5JSAVK.js → chunk-IJSEKDUR.js} +3 -3
  18. package/dist/{chunk-NYFXBTWK.js → chunk-JTWM7VKM.js} +4 -4
  19. package/dist/{chunk-PKE54TAY.js → chunk-K6UZ5NEO.js} +7 -7
  20. package/dist/{chunk-FDJVVEGH.js → chunk-KBDH6IDK.js} +5 -7
  21. package/dist/{chunk-VFQMUAHB.js → chunk-KJJGDUT2.js} +4 -4
  22. package/dist/{chunk-N4X7XQWN.js → chunk-KOHDI3KN.js} +7 -3
  23. package/dist/{chunk-MX4RJDBM.js → chunk-KYB6A4PE.js} +1 -2
  24. package/dist/{chunk-VHAXHYTL.js → chunk-LMK5VFZE.js} +3 -3
  25. package/dist/{chunk-AT4IG4GJ.js → chunk-LSQU4XJZ.js} +9 -11
  26. package/dist/{chunk-ND6AGPC6.js → chunk-MG6EVKFQ.js} +3 -3
  27. package/dist/{chunk-TCTXUAZT.js → chunk-MHLSPYVQ.js} +3 -3
  28. package/dist/{chunk-CBD6UXLA.js → chunk-OJOHMVV7.js} +5 -5
  29. package/dist/{chunk-GDYKHT64.js → chunk-PDNTPE4N.js} +2805 -33
  30. package/dist/{chunk-X6F3DHKX.js → chunk-RQJF2YRM.js} +2 -2
  31. package/dist/{chunk-LN444KRM.js → chunk-RXYE2GI3.js} +2 -2
  32. package/dist/{chunk-UOZCMFCN.js → chunk-SVWWKVUI.js} +18 -13
  33. package/dist/{chunk-XSMWYZDC.js → chunk-T2BV6JEL.js} +10 -10
  34. package/dist/{chunk-N2DEYZD6.js → chunk-UDRKRTS4.js} +3 -3
  35. package/dist/{chunk-SYRHCENA.js → chunk-VNZQKLLO.js} +2 -2
  36. package/dist/{chunk-MQXHFQM3.js → chunk-WLNYFGYY.js} +4 -4
  37. package/dist/{chunk-NEOIQ6PN.js → chunk-WNDN5FAY.js} +2 -2
  38. package/dist/{chunk-DVTWERMH.js → chunk-WZW6P6AO.js} +5 -5
  39. package/dist/{chunk-MMQOVZDR.js → chunk-XOSZOZ3F.js} +5 -5
  40. package/dist/{chunk-WI6MEN7U.js → chunk-YNXUXQFM.js} +2 -2
  41. package/dist/{chunk-43YGIE7Y.js → chunk-YZA6BRN3.js} +2 -2
  42. package/dist/cli/commands/auth/logout.js +18 -20
  43. package/dist/cli/commands/auth/logout.test.js +24 -26
  44. package/dist/cli/commands/cache/clear.js +17 -19
  45. package/dist/cli/commands/debug/command-flags.js +17 -19
  46. package/dist/cli/commands/docs/generate.js +17 -19
  47. package/dist/cli/commands/docs/generate.test.js +18 -20
  48. package/dist/cli/commands/help.js +17 -19
  49. package/dist/cli/commands/kitchen-sink/async.js +18 -20
  50. package/dist/cli/commands/kitchen-sink/async.test.js +19 -21
  51. package/dist/cli/commands/kitchen-sink/index.js +20 -22
  52. package/dist/cli/commands/kitchen-sink/index.test.js +23 -25
  53. package/dist/cli/commands/kitchen-sink/prompts.js +18 -20
  54. package/dist/cli/commands/kitchen-sink/prompts.test.js +19 -21
  55. package/dist/cli/commands/kitchen-sink/static.js +18 -20
  56. package/dist/cli/commands/kitchen-sink/static.test.js +19 -21
  57. package/dist/cli/commands/notifications/generate.js +18 -20
  58. package/dist/cli/commands/notifications/list.js +18 -20
  59. package/dist/cli/commands/search.js +18 -20
  60. package/dist/cli/commands/upgrade.js +18 -20
  61. package/dist/cli/commands/upgrade.test.js +1 -2
  62. package/dist/cli/commands/version.js +18 -20
  63. package/dist/cli/commands/version.test.js +19 -21
  64. package/dist/cli/services/commands/notifications.js +12 -14
  65. package/dist/cli/services/commands/search.js +8 -9
  66. package/dist/cli/services/commands/search.test.js +9 -10
  67. package/dist/cli/services/commands/version.js +9 -10
  68. package/dist/cli/services/commands/version.test.js +11 -12
  69. package/dist/cli/services/kitchen-sink/async.js +8 -9
  70. package/dist/cli/services/kitchen-sink/prompts.js +8 -9
  71. package/dist/cli/services/kitchen-sink/static.js +8 -9
  72. package/dist/cli/services/upgrade.js +9 -10
  73. package/dist/cli/services/upgrade.test.js +12 -13
  74. package/dist/configs/all.yml +15 -0
  75. package/dist/configs/recommended.yml +9 -0
  76. package/dist/{custom-oclif-loader-IZLFCRGJ.js → custom-oclif-loader-U43F5H7M.js} +8 -9
  77. package/dist/data/filters.json +98 -3
  78. package/dist/data/latest.json +1 -1
  79. package/dist/data/manifest_theme.json +1 -0
  80. package/dist/data/objects.json +39 -1619
  81. package/dist/data/preset_blocks.json +78 -0
  82. package/dist/data/section.json +1 -42
  83. package/dist/data/shopify_system_translations.json +34 -7
  84. package/dist/data/tags.json +10 -0
  85. package/dist/data/theme_block.json +1 -19
  86. package/dist/{del-FEQWOMIX.js → del-K5ZJEWTD.js} +3 -3
  87. package/dist/{error-handler-DAI5HMQW.js → error-handler-GSXEX5NX.js} +15 -17
  88. package/dist/hooks/postrun.js +13 -15
  89. package/dist/hooks/prerun.js +15 -19
  90. package/dist/index.js +19503 -17452
  91. package/dist/lib-PPXZBVZX.js +6 -0
  92. package/dist/{lib-JJXX7GH6.js → lib-XYCLX35G.js} +5 -5
  93. package/dist/{local-QD6GDUUE.js → local-STC6NEOC.js} +10 -9
  94. package/dist/{morph-FN23MJ2S.js → morph-SEECJQ2W.js} +2 -2
  95. package/dist/{node-4XKDIIJ7.js → node-I54BR73K.js} +19 -21
  96. package/dist/{node-package-manager-IEZ6F5VN.js → node-package-manager-DUWCXRNZ.js} +9 -10
  97. package/dist/{out-ZDSLKX4N.js → out-MHEKZJWS.js} +2 -2
  98. package/dist/{path-T2RCZTRE.js → path-5SZGULBR.js} +2 -3
  99. package/dist/tsconfig.tsbuildinfo +1 -1
  100. package/dist/{ui-BUB4OWO7.js → ui-GZXRHEXO.js} +8 -9
  101. package/dist/{workerd-DIIGDIHZ.js → workerd-WQ2CUXFS.js} +19 -21
  102. package/oclif.manifest.json +334 -131
  103. package/package.json +7 -8
  104. package/assets/demo-catalog.json +0 -655
  105. package/dist/assets/demo-catalog.json +0 -655
  106. package/dist/chunk-2PUMVRDO.js +0 -131
  107. package/dist/chunk-7GNQ7YY4.js +0 -116
  108. package/dist/chunk-E2SYFYJU.js +0 -58
  109. package/dist/chunk-NLUGD7PZ.js +0 -2731
  110. package/dist/chunk-P6ABWRKD.js +0 -59
  111. package/dist/chunk-QSUS3GJF.js +0 -3838
  112. package/dist/chunk-RUK73IAH.js +0 -312
  113. package/dist/chunk-T2GATXSP.js +0 -112
  114. package/dist/chunk-VT3VJHZ7.js +0 -45
  115. package/dist/chunk-XEDHKQZA.js +0 -116
  116. package/dist/cli/commands/demo/catalog.d.ts +0 -6
  117. package/dist/cli/commands/demo/catalog.js +0 -36
  118. package/dist/cli/commands/demo/generate-file.d.ts +0 -11
  119. package/dist/cli/commands/demo/generate-file.js +0 -37
  120. package/dist/cli/commands/demo/index.d.ts +0 -10
  121. package/dist/cli/commands/demo/index.js +0 -36
  122. package/dist/cli/commands/demo/print-ai-prompt.d.ts +0 -6
  123. package/dist/cli/commands/demo/print-ai-prompt.js +0 -37
  124. package/dist/cli/services/demo.d.ts +0 -26440
  125. package/dist/cli/services/demo.js +0 -25
  126. package/dist/cli/services/demo.test.js +0 -42
  127. package/dist/constants-QFFDI47A.js +0 -26
  128. package/dist/system-KSIGUX64.js +0 -29
@@ -22,7 +22,7 @@
22
22
  "type": "option"
23
23
  },
24
24
  "client-id": {
25
- "description": "Application's Client ID that will be exposed at build time.",
25
+ "description": "The Client ID of your app.",
26
26
  "env": "SHOPIFY_FLAG_CLIENT_ID",
27
27
  "exclusive": [
28
28
  "config"
@@ -60,6 +60,17 @@
60
60
  "noCacheDefault": true,
61
61
  "type": "option"
62
62
  },
63
+ "reset": {
64
+ "allowNo": false,
65
+ "description": "Reset all your settings.",
66
+ "env": "SHOPIFY_FLAG_RESET",
67
+ "exclusive": [
68
+ "config"
69
+ ],
70
+ "hidden": false,
71
+ "name": "reset",
72
+ "type": "boolean"
73
+ },
63
74
  "skip-dependencies-installation": {
64
75
  "allowNo": false,
65
76
  "description": "Skips the installation of dependencies. Deprecated, use workspaces instead.",
@@ -99,6 +110,9 @@
99
110
  "client-id": {
100
111
  "description": "The Client ID of your app.",
101
112
  "env": "SHOPIFY_FLAG_CLIENT_ID",
113
+ "exclusive": [
114
+ "config"
115
+ ],
102
116
  "hasDynamicHelp": false,
103
117
  "hidden": false,
104
118
  "multiple": false,
@@ -132,6 +146,17 @@
132
146
  "noCacheDefault": true,
133
147
  "type": "option"
134
148
  },
149
+ "reset": {
150
+ "allowNo": false,
151
+ "description": "Reset all your settings.",
152
+ "env": "SHOPIFY_FLAG_RESET",
153
+ "exclusive": [
154
+ "config"
155
+ ],
156
+ "hidden": false,
157
+ "name": "reset",
158
+ "type": "boolean"
159
+ },
135
160
  "verbose": {
136
161
  "allowNo": false,
137
162
  "description": "Increase the verbosity of the output.",
@@ -164,6 +189,18 @@
164
189
  "description": "Sets default configuration when you run app-related CLI commands. If you omit the `config-name` parameter, then you'll be prompted to choose from the configuration files in your project.",
165
190
  "descriptionWithMarkdown": "Sets default configuration when you run app-related CLI commands. If you omit the `config-name` parameter, then you'll be prompted to choose from the configuration files in your project.",
166
191
  "flags": {
192
+ "client-id": {
193
+ "description": "The Client ID of your app.",
194
+ "env": "SHOPIFY_FLAG_CLIENT_ID",
195
+ "exclusive": [
196
+ "config"
197
+ ],
198
+ "hasDynamicHelp": false,
199
+ "hidden": false,
200
+ "multiple": false,
201
+ "name": "client-id",
202
+ "type": "option"
203
+ },
167
204
  "no-color": {
168
205
  "allowNo": false,
169
206
  "description": "Disable color output.",
@@ -183,8 +220,11 @@
183
220
  },
184
221
  "reset": {
185
222
  "allowNo": false,
186
- "description": "Reset current configuration.",
223
+ "description": "Reset all your settings.",
187
224
  "env": "SHOPIFY_FLAG_RESET",
225
+ "exclusive": [
226
+ "config"
227
+ ],
188
228
  "hidden": false,
189
229
  "name": "reset",
190
230
  "type": "boolean"
@@ -348,8 +388,8 @@
348
388
  "args": {
349
389
  },
350
390
  "customPluginName": "@shopify/app",
351
- "description": "\"Builds the app\" (https://shopify.dev/docs/api/shopify-cli/app/app-build) and lets you preview it on a \"development store\" (https://shopify.dev/docs/apps/tools/development-stores) or \"Plus sandbox store\" (https://help.shopify.com/partners/dashboard/managing-stores/plus-sandbox-store).\n\n> Note: Development store preview of extension drafts is not supported for Plus sandbox stores. You must `deploy` your app.\n\n To preview your app on a development store or Plus sandbox store, Shopify CLI walks you through the following steps. If you've run `dev` before, then your settings are saved and some of these steps are skipped. You can reset these configurations using `dev --reset` to go through all of them again:\n\n- Associating your project with an app associated with your Partner account or organization, or creating a new app.\n- Selecting a development store or Plus sandbox store to use for testing. If you have only one store, then it's selected automatically.\n- Installing your app on the store using the provided install link.\n- Creating a tunnel between your local environment and the store using Cloudflare.\n\n You can use your own tunneling software instead, by passing your tunnel URL with the `--tunnel-url` flag.\n- Updating the app URLs that are set in the Partner Dashboard.\n\n To avoid overwriting any URLs that are already set, select the No, never option. If you select this option, then you're provided with URLs that you can manually add in the Partner Dashboard so you can preview your app.\n\n- Enabling development store preview for extensions.\n- Serving \"GraphiQL for the Admin API\" (https://shopify.dev/docs/apps/tools/graphiql-admin-api#use-a-local-graphiql-instance) using your app's credentials and access scopes.\n- Building and serving your app and app extensions.\n\nIf you're using the PHP or Ruby app template, then you need to complete the following steps before you can preview your app for the first time:\n\n- PHP: \"Set up your Laravel app\" (https://github.com/Shopify/shopify-app-template-php#setting-up-your-laravel-app)\n- Ruby: \"Set up your Rails app\" (https://github.com/Shopify/shopify-app-template-ruby#setting-up-your-rails-app)\n\n> Caution: To use a development store or Plus sandbox store with Shopify CLI, you need to be the store owner, or have a \"staff account\" (https://help.shopify.com/manual/your-account/staff-accounts) on the store. Staff accounts are created automatically the first time you access a development store with your Partner staff account through the Partner Dashboard.\n",
352
- "descriptionWithMarkdown": "[Builds the app](https://shopify.dev/docs/api/shopify-cli/app/app-build) and lets you preview it on a [development store](https://shopify.dev/docs/apps/tools/development-stores) or [Plus sandbox store](https://help.shopify.com/partners/dashboard/managing-stores/plus-sandbox-store).\n\n> Note: Development store preview of extension drafts is not supported for Plus sandbox stores. You must `deploy` your app.\n\n To preview your app on a development store or Plus sandbox store, Shopify CLI walks you through the following steps. If you've run `dev` before, then your settings are saved and some of these steps are skipped. You can reset these configurations using `dev --reset` to go through all of them again:\n\n- Associating your project with an app associated with your Partner account or organization, or creating a new app.\n- Selecting a development store or Plus sandbox store to use for testing. If you have only one store, then it's selected automatically.\n- Installing your app on the store using the provided install link.\n- Creating a tunnel between your local environment and the store using Cloudflare.\n\n You can use your own tunneling software instead, by passing your tunnel URL with the `--tunnel-url` flag.\n- Updating the app URLs that are set in the Partner Dashboard.\n\n To avoid overwriting any URLs that are already set, select the No, never option. If you select this option, then you're provided with URLs that you can manually add in the Partner Dashboard so you can preview your app.\n\n- Enabling development store preview for extensions.\n- Serving [GraphiQL for the Admin API](https://shopify.dev/docs/apps/tools/graphiql-admin-api#use-a-local-graphiql-instance) using your app's credentials and access scopes.\n- Building and serving your app and app extensions.\n\nIf you're using the PHP or Ruby app template, then you need to complete the following steps before you can preview your app for the first time:\n\n- PHP: [Set up your Laravel app](https://github.com/Shopify/shopify-app-template-php#setting-up-your-laravel-app)\n- Ruby: [Set up your Rails app](https://github.com/Shopify/shopify-app-template-ruby#setting-up-your-rails-app)\n\n> Caution: To use a development store or Plus sandbox store with Shopify CLI, you need to be the store owner, or have a [staff account](https://help.shopify.com/manual/your-account/staff-accounts) on the store. Staff accounts are created automatically the first time you access a development store with your Partner staff account through the Partner Dashboard.\n",
391
+ "description": "\"Builds the app\" (https://shopify.dev/docs/api/shopify-cli/app/app-build) and lets you preview it on a \"development store\" (https://shopify.dev/docs/apps/tools/development-stores) or \"Plus sandbox store\" (https://help.shopify.com/partners/dashboard/managing-stores/plus-sandbox-store).\n\n> Note: Development store preview of extension drafts is not supported for Plus sandbox stores. You must `deploy` your app.\n\n To preview your app on a development store or Plus sandbox store, Shopify CLI walks you through the following steps. If you've run `dev` before, then your settings are saved and some of these steps are skipped. You can reset these configurations using `dev --reset` to go through all of them again:\n\n- Associating your project with an app associated with your Partner account or organization, or creating a new app.\n- Selecting a development store or Plus sandbox store to use for testing. If you have only one store, then it's selected automatically.\n- Installing your app on the store using the provided install link.\n- Creating a tunnel between your local environment and the store using Cloudflare.\n\n You can use your own tunneling software instead, by passing your tunnel URL with the `--tunnel-url` flag.\n- Updating the app URLs that are set in the Partner Dashboard.\n\n To avoid overwriting any URLs that are already set, select the No, never option. If you select this option, then you're provided with URLs that you can manually add in the Partner Dashboard so you can preview your app.\n\n- Enabling development store preview for extensions.\n- Serving \"GraphiQL for the Admin API\" (https://shopify.dev/docs/apps/tools/graphiql-admin-api#use-a-local-graphiql-instance) using your app's credentials and access scopes.\n- Building and serving your app and app extensions.\n\nIf you're using the Ruby app template, then you need to complete the following steps outlined in the \"README\" (https://github.com/Shopify/shopify-app-template-ruby#setting-up-your-rails-app) before you can preview your app for the first time.\n\n> Caution: To use a development store or Plus sandbox store with Shopify CLI, you need to be the store owner, or have a \"staff account\" (https://help.shopify.com/manual/your-account/staff-accounts) on the store. Staff accounts are created automatically the first time you access a development store with your Partner staff account through the Partner Dashboard.\n",
392
+ "descriptionWithMarkdown": "[Builds the app](https://shopify.dev/docs/api/shopify-cli/app/app-build) and lets you preview it on a [development store](https://shopify.dev/docs/apps/tools/development-stores) or [Plus sandbox store](https://help.shopify.com/partners/dashboard/managing-stores/plus-sandbox-store).\n\n> Note: Development store preview of extension drafts is not supported for Plus sandbox stores. You must `deploy` your app.\n\n To preview your app on a development store or Plus sandbox store, Shopify CLI walks you through the following steps. If you've run `dev` before, then your settings are saved and some of these steps are skipped. You can reset these configurations using `dev --reset` to go through all of them again:\n\n- Associating your project with an app associated with your Partner account or organization, or creating a new app.\n- Selecting a development store or Plus sandbox store to use for testing. If you have only one store, then it's selected automatically.\n- Installing your app on the store using the provided install link.\n- Creating a tunnel between your local environment and the store using Cloudflare.\n\n You can use your own tunneling software instead, by passing your tunnel URL with the `--tunnel-url` flag.\n- Updating the app URLs that are set in the Partner Dashboard.\n\n To avoid overwriting any URLs that are already set, select the No, never option. If you select this option, then you're provided with URLs that you can manually add in the Partner Dashboard so you can preview your app.\n\n- Enabling development store preview for extensions.\n- Serving [GraphiQL for the Admin API](https://shopify.dev/docs/apps/tools/graphiql-admin-api#use-a-local-graphiql-instance) using your app's credentials and access scopes.\n- Building and serving your app and app extensions.\n\nIf you're using the Ruby app template, then you need to complete the following steps outlined in the [README](https://github.com/Shopify/shopify-app-template-ruby#setting-up-your-rails-app) before you can preview your app for the first time.\n\n> Caution: To use a development store or Plus sandbox store with Shopify CLI, you need to be the store owner, or have a [staff account](https://help.shopify.com/manual/your-account/staff-accounts) on the store. Staff accounts are created automatically the first time you access a development store with your Partner staff account through the Partner Dashboard.\n",
353
393
  "flags": {
354
394
  "api-key": {
355
395
  "description": "The API key of your app.",
@@ -555,6 +595,18 @@
555
595
  "description": "Creates or updates an `.env` files that contains app and app extension environment variables.\n\n When an existing `.env` file is updated, changes to the variables are displayed in the terminal output. Existing variables and commented variables are preserved.",
556
596
  "descriptionWithMarkdown": "Creates or updates an `.env` files that contains app and app extension environment variables.\n\n When an existing `.env` file is updated, changes to the variables are displayed in the terminal output. Existing variables and commented variables are preserved.",
557
597
  "flags": {
598
+ "client-id": {
599
+ "description": "The Client ID of your app.",
600
+ "env": "SHOPIFY_FLAG_CLIENT_ID",
601
+ "exclusive": [
602
+ "config"
603
+ ],
604
+ "hasDynamicHelp": false,
605
+ "hidden": false,
606
+ "multiple": false,
607
+ "name": "client-id",
608
+ "type": "option"
609
+ },
558
610
  "config": {
559
611
  "char": "c",
560
612
  "description": "The name of the app configuration.",
@@ -591,6 +643,17 @@
591
643
  "noCacheDefault": true,
592
644
  "type": "option"
593
645
  },
646
+ "reset": {
647
+ "allowNo": false,
648
+ "description": "Reset all your settings.",
649
+ "env": "SHOPIFY_FLAG_RESET",
650
+ "exclusive": [
651
+ "config"
652
+ ],
653
+ "hidden": false,
654
+ "name": "reset",
655
+ "type": "boolean"
656
+ },
594
657
  "verbose": {
595
658
  "allowNo": false,
596
659
  "description": "Increase the verbosity of the output.",
@@ -619,6 +682,18 @@
619
682
  "description": "Displays environment variables that can be used to deploy apps and app extensions.",
620
683
  "descriptionWithMarkdown": "Displays environment variables that can be used to deploy apps and app extensions.",
621
684
  "flags": {
685
+ "client-id": {
686
+ "description": "The Client ID of your app.",
687
+ "env": "SHOPIFY_FLAG_CLIENT_ID",
688
+ "exclusive": [
689
+ "config"
690
+ ],
691
+ "hasDynamicHelp": false,
692
+ "hidden": false,
693
+ "multiple": false,
694
+ "name": "client-id",
695
+ "type": "option"
696
+ },
622
697
  "config": {
623
698
  "char": "c",
624
699
  "description": "The name of the app configuration.",
@@ -646,6 +721,17 @@
646
721
  "noCacheDefault": true,
647
722
  "type": "option"
648
723
  },
724
+ "reset": {
725
+ "allowNo": false,
726
+ "description": "Reset all your settings.",
727
+ "env": "SHOPIFY_FLAG_RESET",
728
+ "exclusive": [
729
+ "config"
730
+ ],
731
+ "hidden": false,
732
+ "name": "reset",
733
+ "type": "boolean"
734
+ },
649
735
  "verbose": {
650
736
  "allowNo": false,
651
737
  "description": "Increase the verbosity of the output.",
@@ -674,6 +760,18 @@
674
760
  "description": "Compiles the function in your current directory to WebAssembly (Wasm) for testing purposes.",
675
761
  "descriptionWithMarkdown": "Compiles the function in your current directory to WebAssembly (Wasm) for testing purposes.",
676
762
  "flags": {
763
+ "client-id": {
764
+ "description": "The Client ID of your app.",
765
+ "env": "SHOPIFY_FLAG_CLIENT_ID",
766
+ "exclusive": [
767
+ "config"
768
+ ],
769
+ "hasDynamicHelp": false,
770
+ "hidden": false,
771
+ "multiple": false,
772
+ "name": "client-id",
773
+ "type": "option"
774
+ },
677
775
  "config": {
678
776
  "char": "c",
679
777
  "description": "The name of the app configuration.",
@@ -702,6 +800,17 @@
702
800
  "noCacheDefault": true,
703
801
  "type": "option"
704
802
  },
803
+ "reset": {
804
+ "allowNo": false,
805
+ "description": "Reset all your settings.",
806
+ "env": "SHOPIFY_FLAG_RESET",
807
+ "exclusive": [
808
+ "config"
809
+ ],
810
+ "hidden": false,
811
+ "name": "reset",
812
+ "type": "boolean"
813
+ },
705
814
  "verbose": {
706
815
  "allowNo": false,
707
816
  "description": "Increase the verbosity of the output.",
@@ -743,7 +852,7 @@
743
852
  "type": "option"
744
853
  },
745
854
  "client-id": {
746
- "description": "Application's Client ID",
855
+ "description": "The Client ID of your app.",
747
856
  "env": "SHOPIFY_FLAG_CLIENT_ID",
748
857
  "exclusive": [
749
858
  "config"
@@ -767,7 +876,7 @@
767
876
  "json": {
768
877
  "allowNo": false,
769
878
  "char": "j",
770
- "description": "Output the function run result as a JSON object.",
879
+ "description": "Output the result as JSON.",
771
880
  "env": "SHOPIFY_FLAG_JSON",
772
881
  "hidden": false,
773
882
  "name": "json",
@@ -800,6 +909,17 @@
800
909
  "noCacheDefault": true,
801
910
  "type": "option"
802
911
  },
912
+ "reset": {
913
+ "allowNo": false,
914
+ "description": "Reset all your settings.",
915
+ "env": "SHOPIFY_FLAG_RESET",
916
+ "exclusive": [
917
+ "config"
918
+ ],
919
+ "hidden": false,
920
+ "name": "reset",
921
+ "type": "boolean"
922
+ },
803
923
  "verbose": {
804
924
  "allowNo": false,
805
925
  "description": "Increase the verbosity of the output.",
@@ -837,6 +957,18 @@
837
957
  "description": "Runs the function from your current directory for \"testing purposes\" (https://shopify.dev/docs/apps/functions/testing-and-debugging). To learn how you can monitor and debug functions when errors occur, refer to \"Shopify Functions error handling\" (https://shopify.dev/docs/api/functions/errors).",
838
958
  "descriptionWithMarkdown": "Runs the function from your current directory for [testing purposes](https://shopify.dev/docs/apps/functions/testing-and-debugging). To learn how you can monitor and debug functions when errors occur, refer to [Shopify Functions error handling](https://shopify.dev/docs/api/functions/errors).",
839
959
  "flags": {
960
+ "client-id": {
961
+ "description": "The Client ID of your app.",
962
+ "env": "SHOPIFY_FLAG_CLIENT_ID",
963
+ "exclusive": [
964
+ "config"
965
+ ],
966
+ "hasDynamicHelp": false,
967
+ "hidden": false,
968
+ "multiple": false,
969
+ "name": "client-id",
970
+ "type": "option"
971
+ },
840
972
  "config": {
841
973
  "char": "c",
842
974
  "description": "The name of the app configuration.",
@@ -869,7 +1001,7 @@
869
1001
  "json": {
870
1002
  "allowNo": false,
871
1003
  "char": "j",
872
- "description": "Log the run result as a JSON object.",
1004
+ "description": "Output the result as JSON.",
873
1005
  "env": "SHOPIFY_FLAG_JSON",
874
1006
  "hidden": false,
875
1007
  "name": "json",
@@ -893,6 +1025,17 @@
893
1025
  "noCacheDefault": true,
894
1026
  "type": "option"
895
1027
  },
1028
+ "reset": {
1029
+ "allowNo": false,
1030
+ "description": "Reset all your settings.",
1031
+ "env": "SHOPIFY_FLAG_RESET",
1032
+ "exclusive": [
1033
+ "config"
1034
+ ],
1035
+ "hidden": false,
1036
+ "name": "reset",
1037
+ "type": "boolean"
1038
+ },
896
1039
  "verbose": {
897
1040
  "allowNo": false,
898
1041
  "description": "Increase the verbosity of the output.",
@@ -934,7 +1077,7 @@
934
1077
  "type": "option"
935
1078
  },
936
1079
  "client-id": {
937
- "description": "The Client ID to fetch the schema with.",
1080
+ "description": "The Client ID of your app.",
938
1081
  "env": "SHOPIFY_FLAG_CLIENT_ID",
939
1082
  "exclusive": [
940
1083
  "config"
@@ -973,6 +1116,17 @@
973
1116
  "noCacheDefault": true,
974
1117
  "type": "option"
975
1118
  },
1119
+ "reset": {
1120
+ "allowNo": false,
1121
+ "description": "Reset all your settings.",
1122
+ "env": "SHOPIFY_FLAG_RESET",
1123
+ "exclusive": [
1124
+ "config"
1125
+ ],
1126
+ "hidden": false,
1127
+ "name": "reset",
1128
+ "type": "boolean"
1129
+ },
976
1130
  "stdout": {
977
1131
  "allowNo": false,
978
1132
  "description": "Output the schema to stdout instead of writing to a file.",
@@ -1009,6 +1163,18 @@
1009
1163
  "description": "Creates GraphQL types based on your \"input query\" (https://shopify.dev/docs/apps/functions/input-output#input) for a function written in JavaScript.",
1010
1164
  "descriptionWithMarkdown": "Creates GraphQL types based on your [input query](https://shopify.dev/docs/apps/functions/input-output#input) for a function written in JavaScript.",
1011
1165
  "flags": {
1166
+ "client-id": {
1167
+ "description": "The Client ID of your app.",
1168
+ "env": "SHOPIFY_FLAG_CLIENT_ID",
1169
+ "exclusive": [
1170
+ "config"
1171
+ ],
1172
+ "hasDynamicHelp": false,
1173
+ "hidden": false,
1174
+ "multiple": false,
1175
+ "name": "client-id",
1176
+ "type": "option"
1177
+ },
1012
1178
  "config": {
1013
1179
  "char": "c",
1014
1180
  "description": "The name of the app configuration.",
@@ -1037,6 +1203,17 @@
1037
1203
  "noCacheDefault": true,
1038
1204
  "type": "option"
1039
1205
  },
1206
+ "reset": {
1207
+ "allowNo": false,
1208
+ "description": "Reset all your settings.",
1209
+ "env": "SHOPIFY_FLAG_RESET",
1210
+ "exclusive": [
1211
+ "config"
1212
+ ],
1213
+ "hidden": false,
1214
+ "name": "reset",
1215
+ "type": "boolean"
1216
+ },
1040
1217
  "verbose": {
1041
1218
  "allowNo": false,
1042
1219
  "description": "Increase the verbosity of the output.",
@@ -1231,7 +1408,7 @@
1231
1408
  "type": "option"
1232
1409
  },
1233
1410
  "client-id": {
1234
- "description": "The Client ID to fetch the schema with.",
1411
+ "description": "The Client ID of your app.",
1235
1412
  "env": "SHOPIFY_FLAG_CLIENT_ID",
1236
1413
  "exclusive": [
1237
1414
  "config"
@@ -1270,6 +1447,17 @@
1270
1447
  "noCacheDefault": true,
1271
1448
  "type": "option"
1272
1449
  },
1450
+ "reset": {
1451
+ "allowNo": false,
1452
+ "description": "Reset all your settings.",
1453
+ "env": "SHOPIFY_FLAG_RESET",
1454
+ "exclusive": [
1455
+ "config"
1456
+ ],
1457
+ "hidden": false,
1458
+ "name": "reset",
1459
+ "type": "boolean"
1460
+ },
1273
1461
  "stdout": {
1274
1462
  "allowNo": false,
1275
1463
  "description": "Output the schema to stdout instead of writing to a file.",
@@ -1344,6 +1532,17 @@
1344
1532
  "noCacheDefault": true,
1345
1533
  "type": "option"
1346
1534
  },
1535
+ "reset": {
1536
+ "allowNo": false,
1537
+ "description": "Reset all your settings.",
1538
+ "env": "SHOPIFY_FLAG_RESET",
1539
+ "exclusive": [
1540
+ "config"
1541
+ ],
1542
+ "hidden": false,
1543
+ "name": "reset",
1544
+ "type": "boolean"
1545
+ },
1347
1546
  "verbose": {
1348
1547
  "allowNo": false,
1349
1548
  "description": "Increase the verbosity of the output.",
@@ -1371,6 +1570,18 @@
1371
1570
  "description": "The information returned includes the following:\n\n - The app and development store or Plus sandbox store that's used when you run the \"dev\" (https://shopify.dev/docs/api/shopify-cli/app/app-dev) command. You can reset these configurations using \"`dev --reset`\" (https://shopify.dev/docs/api/shopify-cli/app/app-dev#flags-propertydetail-reset).\n - The \"structure\" (https://shopify.dev/docs/apps/tools/cli/structure) of your app project.\n - The \"access scopes\" (https://shopify.dev/docs/api/usage) your app has requested.\n - System information, including the package manager and version of Shopify CLI used in the project.",
1372
1571
  "descriptionWithMarkdown": "The information returned includes the following:\n\n - The app and development store or Plus sandbox store that's used when you run the [dev](https://shopify.dev/docs/api/shopify-cli/app/app-dev) command. You can reset these configurations using [`dev --reset`](https://shopify.dev/docs/api/shopify-cli/app/app-dev#flags-propertydetail-reset).\n - The [structure](https://shopify.dev/docs/apps/tools/cli/structure) of your app project.\n - The [access scopes](https://shopify.dev/docs/api/usage) your app has requested.\n - System information, including the package manager and version of Shopify CLI used in the project.",
1373
1572
  "flags": {
1573
+ "client-id": {
1574
+ "description": "The Client ID of your app.",
1575
+ "env": "SHOPIFY_FLAG_CLIENT_ID",
1576
+ "exclusive": [
1577
+ "config"
1578
+ ],
1579
+ "hasDynamicHelp": false,
1580
+ "hidden": false,
1581
+ "multiple": false,
1582
+ "name": "client-id",
1583
+ "type": "option"
1584
+ },
1374
1585
  "config": {
1375
1586
  "char": "c",
1376
1587
  "description": "The name of the app configuration.",
@@ -1383,7 +1594,8 @@
1383
1594
  },
1384
1595
  "json": {
1385
1596
  "allowNo": false,
1386
- "description": "format output as JSON",
1597
+ "char": "j",
1598
+ "description": "Output the result as JSON.",
1387
1599
  "env": "SHOPIFY_FLAG_JSON",
1388
1600
  "hidden": false,
1389
1601
  "name": "json",
@@ -1406,6 +1618,17 @@
1406
1618
  "noCacheDefault": true,
1407
1619
  "type": "option"
1408
1620
  },
1621
+ "reset": {
1622
+ "allowNo": false,
1623
+ "description": "Reset all your settings.",
1624
+ "env": "SHOPIFY_FLAG_RESET",
1625
+ "exclusive": [
1626
+ "config"
1627
+ ],
1628
+ "hidden": false,
1629
+ "name": "reset",
1630
+ "type": "boolean"
1631
+ },
1409
1632
  "verbose": {
1410
1633
  "allowNo": false,
1411
1634
  "description": "Increase the verbosity of the output.",
@@ -1583,8 +1806,9 @@
1583
1806
  "json": {
1584
1807
  "allowNo": false,
1585
1808
  "char": "j",
1586
- "description": "Log the run result as a JSON object.",
1809
+ "description": "Output the result as JSON.",
1587
1810
  "env": "SHOPIFY_FLAG_JSON",
1811
+ "hidden": false,
1588
1812
  "name": "json",
1589
1813
  "type": "boolean"
1590
1814
  },
@@ -1673,6 +1897,18 @@
1673
1897
  "description": "The output source names can be used with the `--source` argument of `shopify app logs` to filter log output. Currently only function extensions are supported as sources.",
1674
1898
  "descriptionWithMarkdown": "The output source names can be used with the `--source` argument of `shopify app logs` to filter log output. Currently only function extensions are supported as sources.",
1675
1899
  "flags": {
1900
+ "client-id": {
1901
+ "description": "The Client ID of your app.",
1902
+ "env": "SHOPIFY_FLAG_CLIENT_ID",
1903
+ "exclusive": [
1904
+ "config"
1905
+ ],
1906
+ "hasDynamicHelp": false,
1907
+ "hidden": false,
1908
+ "multiple": false,
1909
+ "name": "client-id",
1910
+ "type": "option"
1911
+ },
1676
1912
  "config": {
1677
1913
  "char": "c",
1678
1914
  "description": "The name of the app configuration.",
@@ -1700,6 +1936,17 @@
1700
1936
  "noCacheDefault": true,
1701
1937
  "type": "option"
1702
1938
  },
1939
+ "reset": {
1940
+ "allowNo": false,
1941
+ "description": "Reset all your settings.",
1942
+ "env": "SHOPIFY_FLAG_RESET",
1943
+ "exclusive": [
1944
+ "config"
1945
+ ],
1946
+ "hidden": false,
1947
+ "name": "reset",
1948
+ "type": "boolean"
1949
+ },
1703
1950
  "verbose": {
1704
1951
  "allowNo": false,
1705
1952
  "description": "Increase the verbosity of the output.",
@@ -1792,6 +2039,9 @@
1792
2039
  "allowNo": false,
1793
2040
  "description": "Reset all your settings.",
1794
2041
  "env": "SHOPIFY_FLAG_RESET",
2042
+ "exclusive": [
2043
+ "config"
2044
+ ],
1795
2045
  "hidden": false,
1796
2046
  "name": "reset",
1797
2047
  "type": "boolean"
@@ -1854,7 +2104,7 @@
1854
2104
  "type": "option"
1855
2105
  },
1856
2106
  "client-id": {
1857
- "description": "The Client ID to fetch versions for.",
2107
+ "description": "The Client ID of your app.",
1858
2108
  "env": "SHOPIFY_FLAG_CLIENT_ID",
1859
2109
  "exclusive": [
1860
2110
  "config"
@@ -1877,8 +2127,10 @@
1877
2127
  },
1878
2128
  "json": {
1879
2129
  "allowNo": false,
1880
- "description": "Output the versions list as JSON.",
2130
+ "char": "j",
2131
+ "description": "Output the result as JSON.",
1881
2132
  "env": "SHOPIFY_FLAG_JSON",
2133
+ "hidden": false,
1882
2134
  "name": "json",
1883
2135
  "type": "boolean"
1884
2136
  },
@@ -1899,6 +2151,17 @@
1899
2151
  "noCacheDefault": true,
1900
2152
  "type": "option"
1901
2153
  },
2154
+ "reset": {
2155
+ "allowNo": false,
2156
+ "description": "Reset all your settings.",
2157
+ "env": "SHOPIFY_FLAG_RESET",
2158
+ "exclusive": [
2159
+ "config"
2160
+ ],
2161
+ "hidden": false,
2162
+ "name": "reset",
2163
+ "type": "boolean"
2164
+ },
1902
2165
  "verbose": {
1903
2166
  "allowNo": false,
1904
2167
  "description": "Increase the verbosity of the output.",
@@ -2012,6 +2275,17 @@
2012
2275
  "noCacheDefault": true,
2013
2276
  "type": "option"
2014
2277
  },
2278
+ "reset": {
2279
+ "allowNo": false,
2280
+ "description": "Reset all your settings.",
2281
+ "env": "SHOPIFY_FLAG_RESET",
2282
+ "exclusive": [
2283
+ "config"
2284
+ ],
2285
+ "hidden": false,
2286
+ "name": "reset",
2287
+ "type": "boolean"
2288
+ },
2015
2289
  "shared-secret": {
2016
2290
  "description": "Deprecated. Please use client-secret.",
2017
2291
  "env": "SHOPIFY_FLAG_SHARED_SECRET",
@@ -2297,130 +2571,25 @@
2297
2571
  "pluginType": "core",
2298
2572
  "strict": true
2299
2573
  },
2300
- "demo": {
2301
- "aliases": [
2302
- ],
2303
- "args": {
2304
- },
2305
- "description": "Demo a command design defined in a file",
2306
- "enableJsonFlag": false,
2307
- "flags": {
2308
- "file": {
2309
- "default": ".",
2310
- "description": "The name of the demo file.",
2311
- "env": "SHOPIFY_FLAG_PATH",
2312
- "hasDynamicHelp": false,
2313
- "hidden": false,
2314
- "multiple": false,
2315
- "name": "file",
2316
- "type": "option"
2317
- },
2318
- "path": {
2319
- "default": ".",
2320
- "description": "The directory where the demo file is located. Defaults to the current directory.",
2321
- "env": "SHOPIFY_FLAG_PATH",
2322
- "hasDynamicHelp": false,
2323
- "hidden": false,
2324
- "multiple": false,
2325
- "name": "path",
2326
- "type": "option"
2327
- }
2328
- },
2329
- "hasDynamicHelp": false,
2330
- "hidden": true,
2331
- "hiddenAliases": [
2332
- ],
2333
- "id": "demo",
2334
- "pluginAlias": "@shopify/cli",
2335
- "pluginName": "@shopify/cli",
2336
- "pluginType": "core",
2337
- "strict": true
2338
- },
2339
- "demo:catalog": {
2340
- "aliases": [
2341
- ],
2342
- "args": {
2343
- },
2344
- "description": "Browse the catalog for steps",
2345
- "enableJsonFlag": false,
2346
- "flags": {
2347
- },
2348
- "hasDynamicHelp": false,
2349
- "hidden": true,
2350
- "hiddenAliases": [
2351
- ],
2352
- "id": "demo:catalog",
2353
- "pluginAlias": "@shopify/cli",
2354
- "pluginName": "@shopify/cli",
2355
- "pluginType": "core",
2356
- "strict": true
2357
- },
2358
- "demo:generate-file": {
2574
+ "demo:watcher": {
2359
2575
  "aliases": [
2360
2576
  ],
2361
2577
  "args": {
2362
2578
  },
2363
- "description": "Create a command design file",
2364
- "enableJsonFlag": false,
2579
+ "customPluginName": "@shopify/app",
2365
2580
  "flags": {
2366
- "file": {
2367
- "description": "The name of the demo file.",
2368
- "env": "SHOPIFY_FLAG_FILENAME",
2581
+ "client-id": {
2582
+ "description": "The Client ID of your app.",
2583
+ "env": "SHOPIFY_FLAG_CLIENT_ID",
2584
+ "exclusive": [
2585
+ "config"
2586
+ ],
2369
2587
  "hasDynamicHelp": false,
2370
2588
  "hidden": false,
2371
2589
  "multiple": false,
2372
- "name": "file",
2373
- "required": true,
2590
+ "name": "client-id",
2374
2591
  "type": "option"
2375
2592
  },
2376
- "path": {
2377
- "default": ".",
2378
- "description": "The directory for generating the demo file.",
2379
- "env": "SHOPIFY_FLAG_PATH",
2380
- "hasDynamicHelp": false,
2381
- "hidden": false,
2382
- "multiple": false,
2383
- "name": "path",
2384
- "type": "option"
2385
- }
2386
- },
2387
- "hasDynamicHelp": false,
2388
- "hidden": true,
2389
- "hiddenAliases": [
2390
- ],
2391
- "id": "demo:generate-file",
2392
- "pluginAlias": "@shopify/cli",
2393
- "pluginName": "@shopify/cli",
2394
- "pluginType": "core",
2395
- "strict": true,
2396
- "summary": "Creates a JSON file alongside a JSON schema that will validate it"
2397
- },
2398
- "demo:print-ai-prompt": {
2399
- "aliases": [
2400
- ],
2401
- "args": {
2402
- },
2403
- "description": "Prints the prompts for a chat-enabled LLM to generate a demo",
2404
- "enableJsonFlag": false,
2405
- "flags": {
2406
- },
2407
- "hasDynamicHelp": false,
2408
- "hidden": true,
2409
- "hiddenAliases": [
2410
- ],
2411
- "id": "demo:print-ai-prompt",
2412
- "pluginAlias": "@shopify/cli",
2413
- "pluginName": "@shopify/cli",
2414
- "pluginType": "core",
2415
- "strict": true
2416
- },
2417
- "demo:watcher": {
2418
- "aliases": [
2419
- ],
2420
- "args": {
2421
- },
2422
- "customPluginName": "@shopify/app",
2423
- "flags": {
2424
2593
  "config": {
2425
2594
  "char": "c",
2426
2595
  "description": "The name of the app configuration.",
@@ -2448,6 +2617,17 @@
2448
2617
  "noCacheDefault": true,
2449
2618
  "type": "option"
2450
2619
  },
2620
+ "reset": {
2621
+ "allowNo": false,
2622
+ "description": "Reset all your settings.",
2623
+ "env": "SHOPIFY_FLAG_RESET",
2624
+ "exclusive": [
2625
+ "config"
2626
+ ],
2627
+ "hidden": false,
2628
+ "name": "reset",
2629
+ "type": "boolean"
2630
+ },
2451
2631
  "verbose": {
2452
2632
  "allowNo": false,
2453
2633
  "description": "Increase the verbosity of the output.",
@@ -5164,8 +5344,10 @@
5164
5344
  },
5165
5345
  "json": {
5166
5346
  "allowNo": false,
5167
- "description": "Output the theme info as JSON.",
5347
+ "char": "j",
5348
+ "description": "Output the result as JSON.",
5168
5349
  "env": "SHOPIFY_FLAG_JSON",
5350
+ "hidden": false,
5169
5351
  "name": "json",
5170
5352
  "type": "boolean"
5171
5353
  },
@@ -5353,8 +5535,10 @@
5353
5535
  },
5354
5536
  "json": {
5355
5537
  "allowNo": false,
5356
- "description": "Output the theme list as JSON.",
5538
+ "char": "j",
5539
+ "description": "Output the result as JSON.",
5357
5540
  "env": "SHOPIFY_FLAG_JSON",
5541
+ "hidden": false,
5358
5542
  "name": "json",
5359
5543
  "type": "boolean"
5360
5544
  },
@@ -5827,8 +6011,9 @@
5827
6011
  "json": {
5828
6012
  "allowNo": false,
5829
6013
  "char": "j",
5830
- "description": "Output JSON instead of a UI.",
6014
+ "description": "Output the result as JSON.",
5831
6015
  "env": "SHOPIFY_FLAG_JSON",
6016
+ "hidden": false,
5832
6017
  "name": "json",
5833
6018
  "type": "boolean"
5834
6019
  },
@@ -5899,6 +6084,13 @@
5899
6084
  "name": "store",
5900
6085
  "type": "option"
5901
6086
  },
6087
+ "strict": {
6088
+ "allowNo": false,
6089
+ "description": "Require theme check to pass without errors before pushing. Warnings are allowed.",
6090
+ "env": "SHOPIFY_FLAG_STRICT_PUSH",
6091
+ "name": "strict",
6092
+ "type": "boolean"
6093
+ },
5902
6094
  "theme": {
5903
6095
  "char": "t",
5904
6096
  "description": "Theme ID or name of the remote theme.",
@@ -6434,6 +6626,17 @@
6434
6626
  "noCacheDefault": true,
6435
6627
  "type": "option"
6436
6628
  },
6629
+ "reset": {
6630
+ "allowNo": false,
6631
+ "description": "Reset all your settings.",
6632
+ "env": "SHOPIFY_FLAG_RESET",
6633
+ "exclusive": [
6634
+ "config"
6635
+ ],
6636
+ "hidden": false,
6637
+ "name": "reset",
6638
+ "type": "boolean"
6639
+ },
6437
6640
  "shared-secret": {
6438
6641
  "description": "Deprecated. Please use client-secret.",
6439
6642
  "env": "SHOPIFY_FLAG_SHARED_SECRET",
@@ -6466,5 +6669,5 @@
6466
6669
  "summary": "Trigger delivery of a sample webhook topic payload to a designated address."
6467
6670
  }
6468
6671
  },
6469
- "version": "3.70.0"
6672
+ "version": "3.71.0"
6470
6673
  }