@shopify/cli 3.81.1 → 3.82.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 (78) hide show
  1. package/dist/{chunk-O66CPW2Z.js → chunk-25WAB7NJ.js} +2 -2
  2. package/dist/{chunk-2Y3UFXD6.js → chunk-3Q5VPXT5.js} +16 -9
  3. package/dist/{chunk-ZARNHYRC.js → chunk-6AJRDC5C.js} +3 -3
  4. package/dist/{chunk-JKKYVUPT.js → chunk-6C6ZDQRA.js} +2 -2
  5. package/dist/{chunk-GMFX4XJF.js → chunk-74CFIJBV.js} +3 -3
  6. package/dist/{chunk-5RPSJUXQ.js → chunk-7MYG46RI.js} +6 -6
  7. package/dist/{chunk-E6T6HFSE.js → chunk-7ZNBHIYT.js} +5 -5
  8. package/dist/{chunk-H37YPI3Y.js → chunk-AJDONTSK.js} +3 -3
  9. package/dist/{chunk-5LMBCQDG.js → chunk-BSTZYPZU.js} +10 -10
  10. package/dist/{chunk-DDYH6337.js → chunk-CFNCXOAV.js} +2 -2
  11. package/dist/{chunk-B44H2P6E.js → chunk-EEYW5FSA.js} +3 -3
  12. package/dist/{chunk-JV3N43QW.js → chunk-FYDURVQO.js} +4 -4
  13. package/dist/{chunk-WSP4T6BG.js → chunk-HOYO6JKN.js} +3 -3
  14. package/dist/{chunk-6GAIDVJR.js → chunk-JLJTVUDK.js} +11 -6
  15. package/dist/{chunk-X2GG47RT.js → chunk-JLKSXSVY.js} +3 -3
  16. package/dist/{chunk-PINTEIWG.js → chunk-KB5GMUHY.js} +6 -6
  17. package/dist/{chunk-CN7P6XXP.js → chunk-KUAANQ7T.js} +4 -4
  18. package/dist/{chunk-NZVDI2PG.js → chunk-MFC6MLP7.js} +3 -3
  19. package/dist/{chunk-R7PQLQRT.js → chunk-MSSZWK63.js} +4 -4
  20. package/dist/{chunk-OU2VE5NL.js → chunk-MWVORSD7.js} +6 -6
  21. package/dist/{chunk-5NWUTFCV.js → chunk-PRSTYBLZ.js} +3 -3
  22. package/dist/{chunk-5OBLOY7U.js → chunk-QEIHQ2YM.js} +2 -2
  23. package/dist/{chunk-27MYZBXV.js → chunk-QIECGUO5.js} +3 -3
  24. package/dist/{chunk-6CJ6BGWA.js → chunk-R2LEUYIF.js} +3 -3
  25. package/dist/{chunk-5CZUSVND.js → chunk-RLS2ONCK.js} +2 -2
  26. package/dist/{chunk-B5JZHKPR.js → chunk-TCCRXQUU.js} +3 -3
  27. package/dist/{chunk-6NGGBF47.js → chunk-UQXK6QDK.js} +3 -3
  28. package/dist/{chunk-PLXKIAXS.js → chunk-VWOOMRYF.js} +4 -4
  29. package/dist/{chunk-VANXFY34.js → chunk-WDBIXJF6.js} +2 -2
  30. package/dist/{chunk-ALHM5GST.js → chunk-XYELYAVC.js} +5 -5
  31. package/dist/{chunk-SOZ33QZX.js → chunk-YPSBMB7C.js} +2 -2
  32. package/dist/{chunk-KJXXNUND.js → chunk-YUBYB2KK.js} +10 -8
  33. package/dist/{chunk-NEQJPNB5.js → chunk-YUXFQXPK.js} +7 -7
  34. package/dist/{chunk-I2M5KL5Z.js → chunk-ZBSES4JU.js} +3 -3
  35. package/dist/cli/commands/auth/logout.js +11 -11
  36. package/dist/cli/commands/auth/logout.test.js +12 -12
  37. package/dist/cli/commands/cache/clear.js +10 -10
  38. package/dist/cli/commands/debug/command-flags.js +10 -10
  39. package/dist/cli/commands/docs/generate.js +10 -10
  40. package/dist/cli/commands/docs/generate.test.js +10 -10
  41. package/dist/cli/commands/help.js +10 -10
  42. package/dist/cli/commands/kitchen-sink/async.js +11 -11
  43. package/dist/cli/commands/kitchen-sink/async.test.js +11 -11
  44. package/dist/cli/commands/kitchen-sink/index.js +13 -13
  45. package/dist/cli/commands/kitchen-sink/index.test.js +13 -13
  46. package/dist/cli/commands/kitchen-sink/prompts.js +11 -11
  47. package/dist/cli/commands/kitchen-sink/prompts.test.js +11 -11
  48. package/dist/cli/commands/kitchen-sink/static.js +11 -11
  49. package/dist/cli/commands/kitchen-sink/static.test.js +11 -11
  50. package/dist/cli/commands/notifications/generate.js +11 -11
  51. package/dist/cli/commands/notifications/list.js +11 -11
  52. package/dist/cli/commands/search.js +11 -11
  53. package/dist/cli/commands/upgrade.js +11 -11
  54. package/dist/cli/commands/version.js +11 -11
  55. package/dist/cli/commands/version.test.js +11 -11
  56. package/dist/cli/services/commands/notifications.js +6 -6
  57. package/dist/cli/services/commands/search.js +2 -2
  58. package/dist/cli/services/commands/search.test.js +2 -2
  59. package/dist/cli/services/commands/version.js +3 -3
  60. package/dist/cli/services/commands/version.test.js +4 -4
  61. package/dist/cli/services/kitchen-sink/async.js +2 -2
  62. package/dist/cli/services/kitchen-sink/prompts.js +2 -2
  63. package/dist/cli/services/kitchen-sink/static.js +2 -2
  64. package/dist/cli/services/upgrade.js +3 -3
  65. package/dist/cli/services/upgrade.test.js +4 -4
  66. package/dist/{custom-oclif-loader-7E5Z2M56.js → custom-oclif-loader-BEAC6M5I.js} +2 -2
  67. package/dist/{error-handler-GHVJK7OK.js → error-handler-AW3QCINN.js} +8 -8
  68. package/dist/hooks/postrun.js +6 -6
  69. package/dist/hooks/prerun.js +7 -7
  70. package/dist/index.js +271 -175
  71. package/dist/{local-GLHD5LYH.js → local-ZIKS25AW.js} +2 -2
  72. package/dist/{node-OFSPLONP.js → node-GHBQEWAW.js} +12 -12
  73. package/dist/{node-package-manager-K7DEALW5.js → node-package-manager-T3RQZ6EF.js} +3 -3
  74. package/dist/tsconfig.tsbuildinfo +1 -1
  75. package/dist/{ui-G7IYCY5T.js → ui-NKEN4MZY.js} +2 -2
  76. package/dist/{workerd-IDTCFUND.js → workerd-BCMLUCF7.js} +12 -12
  77. package/oclif.manifest.json +84 -12
  78. package/package.json +6 -6
@@ -16,7 +16,7 @@ import {
16
16
  renderTasks,
17
17
  renderTextPrompt,
18
18
  renderWarning
19
- } from "./chunk-2Y3UFXD6.js";
19
+ } from "./chunk-3Q5VPXT5.js";
20
20
  import "./chunk-HMDWNGIV.js";
21
21
  import "./chunk-B5EXYCV3.js";
22
22
  import "./chunk-75LV6AQS.js";
@@ -49,4 +49,4 @@ export {
49
49
  renderTextPrompt,
50
50
  renderWarning
51
51
  };
52
- //# sourceMappingURL=ui-G7IYCY5T.js.map
52
+ //# sourceMappingURL=ui-NKEN4MZY.js.map
@@ -10,19 +10,19 @@ import {
10
10
  importLocal,
11
11
  logRequestLine,
12
12
  setConstructors
13
- } from "./chunk-5LMBCQDG.js";
13
+ } from "./chunk-BSTZYPZU.js";
14
14
  import "./chunk-CP3BRHWK.js";
15
- import "./chunk-R7PQLQRT.js";
16
- import "./chunk-KJXXNUND.js";
17
- import "./chunk-OU2VE5NL.js";
15
+ import "./chunk-MSSZWK63.js";
16
+ import "./chunk-YUBYB2KK.js";
17
+ import "./chunk-MWVORSD7.js";
18
18
  import "./chunk-SHWOPMLQ.js";
19
- import "./chunk-5RPSJUXQ.js";
20
- import "./chunk-6GAIDVJR.js";
21
- import "./chunk-PINTEIWG.js";
22
- import "./chunk-27MYZBXV.js";
19
+ import "./chunk-7MYG46RI.js";
20
+ import "./chunk-JLJTVUDK.js";
21
+ import "./chunk-KB5GMUHY.js";
22
+ import "./chunk-QIECGUO5.js";
23
23
  import "./chunk-25IMI7TH.js";
24
- import "./chunk-DDYH6337.js";
25
- import "./chunk-ZARNHYRC.js";
24
+ import "./chunk-CFNCXOAV.js";
25
+ import "./chunk-6AJRDC5C.js";
26
26
  import {
27
27
  AbortError,
28
28
  createFileReadStream,
@@ -30,7 +30,7 @@ import {
30
30
  readFile,
31
31
  renderSuccess,
32
32
  source_default
33
- } from "./chunk-2Y3UFXD6.js";
33
+ } from "./chunk-3Q5VPXT5.js";
34
34
  import "./chunk-HMDWNGIV.js";
35
35
  import "./chunk-B5EXYCV3.js";
36
36
  import "./chunk-75LV6AQS.js";
@@ -169,4 +169,4 @@ async function startWorkerdServer({
169
169
  export {
170
170
  startWorkerdServer
171
171
  };
172
- //# sourceMappingURL=workerd-IDTCFUND.js.map
172
+ //# sourceMappingURL=workerd-BCMLUCF7.js.map
@@ -4967,7 +4967,7 @@
4967
4967
  "type": "option"
4968
4968
  },
4969
4969
  "path": {
4970
- "description": "The path to your theme directory.",
4970
+ "description": "The path where you want to run the command. Defaults to the current working directory.",
4971
4971
  "env": "SHOPIFY_FLAG_PATH",
4972
4972
  "hasDynamicHelp": false,
4973
4973
  "multiple": false,
@@ -5045,6 +5045,15 @@
5045
5045
  "name": "password",
5046
5046
  "type": "option"
5047
5047
  },
5048
+ "path": {
5049
+ "description": "The path where you want to run the command. Defaults to the current working directory.",
5050
+ "env": "SHOPIFY_FLAG_PATH",
5051
+ "hasDynamicHelp": false,
5052
+ "multiple": false,
5053
+ "name": "path",
5054
+ "noCacheDefault": true,
5055
+ "type": "option"
5056
+ },
5048
5057
  "store": {
5049
5058
  "char": "s",
5050
5059
  "description": "Store URL. It can be the store prefix (example) or the full myshopify.com URL (example.myshopify.com, https://example.myshopify.com).",
@@ -5144,6 +5153,15 @@
5144
5153
  "name": "password",
5145
5154
  "type": "option"
5146
5155
  },
5156
+ "path": {
5157
+ "description": "The path where you want to run the command. Defaults to the current working directory.",
5158
+ "env": "SHOPIFY_FLAG_PATH",
5159
+ "hasDynamicHelp": false,
5160
+ "multiple": false,
5161
+ "name": "path",
5162
+ "noCacheDefault": true,
5163
+ "type": "option"
5164
+ },
5147
5165
  "show-all": {
5148
5166
  "allowNo": false,
5149
5167
  "char": "a",
@@ -5309,7 +5327,7 @@
5309
5327
  "type": "option"
5310
5328
  },
5311
5329
  "path": {
5312
- "description": "The path to your theme directory.",
5330
+ "description": "The path where you want to run the command. Defaults to the current working directory.",
5313
5331
  "env": "SHOPIFY_FLAG_PATH",
5314
5332
  "hasDynamicHelp": false,
5315
5333
  "multiple": false,
@@ -5435,6 +5453,15 @@
5435
5453
  "name": "password",
5436
5454
  "type": "option"
5437
5455
  },
5456
+ "path": {
5457
+ "description": "The path where you want to run the command. Defaults to the current working directory.",
5458
+ "env": "SHOPIFY_FLAG_PATH",
5459
+ "hasDynamicHelp": false,
5460
+ "multiple": false,
5461
+ "name": "path",
5462
+ "noCacheDefault": true,
5463
+ "type": "option"
5464
+ },
5438
5465
  "store": {
5439
5466
  "char": "s",
5440
5467
  "description": "Store URL. It can be the store prefix (example) or the full myshopify.com URL (example.myshopify.com, https://example.myshopify.com).",
@@ -5516,7 +5543,7 @@
5516
5543
  "type": "boolean"
5517
5544
  },
5518
5545
  "path": {
5519
- "description": "The path to your theme directory.",
5546
+ "description": "The path where you want to run the command. Defaults to the current working directory.",
5520
5547
  "env": "SHOPIFY_FLAG_PATH",
5521
5548
  "hasDynamicHelp": false,
5522
5549
  "multiple": false,
@@ -5638,6 +5665,15 @@
5638
5665
  "name": "password",
5639
5666
  "type": "option"
5640
5667
  },
5668
+ "path": {
5669
+ "description": "The path where you want to run the command. Defaults to the current working directory.",
5670
+ "env": "SHOPIFY_FLAG_PATH",
5671
+ "hasDynamicHelp": false,
5672
+ "multiple": false,
5673
+ "name": "path",
5674
+ "noCacheDefault": true,
5675
+ "type": "option"
5676
+ },
5641
5677
  "role": {
5642
5678
  "description": "Only list themes with the given role.",
5643
5679
  "env": "SHOPIFY_FLAG_ROLE",
@@ -5726,7 +5762,7 @@
5726
5762
  "type": "option"
5727
5763
  },
5728
5764
  "path": {
5729
- "description": "The path to your theme directory.",
5765
+ "description": "The path where you want to run the command. Defaults to the current working directory.",
5730
5766
  "env": "SHOPIFY_FLAG_PATH",
5731
5767
  "hasDynamicHelp": false,
5732
5768
  "multiple": false,
@@ -5820,6 +5856,15 @@
5820
5856
  "name": "password",
5821
5857
  "type": "option"
5822
5858
  },
5859
+ "path": {
5860
+ "description": "The path where you want to run the command. Defaults to the current working directory.",
5861
+ "env": "SHOPIFY_FLAG_PATH",
5862
+ "hasDynamicHelp": false,
5863
+ "multiple": false,
5864
+ "name": "path",
5865
+ "noCacheDefault": true,
5866
+ "type": "option"
5867
+ },
5823
5868
  "store": {
5824
5869
  "char": "s",
5825
5870
  "description": "Store URL. It can be the store prefix (example) or the full myshopify.com URL (example.myshopify.com, https://example.myshopify.com).",
@@ -5863,8 +5908,8 @@
5863
5908
  "args": {
5864
5909
  },
5865
5910
  "customPluginName": "@shopify/theme",
5866
- "description": "Packages your local theme files into a ZIP file that can be uploaded to Shopify.\n\n Only folders that match the \"default Shopify theme folder structure\" (https://shopify.dev/docs/storefronts/themes/tools/cli#directory-structure) are included in the package.\n\n The ZIP file uses the name `theme_name-theme_version.zip`, based on parameters in your \"settings_schema.json\" (https://shopify.dev/docs/storefronts/themes/architecture/config/settings-schema-json) file.",
5867
- "descriptionWithMarkdown": "Packages your local theme files into a ZIP file that can be uploaded to Shopify.\n\n Only folders that match the [default Shopify theme folder structure](https://shopify.dev/docs/storefronts/themes/tools/cli#directory-structure) are included in the package.\n\n The ZIP file uses the name `theme_name-theme_version.zip`, based on parameters in your [settings_schema.json](https://shopify.dev/docs/storefronts/themes/architecture/config/settings-schema-json) file.",
5911
+ "description": "Packages your local theme files into a ZIP file that can be uploaded to Shopify.\n\n Only folders that match the \"default Shopify theme folder structure\" (https://shopify.dev/docs/storefronts/themes/tools/cli#directory-structure) are included in the package.\n\n The package includes the `listings` directory if present (required for multi-preset themes per \"Theme Store requirements\" (https://shopify.dev/docs/storefronts/themes/store/requirements#adding-presets-to-your-theme-zip-submission)).\n\n The ZIP file uses the name `theme_name-theme_version.zip`, based on parameters in your \"settings_schema.json\" (https://shopify.dev/docs/storefronts/themes/architecture/config/settings-schema-json) file.",
5912
+ "descriptionWithMarkdown": "Packages your local theme files into a ZIP file that can be uploaded to Shopify.\n\n Only folders that match the [default Shopify theme folder structure](https://shopify.dev/docs/storefronts/themes/tools/cli#directory-structure) are included in the package.\n\n The package includes the `listings` directory if present (required for multi-preset themes per [Theme Store requirements](https://shopify.dev/docs/storefronts/themes/store/requirements#adding-presets-to-your-theme-zip-submission)).\n\n The ZIP file uses the name `theme_name-theme_version.zip`, based on parameters in your [settings_schema.json](https://shopify.dev/docs/storefronts/themes/architecture/config/settings-schema-json) file.",
5868
5913
  "flags": {
5869
5914
  "no-color": {
5870
5915
  "allowNo": false,
@@ -5875,7 +5920,7 @@
5875
5920
  "type": "boolean"
5876
5921
  },
5877
5922
  "path": {
5878
- "description": "The path to your theme directory.",
5923
+ "description": "The path where you want to run the command. Defaults to the current working directory.",
5879
5924
  "env": "SHOPIFY_FLAG_PATH",
5880
5925
  "hasDynamicHelp": false,
5881
5926
  "multiple": false,
@@ -5945,6 +5990,15 @@
5945
5990
  "name": "password",
5946
5991
  "type": "option"
5947
5992
  },
5993
+ "path": {
5994
+ "description": "The path where you want to run the command. Defaults to the current working directory.",
5995
+ "env": "SHOPIFY_FLAG_PATH",
5996
+ "hasDynamicHelp": false,
5997
+ "multiple": false,
5998
+ "name": "path",
5999
+ "noCacheDefault": true,
6000
+ "type": "option"
6001
+ },
5948
6002
  "store": {
5949
6003
  "char": "s",
5950
6004
  "description": "Store URL. It can be the store prefix (example) or the full myshopify.com URL (example.myshopify.com, https://example.myshopify.com).",
@@ -6045,6 +6099,15 @@
6045
6099
  "name": "password",
6046
6100
  "type": "option"
6047
6101
  },
6102
+ "path": {
6103
+ "description": "The path where you want to run the command. Defaults to the current working directory.",
6104
+ "env": "SHOPIFY_FLAG_PATH",
6105
+ "hasDynamicHelp": false,
6106
+ "multiple": false,
6107
+ "name": "path",
6108
+ "noCacheDefault": true,
6109
+ "type": "option"
6110
+ },
6048
6111
  "store": {
6049
6112
  "char": "s",
6050
6113
  "description": "Store URL. It can be the store prefix (example) or the full myshopify.com URL (example.myshopify.com, https://example.myshopify.com).",
@@ -6168,7 +6231,7 @@
6168
6231
  "type": "option"
6169
6232
  },
6170
6233
  "path": {
6171
- "description": "The path to your theme directory.",
6234
+ "description": "The path where you want to run the command. Defaults to the current working directory.",
6172
6235
  "env": "SHOPIFY_FLAG_PATH",
6173
6236
  "hasDynamicHelp": false,
6174
6237
  "multiple": false,
@@ -6316,7 +6379,7 @@
6316
6379
  "type": "option"
6317
6380
  },
6318
6381
  "path": {
6319
- "description": "The path to your theme directory.",
6382
+ "description": "The path where you want to run the command. Defaults to the current working directory.",
6320
6383
  "env": "SHOPIFY_FLAG_PATH",
6321
6384
  "hasDynamicHelp": false,
6322
6385
  "multiple": false,
@@ -6448,6 +6511,15 @@
6448
6511
  "name": "password",
6449
6512
  "type": "option"
6450
6513
  },
6514
+ "path": {
6515
+ "description": "The path where you want to run the command. Defaults to the current working directory.",
6516
+ "env": "SHOPIFY_FLAG_PATH",
6517
+ "hasDynamicHelp": false,
6518
+ "multiple": false,
6519
+ "name": "path",
6520
+ "noCacheDefault": true,
6521
+ "type": "option"
6522
+ },
6451
6523
  "store": {
6452
6524
  "char": "s",
6453
6525
  "description": "Store URL. It can be the store prefix (example) or the full myshopify.com URL (example.myshopify.com, https://example.myshopify.com).",
@@ -6605,7 +6677,7 @@
6605
6677
  "type": "option"
6606
6678
  },
6607
6679
  "path": {
6608
- "description": "The path to your theme directory.",
6680
+ "description": "The path where you want to run the command. Defaults to the current working directory.",
6609
6681
  "env": "SHOPIFY_FLAG_PATH",
6610
6682
  "hasDynamicHelp": false,
6611
6683
  "multiple": false,
@@ -6728,7 +6800,7 @@
6728
6800
  "type": "option"
6729
6801
  },
6730
6802
  "path": {
6731
- "description": "The path to your theme directory.",
6803
+ "description": "The path where you want to run the command. Defaults to the current working directory.",
6732
6804
  "env": "SHOPIFY_FLAG_PATH",
6733
6805
  "hasDynamicHelp": false,
6734
6806
  "multiple": false,
@@ -6939,5 +7011,5 @@
6939
7011
  "summary": "Trigger delivery of a sample webhook topic payload to a designated address."
6940
7012
  }
6941
7013
  },
6942
- "version": "3.81.1"
7014
+ "version": "3.82.0"
6943
7015
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopify/cli",
3
- "version": "3.81.1",
3
+ "version": "3.82.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": "3.26.5",
99
99
  "@oclif/plugin-commands": "4.1.18",
100
100
  "@oclif/plugin-plugins": "5.4.28",
101
- "@shopify/app": "3.81.1",
102
- "@shopify/cli-kit": "3.81.1",
103
- "@shopify/plugin-cloudflare": "3.81.1",
104
- "@shopify/plugin-did-you-mean": "3.81.1",
105
- "@shopify/theme": "3.81.1",
101
+ "@shopify/app": "3.82.0",
102
+ "@shopify/cli-kit": "3.82.0",
103
+ "@shopify/plugin-cloudflare": "3.82.0",
104
+ "@shopify/plugin-did-you-mean": "3.82.0",
105
+ "@shopify/theme": "3.82.0",
106
106
  "@shopify/cli-hydrogen": "10.0.1",
107
107
  "@types/global-agent": "3.0.0",
108
108
  "@typescript-eslint/eslint-plugin": "7.13.1",