@shopify/cli 3.66.1 → 3.67.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 (109) hide show
  1. package/dist/assets/cli-ruby/lib/shopify_cli/theme/dev_server/proxy.rb +3 -7
  2. package/dist/assets/hydrogen/starter/CHANGELOG.md +105 -0
  3. package/dist/assets/hydrogen/starter/app/components/CartSummary.tsx +79 -0
  4. package/dist/assets/hydrogen/starter/app/components/Header.tsx +3 -9
  5. package/dist/assets/hydrogen/starter/app/lib/fragments.ts +6 -0
  6. package/dist/assets/hydrogen/starter/app/lib/search.ts +2 -2
  7. package/dist/assets/hydrogen/starter/app/root.tsx +5 -3
  8. package/dist/assets/hydrogen/starter/app/routes/cart.tsx +14 -0
  9. package/dist/assets/hydrogen/starter/package.json +5 -5
  10. package/dist/assets/hydrogen/starter/storefrontapi.generated.d.ts +5 -0
  11. package/dist/{lib-CPSRXLFM.js → chunk-2HGYYNE5.js} +5 -2
  12. package/dist/{chunk-SVKRBSOG.js → chunk-3N2XGNSD.js} +2 -2
  13. package/dist/{chunk-3DZ2Z5F7.js → chunk-3N6HMQXE.js} +3 -3
  14. package/dist/{chunk-74LQ7ZSW.js → chunk-3SR6OJSK.js} +2 -2
  15. package/dist/{chunk-AV2DDU5Q.js → chunk-4SSP6H2B.js} +2 -2
  16. package/dist/{chunk-E5YZHXRF.js → chunk-AGVZ7LKV.js} +4 -4
  17. package/dist/{chunk-P2HC3CUV.js → chunk-BDRKGBQM.js} +4 -4
  18. package/dist/{chunk-6DU4BL5F.js → chunk-BFQFJ7IZ.js} +28 -17
  19. package/dist/{chunk-PP4BSPLO.js → chunk-CGTFVNVW.js} +9 -4
  20. package/dist/{chunk-AUKMJHJ7.js → chunk-CLB5CEKJ.js} +3 -3
  21. package/dist/{chunk-BPHTUL36.js → chunk-CQXLJ74Q.js} +2 -2
  22. package/dist/{chunk-O5XKA735.js → chunk-CQXTRP7V.js} +2 -2
  23. package/dist/{chunk-VZ6ZDQBM.js → chunk-D3PVKA4S.js} +3 -3
  24. package/dist/{chunk-ECD63UWY.js → chunk-DOGPMXVD.js} +4 -4
  25. package/dist/{chunk-JRECCYJM.js → chunk-DZ3IUP66.js} +75 -75
  26. package/dist/{chunk-47L545SZ.js → chunk-ET3FXEGV.js} +5 -5
  27. package/dist/{chunk-44VQQ5IT.js → chunk-FFJ5GS2L.js} +3 -3
  28. package/dist/{chunk-ICYU4JKU.js → chunk-GBNYQAYW.js} +3 -3
  29. package/dist/{chunk-GO4OU2FC.js → chunk-IKY4YZKM.js} +4 -4
  30. package/dist/{chunk-N766LDXO.js → chunk-JNCUUFQ2.js} +29 -5
  31. package/dist/{chunk-MQCE7QDZ.js → chunk-L7BARKPN.js} +148 -39
  32. package/dist/{chunk-SCWJ5DTS.js → chunk-LE2SHHVG.js} +3 -3
  33. package/dist/{chunk-ZTHIONMB.js → chunk-N4C6AXY7.js} +3 -3
  34. package/dist/{chunk-GXXQT43J.js → chunk-NKKQGCMU.js} +2 -2
  35. package/dist/{chunk-F6BSBHJJ.js → chunk-NZDBLGNM.js} +4 -3
  36. package/dist/{chunk-3ZYNGWAE.js → chunk-OPHICISR.js} +2 -2
  37. package/dist/{chunk-NLZ5VWA3.js → chunk-PRP4S22K.js} +25 -8
  38. package/dist/{chunk-2J35X4IR.js → chunk-RRJXIWCI.js} +2 -2
  39. package/dist/{chunk-ONFQ5XTX.js → chunk-RX32UG2K.js} +7 -7
  40. package/dist/{chunk-EARW2CGK.js → chunk-SG2SU3OS.js} +5 -5
  41. package/dist/{chunk-63OWMCSM.js → chunk-TSKLJ4DZ.js} +4 -4
  42. package/dist/{chunk-SQPCZKX5.js → chunk-TVHQ7O3U.js} +4 -4
  43. package/dist/{chunk-V7KJMBZN.js → chunk-UK3DVACO.js} +3 -3
  44. package/dist/{chunk-YK3ZIR2O.js → chunk-W4K3OTNK.js} +30 -90
  45. package/dist/{chunk-QPYUGCEP.js → chunk-WOL7YMUX.js} +24 -11
  46. package/dist/{chunk-OGVAYZHB.js → chunk-WWCONB45.js} +5 -5
  47. package/dist/{chunk-HJEKQ36N.js → chunk-XHUGASG2.js} +3 -3
  48. package/dist/{chunk-PCGPDW4N.js → chunk-XLTHVJPQ.js} +3 -3
  49. package/dist/cli/commands/auth/logout.js +13 -12
  50. package/dist/cli/commands/auth/logout.test.js +14 -13
  51. package/dist/cli/commands/debug/command-flags.js +12 -11
  52. package/dist/cli/commands/demo/catalog.js +13 -12
  53. package/dist/cli/commands/demo/generate-file.js +13 -12
  54. package/dist/cli/commands/demo/index.js +13 -12
  55. package/dist/cli/commands/demo/print-ai-prompt.js +13 -12
  56. package/dist/cli/commands/docs/generate.js +12 -11
  57. package/dist/cli/commands/docs/generate.test.js +12 -11
  58. package/dist/cli/commands/help.js +12 -11
  59. package/dist/cli/commands/kitchen-sink/async.js +13 -12
  60. package/dist/cli/commands/kitchen-sink/async.test.js +13 -12
  61. package/dist/cli/commands/kitchen-sink/index.js +15 -14
  62. package/dist/cli/commands/kitchen-sink/index.test.js +15 -14
  63. package/dist/cli/commands/kitchen-sink/prompts.js +13 -12
  64. package/dist/cli/commands/kitchen-sink/prompts.test.js +13 -12
  65. package/dist/cli/commands/kitchen-sink/static.js +13 -12
  66. package/dist/cli/commands/kitchen-sink/static.test.js +13 -12
  67. package/dist/cli/commands/search.js +13 -12
  68. package/dist/cli/commands/upgrade.js +13 -12
  69. package/dist/cli/commands/version.js +13 -12
  70. package/dist/cli/commands/version.test.js +13 -12
  71. package/dist/cli/services/commands/search.js +5 -4
  72. package/dist/cli/services/commands/search.test.js +5 -4
  73. package/dist/cli/services/commands/version.js +6 -5
  74. package/dist/cli/services/commands/version.test.js +7 -6
  75. package/dist/cli/services/demo.js +5 -4
  76. package/dist/cli/services/demo.test.js +5 -4
  77. package/dist/cli/services/kitchen-sink/async.js +5 -4
  78. package/dist/cli/services/kitchen-sink/prompts.js +5 -4
  79. package/dist/cli/services/kitchen-sink/static.js +5 -4
  80. package/dist/cli/services/upgrade.js +6 -5
  81. package/dist/cli/services/upgrade.test.js +8 -7
  82. package/dist/configs/all.yml +3 -0
  83. package/dist/configs/recommended.yml +3 -0
  84. package/dist/{constants-C6OOAW2P.js → constants-TR6ABVLJ.js} +4 -2
  85. package/dist/{custom-oclif-loader-DXBW5MGT.js → custom-oclif-loader-EPKORNJY.js} +5 -4
  86. package/dist/data/default_setting_values.json +56 -0
  87. package/dist/data/filters.json +34 -2
  88. package/dist/data/latest.json +1 -1
  89. package/dist/data/objects.json +1644 -6
  90. package/dist/data/section.json +23 -1
  91. package/dist/data/setting.json +411 -2
  92. package/dist/data/shopify_system_translations.json +17 -4
  93. package/dist/data/tags.json +37 -0
  94. package/dist/{error-handler-5G7W7NBW.js → error-handler-ZY662MJL.js} +11 -10
  95. package/dist/hooks/postrun.js +9 -8
  96. package/dist/hooks/prerun.js +9 -8
  97. package/dist/index.js +4326 -1911
  98. package/dist/{lib-6LEA5PZ7.js → lib-4WCTNKJK.js} +2 -2
  99. package/dist/lib-PPXZBVZX.js +6 -0
  100. package/dist/{local-IRPCVBNP.js → local-V2PIQZT7.js} +5 -4
  101. package/dist/{morph-M726AOW6.js → morph-WDFBUXWF.js} +9 -9
  102. package/dist/{node-QK7Q2TRB.js → node-I67G4HEQ.js} +16 -15
  103. package/dist/{node-package-manager-3WV6USI6.js → node-package-manager-FXUBXHFJ.js} +6 -5
  104. package/dist/{system-N2OPVMOD.js → system-DGKNYSEI.js} +7 -6
  105. package/dist/tsconfig.tsbuildinfo +1 -1
  106. package/dist/{ui-GHKHPRP2.js → ui-TPFQMYT2.js} +5 -4
  107. package/dist/{workerd-KAYMO4VM.js → workerd-WCFQKTR2.js} +15 -14
  108. package/oclif.manifest.json +86 -88
  109. package/package.json +7 -7
@@ -17,13 +17,14 @@ import {
17
17
  renderText,
18
18
  renderTextPrompt,
19
19
  renderWarning
20
- } from "./chunk-YK3ZIR2O.js";
20
+ } from "./chunk-W4K3OTNK.js";
21
21
  import "./chunk-QETDXAFX.js";
22
- import "./chunk-F6BSBHJJ.js";
23
- import "./chunk-6DU4BL5F.js";
22
+ import "./chunk-NZDBLGNM.js";
23
+ import "./chunk-BFQFJ7IZ.js";
24
24
  import "./chunk-SNOECVP4.js";
25
25
  import "./chunk-2AW6NZQ5.js";
26
26
  import "./chunk-6XKWVDB6.js";
27
+ import "./chunk-2HGYYNE5.js";
27
28
  import "./chunk-UBB7JKND.js";
28
29
  import "./chunk-T2GATXSP.js";
29
30
  import "./chunk-XVNW332R.js";
@@ -54,4 +55,4 @@ export {
54
55
  renderTextPrompt,
55
56
  renderWarning
56
57
  };
57
- //# sourceMappingURL=ui-GHKHPRP2.js.map
58
+ //# sourceMappingURL=ui-TPFQMYT2.js.map
@@ -10,20 +10,20 @@ import {
10
10
  importLocal,
11
11
  logRequestLine,
12
12
  setConstructors
13
- } from "./chunk-JRECCYJM.js";
14
- import "./chunk-MQCE7QDZ.js";
13
+ } from "./chunk-DZ3IUP66.js";
14
+ import "./chunk-L7BARKPN.js";
15
15
  import "./chunk-LCWH3FW5.js";
16
16
  import "./chunk-NLUGD7PZ.js";
17
- import "./chunk-ONFQ5XTX.js";
18
- import "./chunk-QPYUGCEP.js";
19
- import "./chunk-NLZ5VWA3.js";
17
+ import "./chunk-RX32UG2K.js";
18
+ import "./chunk-WOL7YMUX.js";
19
+ import "./chunk-PRP4S22K.js";
20
20
  import "./chunk-VSLR7ET4.js";
21
- import "./chunk-PP4BSPLO.js";
22
- import "./chunk-BPHTUL36.js";
23
- import "./chunk-N766LDXO.js";
21
+ import "./chunk-CGTFVNVW.js";
22
+ import "./chunk-CQXLJ74Q.js";
23
+ import "./chunk-JNCUUFQ2.js";
24
24
  import "./chunk-BYPQXSAL.js";
25
25
  import "./chunk-O5K4AU7Q.js";
26
- import "./chunk-2J35X4IR.js";
26
+ import "./chunk-RRJXIWCI.js";
27
27
  import {
28
28
  AbortError,
29
29
  createFileReadStream,
@@ -31,13 +31,14 @@ import {
31
31
  readFile,
32
32
  renderSuccess,
33
33
  source_default
34
- } from "./chunk-YK3ZIR2O.js";
34
+ } from "./chunk-W4K3OTNK.js";
35
35
  import "./chunk-QETDXAFX.js";
36
- import "./chunk-F6BSBHJJ.js";
37
- import "./chunk-6DU4BL5F.js";
36
+ import "./chunk-NZDBLGNM.js";
37
+ import "./chunk-BFQFJ7IZ.js";
38
38
  import "./chunk-SNOECVP4.js";
39
39
  import "./chunk-2AW6NZQ5.js";
40
40
  import "./chunk-6XKWVDB6.js";
41
+ import "./chunk-2HGYYNE5.js";
41
42
  import "./chunk-UBB7JKND.js";
42
43
  import {
43
44
  dirname,
@@ -54,7 +55,7 @@ import {
54
55
  init_cjs_shims
55
56
  } from "./chunk-POZ5MGPT.js";
56
57
 
57
- // ../../node_modules/.pnpm/@shopify+cli-hydrogen@8.4.0_@graphql-codegen+cli@5.0.2_react-dom@17.0.2_react@17.0.2/node_modules/@shopify/cli-hydrogen/dist/lib/mini-oxygen/workerd.js
58
+ // ../../node_modules/.pnpm/@shopify+cli-hydrogen@8.4.4_@graphql-codegen+cli@5.0.2_react-dom@17.0.2_react@17.0.2/node_modules/@shopify/cli-hydrogen/dist/lib/mini-oxygen/workerd.js
58
59
  init_cjs_shims();
59
60
  import { createRequire } from "node:module";
60
61
  async function startWorkerdServer({
@@ -173,4 +174,4 @@ async function startWorkerdServer({
173
174
  export {
174
175
  startWorkerdServer
175
176
  };
176
- //# sourceMappingURL=workerd-KAYMO4VM.js.map
177
+ //# sourceMappingURL=workerd-WCFQKTR2.js.map
@@ -394,14 +394,6 @@
394
394
  "name": "config",
395
395
  "type": "option"
396
396
  },
397
- "dev-preview": {
398
- "allowNo": false,
399
- "description": "Enables the developer preview for the upcoming `app dev` implementation for building theme app extensions.",
400
- "env": "SHOPIFY_FLAG_BETA",
401
- "hidden": true,
402
- "name": "dev-preview",
403
- "type": "boolean"
404
- },
405
397
  "graphiql-key": {
406
398
  "description": "Key used to authenticate GraphiQL requests. Should be specified if exposing GraphiQL on a publicly accessible URL. By default, no key is required.",
407
399
  "env": "SHOPIFY_FLAG_GRAPHIQL_KEY",
@@ -420,6 +412,14 @@
420
412
  "name": "graphiql-port",
421
413
  "type": "option"
422
414
  },
415
+ "legacy": {
416
+ "allowNo": false,
417
+ "description": "Use the legacy Ruby implementation for managing theme app extensions.",
418
+ "env": "SHOPIFY_FLAG_LEGACY",
419
+ "hidden": true,
420
+ "name": "legacy",
421
+ "type": "boolean"
422
+ },
423
423
  "no-color": {
424
424
  "allowNo": false,
425
425
  "description": "Disable color output.",
@@ -1584,14 +1584,6 @@
1584
1584
  "name": "config",
1585
1585
  "type": "option"
1586
1586
  },
1587
- "dev-preview": {
1588
- "allowNo": false,
1589
- "description": "Enables the developer preview for the upcoming `app dev` implementation for building theme app extensions.",
1590
- "env": "SHOPIFY_FLAG_BETA",
1591
- "hidden": true,
1592
- "name": "dev-preview",
1593
- "type": "boolean"
1594
- },
1595
1587
  "graphiql-key": {
1596
1588
  "description": "Key used to authenticate GraphiQL requests. Should be specified if exposing GraphiQL on a publicly accessible URL. By default, no key is required.",
1597
1589
  "env": "SHOPIFY_FLAG_GRAPHIQL_KEY",
@@ -1666,6 +1658,14 @@
1666
1658
  "name": "source",
1667
1659
  "type": "option"
1668
1660
  },
1661
+ "stable": {
1662
+ "allowNo": false,
1663
+ "description": "Use the legacy Ruby implementation for managing theme app extensions.",
1664
+ "env": "SHOPIFY_FLAG_LEGACY",
1665
+ "hidden": true,
1666
+ "name": "stable",
1667
+ "type": "boolean"
1668
+ },
1669
1669
  "status": {
1670
1670
  "description": "Filters output to the specified status (success or failure).",
1671
1671
  "env": "SHOPIFY_FLAG_STATUS",
@@ -1683,8 +1683,7 @@
1683
1683
  "description": "Store URL. Must be an existing development or Shopify Plus sandbox store.",
1684
1684
  "env": "SHOPIFY_FLAG_STORE",
1685
1685
  "hasDynamicHelp": false,
1686
- "hidden": false,
1687
- "multiple": false,
1686
+ "multiple": true,
1688
1687
  "name": "store",
1689
1688
  "type": "option"
1690
1689
  },
@@ -2600,6 +2599,13 @@
2600
2599
  "name": "entry",
2601
2600
  "type": "option"
2602
2601
  },
2602
+ "force-client-sourcemap": {
2603
+ "allowNo": false,
2604
+ "description": "Client sourcemapping is avoided by default because it makes backend code visible in the browser. Use this flag to force enabling it.",
2605
+ "env": "SHOPIFY_HYDROGEN_FLAG_FORCE_CLIENT_SOURCEMAP",
2606
+ "name": "force-client-sourcemap",
2607
+ "type": "boolean"
2608
+ },
2603
2609
  "lockfile-check": {
2604
2610
  "allowNo": true,
2605
2611
  "description": "Checks that there is exactly one valid lockfile in the project. Defaults to `true`. Deactivate with `--no-lockfile-check`.",
@@ -2617,7 +2623,7 @@
2617
2623
  },
2618
2624
  "sourcemap": {
2619
2625
  "allowNo": true,
2620
- "description": "Controls whether sourcemaps are generated. Default to `true`. Deactivate `--no-sourcemaps`.",
2626
+ "description": "Controls whether server sourcemaps are generated. Default to `true`. Deactivate `--no-sourcemaps`.",
2621
2627
  "env": "SHOPIFY_HYDROGEN_FLAG_SOURCEMAP",
2622
2628
  "name": "sourcemap",
2623
2629
  "type": "boolean"
@@ -3190,7 +3196,7 @@
3190
3196
  },
3191
3197
  "sourcemap": {
3192
3198
  "allowNo": true,
3193
- "description": "[Classic Remix Compiler] Controls whether sourcemaps are generated. Default to `true`. Deactivate `--no-sourcemaps`.",
3199
+ "description": "[Classic Remix Compiler] Controls whether server sourcemaps are generated. Default to `true`. Deactivate `--no-sourcemaps`.",
3194
3200
  "env": "SHOPIFY_HYDROGEN_FLAG_SOURCEMAP",
3195
3201
  "name": "sourcemap",
3196
3202
  "type": "boolean"
@@ -4775,14 +4781,6 @@
4775
4781
  "description": "Starts the Shopify Liquid REPL (read-eval-print loop) tool. This tool provides an interactive terminal interface for evaluating Liquid code and exploring Liquid objects, filters, and tags using real store data.\n\n You can also provide context to the console using a URL, as some Liquid objects are context-specific",
4776
4782
  "descriptionWithMarkdown": "Starts the Shopify Liquid REPL (read-eval-print loop) tool. This tool provides an interactive terminal interface for evaluating Liquid code and exploring Liquid objects, filters, and tags using real store data.\n\n You can also provide context to the console using a URL, as some Liquid objects are context-specific",
4777
4783
  "flags": {
4778
- "dev-preview": {
4779
- "allowNo": false,
4780
- "description": "Enables the developer preview for the upcoming `theme console` implementation.",
4781
- "env": "SHOPIFY_FLAG_BETA",
4782
- "hidden": true,
4783
- "name": "dev-preview",
4784
- "type": "boolean"
4785
- },
4786
4784
  "environment": {
4787
4785
  "char": "e",
4788
4786
  "description": "The environment to apply to the current command.",
@@ -4792,6 +4790,14 @@
4792
4790
  "name": "environment",
4793
4791
  "type": "option"
4794
4792
  },
4793
+ "legacy": {
4794
+ "allowNo": false,
4795
+ "description": "Use the legacy Ruby implementation for the `shopify theme console` command.",
4796
+ "env": "SHOPIFY_FLAG_LEGACY",
4797
+ "hidden": true,
4798
+ "name": "legacy",
4799
+ "type": "boolean"
4800
+ },
4795
4801
  "no-color": {
4796
4802
  "allowNo": false,
4797
4803
  "description": "Disable color output.",
@@ -4812,6 +4818,7 @@
4812
4818
  "description": "Local port to serve authentication service.",
4813
4819
  "env": "SHOPIFY_FLAG_PORT",
4814
4820
  "hasDynamicHelp": false,
4821
+ "hidden": true,
4815
4822
  "multiple": false,
4816
4823
  "name": "port",
4817
4824
  "type": "option"
@@ -4976,7 +4983,6 @@
4976
4983
  "nodelete",
4977
4984
  "only",
4978
4985
  "ignore",
4979
- "stable",
4980
4986
  "force",
4981
4987
  "notify"
4982
4988
  ],
@@ -4984,14 +4990,6 @@
4984
4990
  "description": "\n Uploads the current theme as the specified theme, or a \"development theme\" (https://shopify.dev/docs/themes/tools/cli#development-themes), to a store so you can preview it.\n\nThis command returns the following information:\n\n- A link to your development theme at http://127.0.0.1:9292. This URL can hot reload local changes to CSS and sections, or refresh the entire page when a file changes, enabling you to preview changes in real time using the store's data.\n\n You can specify a different network interface and port using `--host` and `--port`.\n\n- A link to the \"editor\" (https://shopify.dev/docs/themes/tools/online-editor) for the theme in the Shopify admin.\n\n- A \"preview link\" (https://help.shopify.com/manual/online-store/themes/adding-themes#share-a-theme-preview-with-others) that you can share with other developers.\n\nIf you already have a development theme for your current environment, then this command replaces the development theme with your local theme. You can override this using the `--theme-editor-sync` flag.\n\n> Note: You can't preview checkout customizations using http://127.0.0.1:9292.\n\nDevelopment themes are deleted when you run `shopify auth logout`. If you need a preview link that can be used after you log out, then you should \"share\" (https://shopify.dev/docs/api/shopify-cli/theme/theme-share) your theme or \"push\" (https://shopify.dev/docs/api/shopify-cli/theme/theme-push) to an unpublished theme on your store.\n\nYou can run this command only in a directory that matches the \"default Shopify theme folder structure\" (https://shopify.dev/docs/themes/tools/cli#directory-structure).",
4985
4991
  "descriptionWithMarkdown": "\n Uploads the current theme as the specified theme, or a [development theme](https://shopify.dev/docs/themes/tools/cli#development-themes), to a store so you can preview it.\n\nThis command returns the following information:\n\n- A link to your development theme at http://127.0.0.1:9292. This URL can hot reload local changes to CSS and sections, or refresh the entire page when a file changes, enabling you to preview changes in real time using the store's data.\n\n You can specify a different network interface and port using `--host` and `--port`.\n\n- A link to the [editor](https://shopify.dev/docs/themes/tools/online-editor) for the theme in the Shopify admin.\n\n- A [preview link](https://help.shopify.com/manual/online-store/themes/adding-themes#share-a-theme-preview-with-others) that you can share with other developers.\n\nIf you already have a development theme for your current environment, then this command replaces the development theme with your local theme. You can override this using the `--theme-editor-sync` flag.\n\n> Note: You can't preview checkout customizations using http://127.0.0.1:9292.\n\nDevelopment themes are deleted when you run `shopify auth logout`. If you need a preview link that can be used after you log out, then you should [share](https://shopify.dev/docs/api/shopify-cli/theme/theme-share) your theme or [push](https://shopify.dev/docs/api/shopify-cli/theme/theme-push) to an unpublished theme on your store.\n\nYou can run this command only in a directory that matches the [default Shopify theme folder structure](https://shopify.dev/docs/themes/tools/cli#directory-structure).",
4986
4992
  "flags": {
4987
- "dev-preview": {
4988
- "allowNo": false,
4989
- "description": "Enables the developer preview for the upcoming `theme dev` implementation.",
4990
- "env": "SHOPIFY_FLAG_BETA",
4991
- "hidden": true,
4992
- "name": "dev-preview",
4993
- "type": "boolean"
4994
- },
4995
4993
  "environment": {
4996
4994
  "char": "e",
4997
4995
  "description": "The environment to apply to the current command.",
@@ -5027,6 +5025,14 @@
5027
5025
  "name": "ignore",
5028
5026
  "type": "option"
5029
5027
  },
5028
+ "legacy": {
5029
+ "allowNo": false,
5030
+ "description": "Use the legacy Ruby implementation for the `shopify theme dev` command.",
5031
+ "env": "SHOPIFY_FLAG_LEGACY",
5032
+ "hidden": true,
5033
+ "name": "legacy",
5034
+ "type": "boolean"
5035
+ },
5030
5036
  "live-reload": {
5031
5037
  "default": "hot-reload",
5032
5038
  "description": "The live reload mode switches the server behavior when a file is modified:\n- hot-reload Hot reloads local changes to CSS and sections (default)\n- full-page Always refreshes the entire page\n- off Deactivate live reload",
@@ -5102,6 +5108,7 @@
5102
5108
  "allowNo": false,
5103
5109
  "description": "Force polling to detect file changes.",
5104
5110
  "env": "SHOPIFY_FLAG_POLL",
5111
+ "hidden": true,
5105
5112
  "name": "poll",
5106
5113
  "type": "boolean"
5107
5114
  },
@@ -5113,14 +5120,6 @@
5113
5120
  "name": "port",
5114
5121
  "type": "option"
5115
5122
  },
5116
- "stable": {
5117
- "allowNo": false,
5118
- "description": "Performs the upload by relying in the legacy upload approach (slower, but it might be more stable in some scenarios)",
5119
- "env": "SHOPIFY_FLAG_STABLE",
5120
- "hidden": true,
5121
- "name": "stable",
5122
- "type": "boolean"
5123
- },
5124
5123
  "store": {
5125
5124
  "char": "s",
5126
5125
  "description": "Store URL. It can be the store prefix (example) or the full myshopify.com URL (example.myshopify.com, https://example.myshopify.com).",
@@ -5130,6 +5129,14 @@
5130
5129
  "name": "store",
5131
5130
  "type": "option"
5132
5131
  },
5132
+ "store-password": {
5133
+ "description": "The password for storefronts with password protection.",
5134
+ "env": "SHOPIFY_FLAG_STORE_PASSWORD",
5135
+ "hasDynamicHelp": false,
5136
+ "multiple": false,
5137
+ "name": "store-password",
5138
+ "type": "option"
5139
+ },
5133
5140
  "theme": {
5134
5141
  "char": "t",
5135
5142
  "description": "Theme ID or name of the remote theme.",
@@ -5688,14 +5695,6 @@
5688
5695
  "description": "Retrieves theme files from Shopify.\n\nIf no theme is specified, then you're prompted to select the theme to pull from the list of the themes in your store.",
5689
5696
  "descriptionWithMarkdown": "Retrieves theme files from Shopify.\n\nIf no theme is specified, then you're prompted to select the theme to pull from the list of the themes in your store.",
5690
5697
  "flags": {
5691
- "beta": {
5692
- "allowNo": false,
5693
- "description": "Performs the pull command by relying on the new download implementation.",
5694
- "env": "SHOPIFY_FLAG_BETA",
5695
- "hidden": true,
5696
- "name": "beta",
5697
- "type": "boolean"
5698
- },
5699
5698
  "development": {
5700
5699
  "allowNo": false,
5701
5700
  "char": "d",
@@ -5731,6 +5730,14 @@
5731
5730
  "name": "ignore",
5732
5731
  "type": "option"
5733
5732
  },
5733
+ "legacy": {
5734
+ "allowNo": false,
5735
+ "description": "Use the legacy Ruby implementation for the `shopify theme pull` command.",
5736
+ "env": "SHOPIFY_FLAG_LEGACY",
5737
+ "hidden": true,
5738
+ "name": "legacy",
5739
+ "type": "boolean"
5740
+ },
5734
5741
  "live": {
5735
5742
  "allowNo": false,
5736
5743
  "char": "l",
@@ -5781,14 +5788,6 @@
5781
5788
  "noCacheDefault": true,
5782
5789
  "type": "option"
5783
5790
  },
5784
- "stable": {
5785
- "allowNo": false,
5786
- "description": "Performs the pull command by relying on the legacy download implementation.",
5787
- "env": "SHOPIFY_FLAG_STABLE",
5788
- "hidden": true,
5789
- "name": "stable",
5790
- "type": "boolean"
5791
- },
5792
5791
  "store": {
5793
5792
  "char": "s",
5794
5793
  "description": "Store URL. It can be the store prefix (example) or the full myshopify.com URL (example.myshopify.com, https://example.myshopify.com).",
@@ -5842,7 +5841,6 @@
5842
5841
  "json",
5843
5842
  "allow-live",
5844
5843
  "publish",
5845
- "stable",
5846
5844
  "force",
5847
5845
  "development-theme-id"
5848
5846
  ],
@@ -5901,6 +5899,14 @@
5901
5899
  "name": "json",
5902
5900
  "type": "boolean"
5903
5901
  },
5902
+ "legacy": {
5903
+ "allowNo": false,
5904
+ "description": "Use the legacy Ruby implementation for the `shopify theme push` command.",
5905
+ "env": "SHOPIFY_FLAG_LEGACY",
5906
+ "hidden": true,
5907
+ "name": "legacy",
5908
+ "type": "boolean"
5909
+ },
5904
5910
  "live": {
5905
5911
  "allowNo": false,
5906
5912
  "char": "l",
@@ -5959,14 +5965,6 @@
5959
5965
  "name": "publish",
5960
5966
  "type": "boolean"
5961
5967
  },
5962
- "stable": {
5963
- "allowNo": false,
5964
- "description": "Performs the upload by relying in the legacy upload approach (slower, but it might be more stable in some scenarios)",
5965
- "env": "SHOPIFY_FLAG_STABLE",
5966
- "hidden": true,
5967
- "name": "stable",
5968
- "type": "boolean"
5969
- },
5970
5968
  "store": {
5971
5969
  "char": "s",
5972
5970
  "description": "Store URL. It can be the store prefix (example) or the full myshopify.com URL (example.myshopify.com, https://example.myshopify.com).",
@@ -6129,7 +6127,6 @@
6129
6127
  "nodelete",
6130
6128
  "only",
6131
6129
  "ignore",
6132
- "stable",
6133
6130
  "force",
6134
6131
  "notify"
6135
6132
  ],
@@ -6137,14 +6134,6 @@
6137
6134
  "description": "\n Uploads the current theme as the specified theme, or a \"development theme\" (https://shopify.dev/docs/themes/tools/cli#development-themes), to a store so you can preview it.\n\nThis command returns the following information:\n\n- A link to your development theme at http://127.0.0.1:9292. This URL can hot reload local changes to CSS and sections, or refresh the entire page when a file changes, enabling you to preview changes in real time using the store's data.\n\n You can specify a different network interface and port using `--host` and `--port`.\n\n- A link to the \"editor\" (https://shopify.dev/docs/themes/tools/online-editor) for the theme in the Shopify admin.\n\n- A \"preview link\" (https://help.shopify.com/manual/online-store/themes/adding-themes#share-a-theme-preview-with-others) that you can share with other developers.\n\nIf you already have a development theme for your current environment, then this command replaces the development theme with your local theme. You can override this using the `--theme-editor-sync` flag.\n\n> Note: You can't preview checkout customizations using http://127.0.0.1:9292.\n\nDevelopment themes are deleted when you run `shopify auth logout`. If you need a preview link that can be used after you log out, then you should \"share\" (https://shopify.dev/docs/api/shopify-cli/theme/theme-share) your theme or \"push\" (https://shopify.dev/docs/api/shopify-cli/theme/theme-push) to an unpublished theme on your store.\n\nYou can run this command only in a directory that matches the \"default Shopify theme folder structure\" (https://shopify.dev/docs/themes/tools/cli#directory-structure).",
6138
6135
  "descriptionWithMarkdown": "\n Uploads the current theme as the specified theme, or a [development theme](https://shopify.dev/docs/themes/tools/cli#development-themes), to a store so you can preview it.\n\nThis command returns the following information:\n\n- A link to your development theme at http://127.0.0.1:9292. This URL can hot reload local changes to CSS and sections, or refresh the entire page when a file changes, enabling you to preview changes in real time using the store's data.\n\n You can specify a different network interface and port using `--host` and `--port`.\n\n- A link to the [editor](https://shopify.dev/docs/themes/tools/online-editor) for the theme in the Shopify admin.\n\n- A [preview link](https://help.shopify.com/manual/online-store/themes/adding-themes#share-a-theme-preview-with-others) that you can share with other developers.\n\nIf you already have a development theme for your current environment, then this command replaces the development theme with your local theme. You can override this using the `--theme-editor-sync` flag.\n\n> Note: You can't preview checkout customizations using http://127.0.0.1:9292.\n\nDevelopment themes are deleted when you run `shopify auth logout`. If you need a preview link that can be used after you log out, then you should [share](https://shopify.dev/docs/api/shopify-cli/theme/theme-share) your theme or [push](https://shopify.dev/docs/api/shopify-cli/theme/theme-push) to an unpublished theme on your store.\n\nYou can run this command only in a directory that matches the [default Shopify theme folder structure](https://shopify.dev/docs/themes/tools/cli#directory-structure).",
6139
6136
  "flags": {
6140
- "dev-preview": {
6141
- "allowNo": false,
6142
- "description": "Enables the developer preview for the upcoming `theme dev` implementation.",
6143
- "env": "SHOPIFY_FLAG_BETA",
6144
- "hidden": true,
6145
- "name": "dev-preview",
6146
- "type": "boolean"
6147
- },
6148
6137
  "environment": {
6149
6138
  "char": "e",
6150
6139
  "description": "The environment to apply to the current command.",
@@ -6180,6 +6169,14 @@
6180
6169
  "name": "ignore",
6181
6170
  "type": "option"
6182
6171
  },
6172
+ "legacy": {
6173
+ "allowNo": false,
6174
+ "description": "Use the legacy Ruby implementation for the `shopify theme dev` command.",
6175
+ "env": "SHOPIFY_FLAG_LEGACY",
6176
+ "hidden": true,
6177
+ "name": "legacy",
6178
+ "type": "boolean"
6179
+ },
6183
6180
  "live-reload": {
6184
6181
  "default": "hot-reload",
6185
6182
  "description": "The live reload mode switches the server behavior when a file is modified:\n- hot-reload Hot reloads local changes to CSS and sections (default)\n- full-page Always refreshes the entire page\n- off Deactivate live reload",
@@ -6255,6 +6252,7 @@
6255
6252
  "allowNo": false,
6256
6253
  "description": "Force polling to detect file changes.",
6257
6254
  "env": "SHOPIFY_FLAG_POLL",
6255
+ "hidden": true,
6258
6256
  "name": "poll",
6259
6257
  "type": "boolean"
6260
6258
  },
@@ -6266,14 +6264,6 @@
6266
6264
  "name": "port",
6267
6265
  "type": "option"
6268
6266
  },
6269
- "stable": {
6270
- "allowNo": false,
6271
- "description": "Performs the upload by relying in the legacy upload approach (slower, but it might be more stable in some scenarios)",
6272
- "env": "SHOPIFY_FLAG_STABLE",
6273
- "hidden": true,
6274
- "name": "stable",
6275
- "type": "boolean"
6276
- },
6277
6267
  "store": {
6278
6268
  "char": "s",
6279
6269
  "description": "Store URL. It can be the store prefix (example) or the full myshopify.com URL (example.myshopify.com, https://example.myshopify.com).",
@@ -6283,6 +6273,14 @@
6283
6273
  "name": "store",
6284
6274
  "type": "option"
6285
6275
  },
6276
+ "store-password": {
6277
+ "description": "The password for storefronts with password protection.",
6278
+ "env": "SHOPIFY_FLAG_STORE_PASSWORD",
6279
+ "hasDynamicHelp": false,
6280
+ "multiple": false,
6281
+ "name": "store-password",
6282
+ "type": "option"
6283
+ },
6286
6284
  "theme": {
6287
6285
  "char": "t",
6288
6286
  "description": "Theme ID or name of the remote theme.",
@@ -6567,5 +6565,5 @@
6567
6565
  "summary": "Trigger delivery of a sample webhook topic payload to a designated address."
6568
6566
  }
6569
6567
  },
6570
- "version": "3.66.1"
6568
+ "version": "3.67.1"
6571
6569
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopify/cli",
3
- "version": "3.66.1",
3
+ "version": "3.67.1",
4
4
  "private": false,
5
5
  "description": "A CLI tool to build for the Shopify platform",
6
6
  "keywords": [
@@ -92,12 +92,12 @@
92
92
  "@oclif/core": "3.26.5",
93
93
  "@oclif/plugin-commands": "3.3.2",
94
94
  "@oclif/plugin-plugins": "5.1.2",
95
- "@shopify/app": "3.66.1",
96
- "@shopify/cli-kit": "3.66.1",
97
- "@shopify/plugin-cloudflare": "3.66.1",
98
- "@shopify/plugin-did-you-mean": "3.66.1",
99
- "@shopify/theme": "3.66.1",
100
- "@shopify/cli-hydrogen": "8.4.0",
95
+ "@shopify/app": "3.67.1",
96
+ "@shopify/cli-kit": "3.67.1",
97
+ "@shopify/plugin-cloudflare": "3.67.1",
98
+ "@shopify/plugin-did-you-mean": "3.67.1",
99
+ "@shopify/theme": "3.67.1",
100
+ "@shopify/cli-hydrogen": "8.4.4",
101
101
  "@types/node": "18.19.3",
102
102
  "@vitest/coverage-istanbul": "^1.6.0",
103
103
  "esbuild-plugin-copy": "^2.1.1",