@shopify/cli 3.87.4 → 3.88.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 (81) hide show
  1. package/dist/{chunk-M4KJ2GMX.js → chunk-4ISFA2N3.js} +6 -8
  2. package/dist/{chunk-2VDLT7AT.js → chunk-4NQZXGUR.js} +4 -4
  3. package/dist/{chunk-MQGJCYOJ.js → chunk-5BHU3PRC.js} +65 -28
  4. package/dist/{chunk-W2TEGSMR.js → chunk-5OVH24W5.js} +6 -6
  5. package/dist/{chunk-B5R7IGPI.js → chunk-6GKJAGTG.js} +2 -2
  6. package/dist/{chunk-TSE5KOHV.js → chunk-6O34ZV3A.js} +4 -4
  7. package/dist/{chunk-VDVVCJPN.js → chunk-6XQFNXU3.js} +19 -3
  8. package/dist/{chunk-MN5WIAIX.js → chunk-7U3KXZYU.js} +3 -3
  9. package/dist/{chunk-5MAMHRHU.js → chunk-CCYDP5TC.js} +5 -5
  10. package/dist/{chunk-E5DVKI4E.js → chunk-DGWEIWJA.js} +4 -6
  11. package/dist/{chunk-NA2JV5GP.js → chunk-GZ3PD27A.js} +4 -4
  12. package/dist/{chunk-OG4B24TL.js → chunk-GZARFYAY.js} +2 -2
  13. package/dist/{chunk-XBNJSXFC.js → chunk-HM34WS7W.js} +3 -3
  14. package/dist/{chunk-UPPP4PEB.js → chunk-HQJPNVYR.js} +6 -6
  15. package/dist/{chunk-5OEN66KU.js → chunk-IVWPL6RQ.js} +3 -3
  16. package/dist/{chunk-6RV7EPXS.js → chunk-J7U35MPX.js} +5 -5
  17. package/dist/chunk-JO4W7S44.js +52891 -0
  18. package/dist/{chunk-CONRF5CQ.js → chunk-K5F7HNJN.js} +3 -3
  19. package/dist/{chunk-DDZ4MRDR.js → chunk-KF76XPVO.js} +3 -3
  20. package/dist/{chunk-ZUMEAETT.js → chunk-KVDUU7LU.js} +2 -2
  21. package/dist/{chunk-SJXCBEPN.js → chunk-LBA6IB72.js} +3 -3
  22. package/dist/{chunk-YLJDEDAN.js → chunk-OUR7YOZK.js} +2 -2
  23. package/dist/{chunk-KKHQITV4.js → chunk-QRIP3SU2.js} +7 -7
  24. package/dist/{chunk-5SE32FSQ.js → chunk-SATLZT2F.js} +2 -2
  25. package/dist/{chunk-73NR2QYO.js → chunk-SMXARNZJ.js} +3 -3
  26. package/dist/{chunk-FXQ465D3.js → chunk-TF4AQQB4.js} +5 -5
  27. package/dist/{chunk-X26FF4KZ.js → chunk-TPVWZRBE.js} +3 -3
  28. package/dist/{chunk-Q5AXWB7V.js → chunk-TQWSBJX3.js} +3 -3
  29. package/dist/{chunk-JAR2WH2P.js → chunk-TZSBI4FY.js} +7 -9
  30. package/dist/{chunk-2DGV6SZL.js → chunk-UBFTWR2L.js} +2 -2
  31. package/dist/{chunk-WKBH3IKR.js → chunk-VH47P2IR.js} +3 -3
  32. package/dist/{chunk-RSS4DZZM.js → chunk-YBRRA3G2.js} +2 -2
  33. package/dist/{chunk-LMREWIO3.js → chunk-ZKOCRU7F.js} +3 -3
  34. package/dist/cli/commands/auth/login.js +8 -10
  35. package/dist/cli/commands/auth/login.test.js +9 -11
  36. package/dist/cli/commands/auth/logout.js +8 -10
  37. package/dist/cli/commands/auth/logout.test.js +9 -11
  38. package/dist/cli/commands/cache/clear.js +8 -10
  39. package/dist/cli/commands/debug/command-flags.js +8 -10
  40. package/dist/cli/commands/docs/generate.js +8 -10
  41. package/dist/cli/commands/docs/generate.test.js +8 -10
  42. package/dist/cli/commands/help.js +8 -10
  43. package/dist/cli/commands/kitchen-sink/async.js +9 -11
  44. package/dist/cli/commands/kitchen-sink/async.test.js +9 -11
  45. package/dist/cli/commands/kitchen-sink/index.js +11 -13
  46. package/dist/cli/commands/kitchen-sink/index.test.js +11 -13
  47. package/dist/cli/commands/kitchen-sink/prompts.js +9 -11
  48. package/dist/cli/commands/kitchen-sink/prompts.test.js +9 -11
  49. package/dist/cli/commands/kitchen-sink/static.js +9 -11
  50. package/dist/cli/commands/kitchen-sink/static.test.js +9 -11
  51. package/dist/cli/commands/notifications/generate.js +9 -11
  52. package/dist/cli/commands/notifications/list.js +9 -11
  53. package/dist/cli/commands/search.js +9 -11
  54. package/dist/cli/commands/upgrade.js +9 -11
  55. package/dist/cli/commands/version.js +9 -11
  56. package/dist/cli/commands/version.test.js +9 -11
  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-FGHBF34H.js → custom-oclif-loader-EAWHI4I3.js} +2 -2
  68. package/dist/{error-handler-REZ4JHHT.js → error-handler-WZR7CPYT.js} +6 -8
  69. package/dist/hooks/postrun.js +5 -7
  70. package/dist/hooks/prerun.js +8 -9
  71. package/dist/index.js +1911 -907
  72. package/dist/{local-YIKMWXQ7.js → local-P2SS6AIS.js} +2 -2
  73. package/dist/{node-package-manager-RMBDMVA4.js → node-package-manager-FZWNOAYQ.js} +3 -3
  74. package/dist/tsconfig.tsbuildinfo +1 -1
  75. package/dist/{ui-5WUSNUER.js → ui-5RSPUMJS.js} +2 -2
  76. package/dist/{workerd-H7KWPFBD.js → workerd-K73DK5CH.js} +9 -11
  77. package/oclif.manifest.json +327 -19
  78. package/package.json +6 -6
  79. package/dist/chunk-GBO56MTW.js +0 -16100
  80. package/dist/chunk-GXRCTOFL.js +0 -32171
  81. package/dist/chunk-SE3SBZYH.js +0 -4671
@@ -17,7 +17,7 @@ import {
17
17
  renderTasks,
18
18
  renderTextPrompt,
19
19
  renderWarning
20
- } from "./chunk-MQGJCYOJ.js";
20
+ } from "./chunk-5BHU3PRC.js";
21
21
  import "./chunk-VLBE545G.js";
22
22
  import "./chunk-UMUTXITN.js";
23
23
  import "./chunk-HMDWNGIV.js";
@@ -51,4 +51,4 @@ export {
51
51
  renderTextPrompt,
52
52
  renderWarning
53
53
  };
54
- //# sourceMappingURL=ui-5WUSNUER.js.map
54
+ //# sourceMappingURL=ui-5RSPUMJS.js.map
@@ -10,18 +10,16 @@ import {
10
10
  importLocal,
11
11
  logRequestLine,
12
12
  setConstructors
13
- } from "./chunk-M4KJ2GMX.js";
13
+ } from "./chunk-4ISFA2N3.js";
14
14
  import "./chunk-EFOOQV72.js";
15
- import "./chunk-FXQ465D3.js";
16
- import "./chunk-JAR2WH2P.js";
15
+ import "./chunk-TF4AQQB4.js";
16
+ import "./chunk-TZSBI4FY.js";
17
17
  import "./chunk-SHWOPMLQ.js";
18
- import "./chunk-GBO56MTW.js";
19
- import "./chunk-SE3SBZYH.js";
20
- import "./chunk-W2TEGSMR.js";
21
- import "./chunk-GXRCTOFL.js";
18
+ import "./chunk-5OVH24W5.js";
19
+ import "./chunk-JO4W7S44.js";
22
20
  import "./chunk-XD3LXUGW.js";
23
- import "./chunk-OG4B24TL.js";
24
- import "./chunk-B5R7IGPI.js";
21
+ import "./chunk-GZARFYAY.js";
22
+ import "./chunk-6GKJAGTG.js";
25
23
  import {
26
24
  AbortError,
27
25
  createFileReadStream,
@@ -29,7 +27,7 @@ import {
29
27
  readFile,
30
28
  renderSuccess,
31
29
  source_default
32
- } from "./chunk-MQGJCYOJ.js";
30
+ } from "./chunk-5BHU3PRC.js";
33
31
  import "./chunk-VLBE545G.js";
34
32
  import "./chunk-UMUTXITN.js";
35
33
  import "./chunk-HMDWNGIV.js";
@@ -168,4 +166,4 @@ async function startWorkerdServer({
168
166
  export {
169
167
  startWorkerdServer
170
168
  };
171
- //# sourceMappingURL=workerd-H7KWPFBD.js.map
169
+ //# sourceMappingURL=workerd-K73DK5CH.js.map
@@ -86,6 +86,101 @@
86
86
  "strict": true,
87
87
  "summary": "Build the app, including extensions."
88
88
  },
89
+ "app:bulk:status": {
90
+ "aliases": [
91
+ ],
92
+ "args": {
93
+ },
94
+ "customPluginName": "@shopify/app",
95
+ "description": "Check the status of a specific bulk operation by ID, or list all bulk operations in the last 7 days.",
96
+ "flags": {
97
+ "client-id": {
98
+ "description": "The Client ID of your app.",
99
+ "env": "SHOPIFY_FLAG_CLIENT_ID",
100
+ "exclusive": [
101
+ "config"
102
+ ],
103
+ "hasDynamicHelp": false,
104
+ "hidden": false,
105
+ "multiple": false,
106
+ "name": "client-id",
107
+ "type": "option"
108
+ },
109
+ "config": {
110
+ "char": "c",
111
+ "description": "The name of the app configuration.",
112
+ "env": "SHOPIFY_FLAG_APP_CONFIG",
113
+ "hasDynamicHelp": false,
114
+ "hidden": false,
115
+ "multiple": false,
116
+ "name": "config",
117
+ "type": "option"
118
+ },
119
+ "id": {
120
+ "description": "The bulk operation ID. If not provided, lists all bulk operations in the last 7 days.",
121
+ "env": "SHOPIFY_FLAG_ID",
122
+ "hasDynamicHelp": false,
123
+ "multiple": false,
124
+ "name": "id",
125
+ "type": "option"
126
+ },
127
+ "no-color": {
128
+ "allowNo": false,
129
+ "description": "Disable color output.",
130
+ "env": "SHOPIFY_FLAG_NO_COLOR",
131
+ "hidden": false,
132
+ "name": "no-color",
133
+ "type": "boolean"
134
+ },
135
+ "path": {
136
+ "description": "The path to your app directory.",
137
+ "env": "SHOPIFY_FLAG_PATH",
138
+ "hasDynamicHelp": false,
139
+ "multiple": false,
140
+ "name": "path",
141
+ "noCacheDefault": true,
142
+ "type": "option"
143
+ },
144
+ "reset": {
145
+ "allowNo": false,
146
+ "description": "Reset all your settings.",
147
+ "env": "SHOPIFY_FLAG_RESET",
148
+ "exclusive": [
149
+ "config"
150
+ ],
151
+ "hidden": false,
152
+ "name": "reset",
153
+ "type": "boolean"
154
+ },
155
+ "store": {
156
+ "char": "s",
157
+ "description": "The store domain. Must be an existing dev store.",
158
+ "env": "SHOPIFY_FLAG_STORE",
159
+ "hasDynamicHelp": false,
160
+ "multiple": false,
161
+ "name": "store",
162
+ "type": "option"
163
+ },
164
+ "verbose": {
165
+ "allowNo": false,
166
+ "description": "Increase the verbosity of the output.",
167
+ "env": "SHOPIFY_FLAG_VERBOSE",
168
+ "hidden": false,
169
+ "name": "verbose",
170
+ "type": "boolean"
171
+ }
172
+ },
173
+ "hasDynamicHelp": false,
174
+ "hidden": true,
175
+ "hiddenAliases": [
176
+ ],
177
+ "id": "app:bulk:status",
178
+ "pluginAlias": "@shopify/cli",
179
+ "pluginName": "@shopify/cli",
180
+ "pluginType": "core",
181
+ "strict": true,
182
+ "summary": "Check the status of bulk operations."
183
+ },
89
184
  "app:config:link": {
90
185
  "aliases": [
91
186
  ],
@@ -164,6 +259,84 @@
164
259
  "strict": true,
165
260
  "summary": "Fetch your app configuration from the Developer Dashboard."
166
261
  },
262
+ "app:config:pull": {
263
+ "aliases": [
264
+ ],
265
+ "args": {
266
+ },
267
+ "customPluginName": "@shopify/app",
268
+ "description": "Pulls the latest configuration from the already-linked Shopify app and updates the selected configuration file.\n\nThis command reuses the existing linked app and organization and skips all interactive prompts. Use `--config` to target a specific configuration file, or omit it to use the default one.",
269
+ "descriptionWithMarkdown": "Pulls the latest configuration from the already-linked Shopify app and updates the selected configuration file.\n\nThis command reuses the existing linked app and organization and skips all interactive prompts. Use `--config` to target a specific configuration file, or omit it to use the default one.",
270
+ "flags": {
271
+ "client-id": {
272
+ "description": "The Client ID of your app.",
273
+ "env": "SHOPIFY_FLAG_CLIENT_ID",
274
+ "exclusive": [
275
+ "config"
276
+ ],
277
+ "hasDynamicHelp": false,
278
+ "hidden": false,
279
+ "multiple": false,
280
+ "name": "client-id",
281
+ "type": "option"
282
+ },
283
+ "config": {
284
+ "char": "c",
285
+ "description": "The name of the app configuration.",
286
+ "env": "SHOPIFY_FLAG_APP_CONFIG",
287
+ "hasDynamicHelp": false,
288
+ "hidden": false,
289
+ "multiple": false,
290
+ "name": "config",
291
+ "type": "option"
292
+ },
293
+ "no-color": {
294
+ "allowNo": false,
295
+ "description": "Disable color output.",
296
+ "env": "SHOPIFY_FLAG_NO_COLOR",
297
+ "hidden": false,
298
+ "name": "no-color",
299
+ "type": "boolean"
300
+ },
301
+ "path": {
302
+ "description": "The path to your app directory.",
303
+ "env": "SHOPIFY_FLAG_PATH",
304
+ "hasDynamicHelp": false,
305
+ "multiple": false,
306
+ "name": "path",
307
+ "noCacheDefault": true,
308
+ "type": "option"
309
+ },
310
+ "reset": {
311
+ "allowNo": false,
312
+ "description": "Reset all your settings.",
313
+ "env": "SHOPIFY_FLAG_RESET",
314
+ "exclusive": [
315
+ "config"
316
+ ],
317
+ "hidden": false,
318
+ "name": "reset",
319
+ "type": "boolean"
320
+ },
321
+ "verbose": {
322
+ "allowNo": false,
323
+ "description": "Increase the verbosity of the output.",
324
+ "env": "SHOPIFY_FLAG_VERBOSE",
325
+ "hidden": false,
326
+ "name": "verbose",
327
+ "type": "boolean"
328
+ }
329
+ },
330
+ "hasDynamicHelp": false,
331
+ "hiddenAliases": [
332
+ ],
333
+ "id": "app:config:pull",
334
+ "pluginAlias": "@shopify/cli",
335
+ "pluginName": "@shopify/cli",
336
+ "pluginType": "core",
337
+ "strict": true,
338
+ "summary": "Refresh an already-linked app configuration without prompts."
339
+ },
167
340
  "app:config:use": {
168
341
  "aliases": [
169
342
  ],
@@ -561,8 +734,8 @@
561
734
  "args": {
562
735
  },
563
736
  "customPluginName": "@shopify/app",
564
- "description": "Stop the app preview that was started with `shopify app dev`.\n\n It restores the app's active version to the selected development store.\n ",
565
- "descriptionWithMarkdown": "Stop the app preview that was started with `shopify app dev`.\n\n It restores the app's active version to the selected development store.\n ",
737
+ "description": "Stop the dev preview that was started with `shopify app dev`.\n\n It restores the app's active version to the selected development store.\n ",
738
+ "descriptionWithMarkdown": "Stop the dev preview that was started with `shopify app dev`.\n\n It restores the app's active version to the selected development store.\n ",
566
739
  "flags": {
567
740
  "client-id": {
568
741
  "description": "The Client ID of your app.",
@@ -641,7 +814,7 @@
641
814
  "pluginName": "@shopify/cli",
642
815
  "pluginType": "core",
643
816
  "strict": true,
644
- "summary": "Cleans up the app preview from the selected store."
817
+ "summary": "Cleans up the dev preview from the selected store."
645
818
  },
646
819
  "app:env:pull": {
647
820
  "aliases": [
@@ -808,6 +981,141 @@
808
981
  "strict": true,
809
982
  "summary": "Display app and extensions environment variables."
810
983
  },
984
+ "app:execute": {
985
+ "aliases": [
986
+ ],
987
+ "args": {
988
+ },
989
+ "customPluginName": "@shopify/app",
990
+ "description": "Execute bulk operations against the Shopify Admin API.",
991
+ "flags": {
992
+ "client-id": {
993
+ "description": "The Client ID of your app.",
994
+ "env": "SHOPIFY_FLAG_CLIENT_ID",
995
+ "exclusive": [
996
+ "config"
997
+ ],
998
+ "hasDynamicHelp": false,
999
+ "hidden": false,
1000
+ "multiple": false,
1001
+ "name": "client-id",
1002
+ "type": "option"
1003
+ },
1004
+ "config": {
1005
+ "char": "c",
1006
+ "description": "The name of the app configuration.",
1007
+ "env": "SHOPIFY_FLAG_APP_CONFIG",
1008
+ "hasDynamicHelp": false,
1009
+ "hidden": false,
1010
+ "multiple": false,
1011
+ "name": "config",
1012
+ "type": "option"
1013
+ },
1014
+ "no-color": {
1015
+ "allowNo": false,
1016
+ "description": "Disable color output.",
1017
+ "env": "SHOPIFY_FLAG_NO_COLOR",
1018
+ "hidden": false,
1019
+ "name": "no-color",
1020
+ "type": "boolean"
1021
+ },
1022
+ "output-file": {
1023
+ "description": "The file path where results should be written. If not specified, results will be written to STDOUT.",
1024
+ "env": "SHOPIFY_FLAG_OUTPUT_FILE",
1025
+ "hasDynamicHelp": false,
1026
+ "multiple": false,
1027
+ "name": "output-file",
1028
+ "type": "option"
1029
+ },
1030
+ "path": {
1031
+ "description": "The path to your app directory.",
1032
+ "env": "SHOPIFY_FLAG_PATH",
1033
+ "hasDynamicHelp": false,
1034
+ "multiple": false,
1035
+ "name": "path",
1036
+ "noCacheDefault": true,
1037
+ "type": "option"
1038
+ },
1039
+ "query": {
1040
+ "char": "q",
1041
+ "description": "The GraphQL query or mutation to run as a bulk operation. If omitted, reads from standard input.",
1042
+ "env": "SHOPIFY_FLAG_QUERY",
1043
+ "hasDynamicHelp": false,
1044
+ "multiple": false,
1045
+ "name": "query",
1046
+ "required": false,
1047
+ "type": "option"
1048
+ },
1049
+ "reset": {
1050
+ "allowNo": false,
1051
+ "description": "Reset all your settings.",
1052
+ "env": "SHOPIFY_FLAG_RESET",
1053
+ "exclusive": [
1054
+ "config"
1055
+ ],
1056
+ "hidden": false,
1057
+ "name": "reset",
1058
+ "type": "boolean"
1059
+ },
1060
+ "store": {
1061
+ "char": "s",
1062
+ "description": "The store domain. Must be an existing dev store.",
1063
+ "env": "SHOPIFY_FLAG_STORE",
1064
+ "hasDynamicHelp": false,
1065
+ "multiple": false,
1066
+ "name": "store",
1067
+ "type": "option"
1068
+ },
1069
+ "variable-file": {
1070
+ "description": "Path to a file containing GraphQL variables in JSONL format (one JSON object per line). Can't be used with --variables.",
1071
+ "env": "SHOPIFY_FLAG_VARIABLE_FILE",
1072
+ "exclusive": [
1073
+ "variables"
1074
+ ],
1075
+ "hasDynamicHelp": false,
1076
+ "multiple": false,
1077
+ "name": "variable-file",
1078
+ "type": "option"
1079
+ },
1080
+ "variables": {
1081
+ "char": "v",
1082
+ "description": "The values for any GraphQL variables in your mutation, in JSON format. Can be specified multiple times.",
1083
+ "env": "SHOPIFY_FLAG_VARIABLES",
1084
+ "exclusive": [
1085
+ "variable-file"
1086
+ ],
1087
+ "hasDynamicHelp": false,
1088
+ "multiple": true,
1089
+ "name": "variables",
1090
+ "type": "option"
1091
+ },
1092
+ "verbose": {
1093
+ "allowNo": false,
1094
+ "description": "Increase the verbosity of the output.",
1095
+ "env": "SHOPIFY_FLAG_VERBOSE",
1096
+ "hidden": false,
1097
+ "name": "verbose",
1098
+ "type": "boolean"
1099
+ },
1100
+ "watch": {
1101
+ "allowNo": false,
1102
+ "description": "Wait for bulk operation results before exiting.",
1103
+ "env": "SHOPIFY_FLAG_WATCH",
1104
+ "name": "watch",
1105
+ "type": "boolean"
1106
+ }
1107
+ },
1108
+ "hasDynamicHelp": false,
1109
+ "hidden": true,
1110
+ "hiddenAliases": [
1111
+ ],
1112
+ "id": "app:execute",
1113
+ "pluginAlias": "@shopify/cli",
1114
+ "pluginName": "@shopify/cli",
1115
+ "pluginType": "core",
1116
+ "strict": true,
1117
+ "summary": "Execute bulk operations."
1118
+ },
811
1119
  "app:function:build": {
812
1120
  "aliases": [
813
1121
  ],
@@ -4977,7 +5285,7 @@
4977
5285
  "type": "boolean"
4978
5286
  },
4979
5287
  "password": {
4980
- "description": "Password generated from the Theme Access app.",
5288
+ "description": "Password generated from the Theme Access app or an Admin API token.",
4981
5289
  "env": "SHOPIFY_CLI_THEME_TOKEN",
4982
5290
  "hasDynamicHelp": false,
4983
5291
  "multiple": false,
@@ -5086,7 +5394,7 @@
5086
5394
  "type": "boolean"
5087
5395
  },
5088
5396
  "password": {
5089
- "description": "Password generated from the Theme Access app.",
5397
+ "description": "Password generated from the Theme Access app or an Admin API token.",
5090
5398
  "env": "SHOPIFY_CLI_THEME_TOKEN",
5091
5399
  "hasDynamicHelp": false,
5092
5400
  "multiple": false,
@@ -5275,7 +5583,7 @@
5275
5583
  "type": "boolean"
5276
5584
  },
5277
5585
  "password": {
5278
- "description": "Password generated from the Theme Access app.",
5586
+ "description": "Password generated from the Theme Access app or an Admin API token.",
5279
5587
  "env": "SHOPIFY_CLI_THEME_TOKEN",
5280
5588
  "hasDynamicHelp": false,
5281
5589
  "multiple": false,
@@ -5413,7 +5721,7 @@
5413
5721
  "type": "boolean"
5414
5722
  },
5415
5723
  "password": {
5416
- "description": "Password generated from the Theme Access app.",
5724
+ "description": "Password generated from the Theme Access app or an Admin API token.",
5417
5725
  "env": "SHOPIFY_CLI_THEME_TOKEN",
5418
5726
  "hasDynamicHelp": false,
5419
5727
  "multiple": false,
@@ -5504,7 +5812,7 @@
5504
5812
  "type": "boolean"
5505
5813
  },
5506
5814
  "password": {
5507
- "description": "Password generated from the Theme Access app.",
5815
+ "description": "Password generated from the Theme Access app or an Admin API token.",
5508
5816
  "env": "SHOPIFY_CLI_THEME_TOKEN",
5509
5817
  "hasDynamicHelp": false,
5510
5818
  "multiple": false,
@@ -5716,7 +6024,7 @@
5716
6024
  "type": "boolean"
5717
6025
  },
5718
6026
  "password": {
5719
- "description": "Password generated from the Theme Access app.",
6027
+ "description": "Password generated from the Theme Access app or an Admin API token.",
5720
6028
  "env": "SHOPIFY_CLI_THEME_TOKEN",
5721
6029
  "hasDynamicHelp": false,
5722
6030
  "multiple": false,
@@ -5812,7 +6120,7 @@
5812
6120
  "type": "boolean"
5813
6121
  },
5814
6122
  "password": {
5815
- "description": "Password generated from the Theme Access app.",
6123
+ "description": "Password generated from the Theme Access app or an Admin API token.",
5816
6124
  "env": "SHOPIFY_CLI_THEME_TOKEN",
5817
6125
  "hasDynamicHelp": false,
5818
6126
  "multiple": false,
@@ -5908,7 +6216,7 @@
5908
6216
  "type": "boolean"
5909
6217
  },
5910
6218
  "password": {
5911
- "description": "Password generated from the Theme Access app.",
6219
+ "description": "Password generated from the Theme Access app or an Admin API token.",
5912
6220
  "env": "SHOPIFY_CLI_THEME_TOKEN",
5913
6221
  "hasDynamicHelp": false,
5914
6222
  "multiple": false,
@@ -6043,7 +6351,7 @@
6043
6351
  "type": "boolean"
6044
6352
  },
6045
6353
  "password": {
6046
- "description": "Password generated from the Theme Access app.",
6354
+ "description": "Password generated from the Theme Access app or an Admin API token.",
6047
6355
  "env": "SHOPIFY_CLI_THEME_TOKEN",
6048
6356
  "hasDynamicHelp": false,
6049
6357
  "multiple": false,
@@ -6153,7 +6461,7 @@
6153
6461
  "type": "boolean"
6154
6462
  },
6155
6463
  "password": {
6156
- "description": "Password generated from the Theme Access app.",
6464
+ "description": "Password generated from the Theme Access app or an Admin API token.",
6157
6465
  "env": "SHOPIFY_CLI_THEME_TOKEN",
6158
6466
  "hasDynamicHelp": false,
6159
6467
  "multiple": false,
@@ -6289,7 +6597,7 @@
6289
6597
  "type": "option"
6290
6598
  },
6291
6599
  "password": {
6292
- "description": "Password generated from the Theme Access app.",
6600
+ "description": "Password generated from the Theme Access app or an Admin API token.",
6293
6601
  "env": "SHOPIFY_CLI_THEME_TOKEN",
6294
6602
  "hasDynamicHelp": false,
6295
6603
  "multiple": false,
@@ -6447,7 +6755,7 @@
6447
6755
  "type": "option"
6448
6756
  },
6449
6757
  "password": {
6450
- "description": "Password generated from the Theme Access app.",
6758
+ "description": "Password generated from the Theme Access app or an Admin API token.",
6451
6759
  "env": "SHOPIFY_CLI_THEME_TOKEN",
6452
6760
  "hasDynamicHelp": false,
6453
6761
  "multiple": false,
@@ -6590,7 +6898,7 @@
6590
6898
  "type": "boolean"
6591
6899
  },
6592
6900
  "password": {
6593
- "description": "Password generated from the Theme Access app.",
6901
+ "description": "Password generated from the Theme Access app or an Admin API token.",
6594
6902
  "env": "SHOPIFY_CLI_THEME_TOKEN",
6595
6903
  "hasDynamicHelp": false,
6596
6904
  "multiple": false,
@@ -6773,7 +7081,7 @@
6773
7081
  "type": "boolean"
6774
7082
  },
6775
7083
  "password": {
6776
- "description": "Password generated from the Theme Access app.",
7084
+ "description": "Password generated from the Theme Access app or an Admin API token.",
6777
7085
  "env": "SHOPIFY_CLI_THEME_TOKEN",
6778
7086
  "hasDynamicHelp": false,
6779
7087
  "multiple": false,
@@ -6894,7 +7202,7 @@
6894
7202
  "type": "boolean"
6895
7203
  },
6896
7204
  "password": {
6897
- "description": "Password generated from the Theme Access app.",
7205
+ "description": "Password generated from the Theme Access app or an Admin API token.",
6898
7206
  "env": "SHOPIFY_CLI_THEME_TOKEN",
6899
7207
  "hasDynamicHelp": false,
6900
7208
  "multiple": false,
@@ -7118,5 +7426,5 @@
7118
7426
  "summary": "Trigger delivery of a sample webhook topic payload to a designated address."
7119
7427
  }
7120
7428
  },
7121
- "version": "3.87.4"
7429
+ "version": "3.88.0"
7122
7430
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopify/cli",
3
- "version": "3.87.4",
3
+ "version": "3.88.0",
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.87.4",
102
- "@shopify/cli-kit": "3.87.4",
103
- "@shopify/plugin-cloudflare": "3.87.4",
104
- "@shopify/plugin-did-you-mean": "3.87.4",
105
- "@shopify/theme": "3.87.4",
101
+ "@shopify/app": "3.88.0",
102
+ "@shopify/cli-kit": "3.88.0",
103
+ "@shopify/plugin-cloudflare": "3.88.0",
104
+ "@shopify/plugin-did-you-mean": "3.88.0",
105
+ "@shopify/theme": "3.88.0",
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",