@shopify/cli 3.89.0 → 3.90.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.
Files changed (78) hide show
  1. package/dist/{chunk-V2ZY6OP3.js → chunk-2TMOMDXO.js} +5 -5
  2. package/dist/{chunk-TPPRDIBF.js → chunk-3AF66HDC.js} +3 -3
  3. package/dist/{chunk-TLGBKEEX.js → chunk-3VKS4374.js} +5 -5
  4. package/dist/{chunk-EQO4QA4E.js → chunk-4BBQTKIZ.js} +8 -4
  5. package/dist/{chunk-ZM543XCR.js → chunk-4TOZOCIV.js} +3 -3
  6. package/dist/{chunk-GSUL4KBP.js → chunk-5SJCPOBW.js} +8 -3
  7. package/dist/{chunk-CUCT627W.js → chunk-6MYWZ7MP.js} +7 -7
  8. package/dist/{chunk-GT7PA6E6.js → chunk-6ONJ77I7.js} +2 -2
  9. package/dist/{chunk-EAEHP4CZ.js → chunk-7FIBLDM2.js} +3 -3
  10. package/dist/{chunk-P3SM4EEQ.js → chunk-C5STUYKR.js} +3 -3
  11. package/dist/{chunk-YETFHMCK.js → chunk-CYPBBNM2.js} +6 -6
  12. package/dist/{chunk-2QVJ6J2X.js → chunk-DOZD5WAI.js} +5 -5
  13. package/dist/{chunk-WSX6K4TT.js → chunk-H3SSAPRP.js} +3 -3
  14. package/dist/{chunk-Y3HY6QD7.js → chunk-HV4MPORZ.js} +5 -5
  15. package/dist/{chunk-Y2BHJWKT.js → chunk-IEPPQIPW.js} +2 -2
  16. package/dist/{chunk-36WMFQ3S.js → chunk-IYNLJNFT.js} +3 -3
  17. package/dist/{chunk-6YASM3HI.js → chunk-J2CFMYG5.js} +4 -4
  18. package/dist/{chunk-EYUOBXKH.js → chunk-JRFL7VGC.js} +3 -3
  19. package/dist/{chunk-2CNWYFWQ.js → chunk-KC6KOCJ5.js} +5 -5
  20. package/dist/{chunk-6KFJWCTP.js → chunk-OTD3FRPC.js} +2 -2
  21. package/dist/{chunk-TWYT4DFD.js → chunk-OZPZBNSB.js} +2 -2
  22. package/dist/{chunk-2OJBOBH2.js → chunk-PAU7LKSJ.js} +3 -3
  23. package/dist/{chunk-XLMH6DBR.js → chunk-PUMWL67K.js} +3 -3
  24. package/dist/{chunk-LJHVLE3R.js → chunk-RHYTM4FE.js} +2 -2
  25. package/dist/{chunk-NJR5IH3H.js → chunk-SG2A4CTL.js} +3 -3
  26. package/dist/{chunk-JYBBGVIM.js → chunk-SGU7BPE4.js} +3 -3
  27. package/dist/{chunk-PYPPUTUV.js → chunk-TGDLXF4K.js} +2 -2
  28. package/dist/{chunk-R7OKLQB6.js → chunk-TIYR37XP.js} +4 -4
  29. package/dist/{chunk-B5Q2Q4B3.js → chunk-UHBL2XEG.js} +2 -2
  30. package/dist/{chunk-WF5BWNFE.js → chunk-W65CJE3X.js} +6 -6
  31. package/dist/{chunk-TRR5QJRW.js → chunk-WYVKPOTO.js} +4 -4
  32. package/dist/{chunk-5PAHFSKT.js → chunk-X7CGUWBF.js} +3 -3
  33. package/dist/{chunk-GFYDB5LD.js → chunk-ZZNQWJUM.js} +3 -3
  34. package/dist/cli/commands/auth/login.js +8 -8
  35. package/dist/cli/commands/auth/login.test.js +9 -9
  36. package/dist/cli/commands/auth/logout.js +8 -8
  37. package/dist/cli/commands/auth/logout.test.js +9 -9
  38. package/dist/cli/commands/cache/clear.js +8 -8
  39. package/dist/cli/commands/debug/command-flags.js +8 -8
  40. package/dist/cli/commands/docs/generate.js +8 -8
  41. package/dist/cli/commands/docs/generate.test.js +8 -8
  42. package/dist/cli/commands/help.js +8 -8
  43. package/dist/cli/commands/kitchen-sink/async.js +9 -9
  44. package/dist/cli/commands/kitchen-sink/async.test.js +9 -9
  45. package/dist/cli/commands/kitchen-sink/index.js +11 -11
  46. package/dist/cli/commands/kitchen-sink/index.test.js +11 -11
  47. package/dist/cli/commands/kitchen-sink/prompts.js +9 -9
  48. package/dist/cli/commands/kitchen-sink/prompts.test.js +9 -9
  49. package/dist/cli/commands/kitchen-sink/static.js +9 -9
  50. package/dist/cli/commands/kitchen-sink/static.test.js +9 -9
  51. package/dist/cli/commands/notifications/generate.js +9 -9
  52. package/dist/cli/commands/notifications/list.js +9 -9
  53. package/dist/cli/commands/search.js +9 -9
  54. package/dist/cli/commands/upgrade.js +9 -9
  55. package/dist/cli/commands/version.js +9 -9
  56. package/dist/cli/commands/version.test.js +9 -9
  57. package/dist/cli/services/commands/notifications.js +6 -6
  58. package/dist/cli/services/commands/search.js +2 -2
  59. package/dist/cli/services/commands/search.test.js +2 -2
  60. package/dist/cli/services/commands/version.js +3 -3
  61. package/dist/cli/services/commands/version.test.js +4 -4
  62. package/dist/cli/services/kitchen-sink/async.js +2 -2
  63. package/dist/cli/services/kitchen-sink/prompts.js +2 -2
  64. package/dist/cli/services/kitchen-sink/static.js +2 -2
  65. package/dist/cli/services/upgrade.js +3 -3
  66. package/dist/cli/services/upgrade.test.js +4 -4
  67. package/dist/{custom-oclif-loader-TLTSWHLS.js → custom-oclif-loader-RINU7HR3.js} +2 -2
  68. package/dist/{error-handler-JWFNITM6.js → error-handler-CWNDOJLB.js} +6 -6
  69. package/dist/hooks/postrun.js +5 -5
  70. package/dist/hooks/prerun.js +6 -6
  71. package/dist/index.js +701 -537
  72. package/dist/{local-4NMXX5NP.js → local-FQVEYJ4K.js} +4 -2
  73. package/dist/{node-package-manager-SHRILTY3.js → node-package-manager-XIE2HZEQ.js} +3 -3
  74. package/dist/tsconfig.tsbuildinfo +1 -1
  75. package/dist/{ui-MKDRI4FX.js → ui-UAEFJEFY.js} +2 -2
  76. package/dist/{workerd-BHG6KDEK.js → workerd-EPURL4IC.js} +9 -9
  77. package/oclif.manifest.json +12 -9
  78. package/package.json +6 -6
@@ -17,7 +17,7 @@ import {
17
17
  renderTasks,
18
18
  renderTextPrompt,
19
19
  renderWarning
20
- } from "./chunk-GSUL4KBP.js";
20
+ } from "./chunk-5SJCPOBW.js";
21
21
  import "./chunk-WC5EDB4Z.js";
22
22
  import "./chunk-HMDWNGIV.js";
23
23
  import "./chunk-UMUTXITN.js";
@@ -51,4 +51,4 @@ export {
51
51
  renderTextPrompt,
52
52
  renderWarning
53
53
  };
54
- //# sourceMappingURL=ui-MKDRI4FX.js.map
54
+ //# sourceMappingURL=ui-UAEFJEFY.js.map
@@ -10,16 +10,16 @@ import {
10
10
  importLocal,
11
11
  logRequestLine,
12
12
  setConstructors
13
- } from "./chunk-2QVJ6J2X.js";
13
+ } from "./chunk-DOZD5WAI.js";
14
14
  import "./chunk-EFOOQV72.js";
15
- import "./chunk-TLGBKEEX.js";
16
- import "./chunk-WF5BWNFE.js";
15
+ import "./chunk-3VKS4374.js";
16
+ import "./chunk-W65CJE3X.js";
17
17
  import "./chunk-SHWOPMLQ.js";
18
- import "./chunk-YETFHMCK.js";
19
- import "./chunk-EQO4QA4E.js";
18
+ import "./chunk-CYPBBNM2.js";
19
+ import "./chunk-4BBQTKIZ.js";
20
20
  import "./chunk-XD3LXUGW.js";
21
- import "./chunk-GFYDB5LD.js";
22
- import "./chunk-6KFJWCTP.js";
21
+ import "./chunk-ZZNQWJUM.js";
22
+ import "./chunk-OTD3FRPC.js";
23
23
  import {
24
24
  AbortError,
25
25
  createFileReadStream,
@@ -27,7 +27,7 @@ import {
27
27
  readFile,
28
28
  renderSuccess,
29
29
  source_default
30
- } from "./chunk-GSUL4KBP.js";
30
+ } from "./chunk-5SJCPOBW.js";
31
31
  import "./chunk-WC5EDB4Z.js";
32
32
  import "./chunk-HMDWNGIV.js";
33
33
  import "./chunk-UMUTXITN.js";
@@ -166,4 +166,4 @@ async function startWorkerdServer({
166
166
  export {
167
167
  startWorkerdServer
168
168
  };
169
- //# sourceMappingURL=workerd-BHG6KDEK.js.map
169
+ //# sourceMappingURL=workerd-EPURL4IC.js.map
@@ -172,7 +172,6 @@
172
172
  }
173
173
  },
174
174
  "hasDynamicHelp": false,
175
- "hidden": true,
176
175
  "hiddenAliases": [
177
176
  ],
178
177
  "id": "app:bulk:cancel",
@@ -188,7 +187,8 @@
188
187
  "args": {
189
188
  },
190
189
  "customPluginName": "@shopify/app",
191
- "description": "Executes an Admin API GraphQL query or mutation on the specified dev store, as a bulk operation.",
190
+ "description": "Executes an Admin API GraphQL query or mutation on the specified store, as a bulk operation. Mutations are only allowed on dev stores.\n\n Bulk operations allow you to process large amounts of data asynchronously. Learn more about \"bulk query operations\" (https://shopify.dev/docs/api/usage/bulk-operations/queries) and \"bulk mutation operations\" (https://shopify.dev/docs/api/usage/bulk-operations/imports).\n\n Use \"`bulk status`\" (https://shopify.dev/docs/api/shopify-cli/app/app-bulk-status) to check the status of your bulk operations.",
191
+ "descriptionWithMarkdown": "Executes an Admin API GraphQL query or mutation on the specified store, as a bulk operation. Mutations are only allowed on dev stores.\n\n Bulk operations allow you to process large amounts of data asynchronously. Learn more about [bulk query operations](https://shopify.dev/docs/api/usage/bulk-operations/queries) and [bulk mutation operations](https://shopify.dev/docs/api/usage/bulk-operations/imports).\n\n Use [`bulk status`](https://shopify.dev/docs/api/shopify-cli/app/app-bulk-status) to check the status of your bulk operations.",
192
192
  "flags": {
193
193
  "client-id": {
194
194
  "description": "The Client ID of your app.",
@@ -326,7 +326,6 @@
326
326
  }
327
327
  },
328
328
  "hasDynamicHelp": false,
329
- "hidden": true,
330
329
  "hiddenAliases": [
331
330
  ],
332
331
  "id": "app:bulk:execute",
@@ -342,7 +341,8 @@
342
341
  "args": {
343
342
  },
344
343
  "customPluginName": "@shopify/app",
345
- "description": "Check the status of a specific bulk operation by ID, or list all bulk operations in the last 7 days.",
344
+ "description": "Check the status of a specific bulk operation by ID, or list all bulk operations belonging to this app on this store in the last 7 days.\n\n Bulk operations allow you to process large amounts of data asynchronously. Learn more about \"bulk query operations\" (https://shopify.dev/docs/api/usage/bulk-operations/queries) and \"bulk mutation operations\" (https://shopify.dev/docs/api/usage/bulk-operations/imports).\n\n Use \"`bulk execute`\" (https://shopify.dev/docs/api/shopify-cli/app/app-bulk-execute) to start a new bulk operation.",
345
+ "descriptionWithMarkdown": "Check the status of a specific bulk operation by ID, or list all bulk operations belonging to this app on this store in the last 7 days.\n\n Bulk operations allow you to process large amounts of data asynchronously. Learn more about [bulk query operations](https://shopify.dev/docs/api/usage/bulk-operations/queries) and [bulk mutation operations](https://shopify.dev/docs/api/usage/bulk-operations/imports).\n\n Use [`bulk execute`](https://shopify.dev/docs/api/shopify-cli/app/app-bulk-execute) to start a new bulk operation.",
346
346
  "flags": {
347
347
  "client-id": {
348
348
  "description": "The Client ID of your app.",
@@ -367,7 +367,7 @@
367
367
  "type": "option"
368
368
  },
369
369
  "id": {
370
- "description": "The bulk operation ID (numeric ID or full GID). If not provided, lists all bulk operations in the last 7 days.",
370
+ "description": "The bulk operation ID (numeric ID or full GID). If not provided, lists all bulk operations belonging to this app on this store in the last 7 days.",
371
371
  "env": "SHOPIFY_FLAG_ID",
372
372
  "hasDynamicHelp": false,
373
373
  "multiple": false,
@@ -421,7 +421,6 @@
421
421
  }
422
422
  },
423
423
  "hasDynamicHelp": false,
424
- "hidden": true,
425
424
  "hiddenAliases": [
426
425
  ],
427
426
  "id": "app:bulk:status",
@@ -744,6 +743,10 @@
744
743
  "allowNo": false,
745
744
  "description": "Creates a version but doesn't release it - it's not made available to merchants. With this flag, a user confirmation is not required.",
746
745
  "env": "SHOPIFY_FLAG_NO_RELEASE",
746
+ "exclusive": [
747
+ "allow-updates",
748
+ "allow-deletes"
749
+ ],
747
750
  "hidden": false,
748
751
  "name": "no-release",
749
752
  "type": "boolean"
@@ -1253,7 +1256,8 @@
1253
1256
  "args": {
1254
1257
  },
1255
1258
  "customPluginName": "@shopify/app",
1256
- "description": "Executes an Admin API GraphQL query or mutation on the specified dev store.",
1259
+ "description": "Executes an Admin API GraphQL query or mutation on the specified store. Mutations are only allowed on dev stores.\n\n For operations that process large amounts of data, use \"`bulk execute`\" (https://shopify.dev/docs/api/shopify-cli/app/app-bulk-execute) instead.",
1260
+ "descriptionWithMarkdown": "Executes an Admin API GraphQL query or mutation on the specified store. Mutations are only allowed on dev stores.\n\n For operations that process large amounts of data, use [`bulk execute`](https://shopify.dev/docs/api/shopify-cli/app/app-bulk-execute) instead.",
1257
1261
  "flags": {
1258
1262
  "client-id": {
1259
1263
  "description": "The Client ID of your app.",
@@ -1381,7 +1385,6 @@
1381
1385
  }
1382
1386
  },
1383
1387
  "hasDynamicHelp": false,
1384
- "hidden": true,
1385
1388
  "hiddenAliases": [
1386
1389
  ],
1387
1390
  "id": "app:execute",
@@ -7811,5 +7814,5 @@
7811
7814
  "summary": "Trigger delivery of a sample webhook topic payload to a designated address."
7812
7815
  }
7813
7816
  },
7814
- "version": "3.89.0"
7817
+ "version": "3.90.1"
7815
7818
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopify/cli",
3
- "version": "3.89.0",
3
+ "version": "3.90.1",
4
4
  "private": false,
5
5
  "description": "A CLI tool to build for the Shopify platform",
6
6
  "keywords": [
@@ -98,11 +98,11 @@
98
98
  "@oclif/core": "4.5.3",
99
99
  "@oclif/plugin-commands": "4.1.33",
100
100
  "@oclif/plugin-plugins": "5.4.47",
101
- "@shopify/app": "3.89.0",
102
- "@shopify/cli-kit": "3.89.0",
103
- "@shopify/plugin-cloudflare": "3.89.0",
104
- "@shopify/plugin-did-you-mean": "3.89.0",
105
- "@shopify/theme": "3.89.0",
101
+ "@shopify/app": "3.90.1",
102
+ "@shopify/cli-kit": "3.90.1",
103
+ "@shopify/plugin-cloudflare": "3.90.1",
104
+ "@shopify/plugin-did-you-mean": "3.90.1",
105
+ "@shopify/theme": "3.90.1",
106
106
  "@shopify/cli-hydrogen": "11.1.5",
107
107
  "@types/global-agent": "3.0.0",
108
108
  "@typescript-eslint/eslint-plugin": "7.13.1",