@shopify/cli 3.86.1 → 3.87.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 (101) hide show
  1. package/README.md +2 -1
  2. package/dist/assets/dev-console/extensions/dev-console/assets/index-0hw3R_TS.css +1 -0
  3. package/dist/assets/dev-console/index.html +2 -2
  4. package/dist/{chunk-2LK4JXAI.js → chunk-43MAAODZ.js} +29 -17
  5. package/dist/{chunk-B7H344JI.js → chunk-4RMT22ZG.js} +116 -97
  6. package/dist/{chunk-QZSPMSF2.js → chunk-4X3OSIUW.js} +18 -6
  7. package/dist/{chunk-AU6C5SPW.js → chunk-6CKI4ZVA.js} +8 -8
  8. package/dist/{chunk-NOHJOQVR.js → chunk-77FBLQSY.js} +3 -3
  9. package/dist/{chunk-K45JWD7H.js → chunk-DX2IC6MA.js} +25 -8
  10. package/dist/chunk-EZQWZ57B.js +53 -0
  11. package/dist/{chunk-YXTZTRRV.js → chunk-FBDL6M34.js} +4 -4
  12. package/dist/{chunk-HUR6MF6D.js → chunk-GK3L6WCO.js} +8 -8
  13. package/dist/{chunk-4MSYMXAX.js → chunk-GPKHDSF5.js} +2 -2
  14. package/dist/{chunk-A5RXDG36.js → chunk-GV3VXLHN.js} +7 -7
  15. package/dist/{chunk-KCMYZRDH.js → chunk-H3HXI5FI.js} +5 -5
  16. package/dist/{chunk-MZWHWEIR.js → chunk-H5JSK6HV.js} +2 -2
  17. package/dist/{chunk-AM4QB5OM.js → chunk-HMDWNGIV.js} +100 -206
  18. package/dist/{chunk-6VIQUXXO.js → chunk-HMJUSDS7.js} +2 -2
  19. package/dist/{chunk-GNW7DUJ5.js → chunk-ILCR5V7H.js} +2 -2
  20. package/dist/{chunk-AXMPBUZL.js → chunk-JJ3N36EZ.js} +3 -3
  21. package/dist/{chunk-6FH6AJI5.js → chunk-KUJQ4AB6.js} +103 -2
  22. package/dist/{chunk-ZKG22PUU.js → chunk-KW37WO42.js} +4 -4
  23. package/dist/{chunk-PANEHHGV.js → chunk-LMVYXPIS.js} +22 -9
  24. package/dist/{chunk-52OB52S5.js → chunk-LVH6EINO.js} +5 -5
  25. package/dist/{chunk-VGDJLENI.js → chunk-LWFYEQVC.js} +4 -4
  26. package/dist/{chunk-J4HWHB57.js → chunk-MJ2CC5UF.js} +4 -4
  27. package/dist/{chunk-E7SRX5ME.js → chunk-NKJY5K45.js} +4 -4
  28. package/dist/{chunk-YRJLM3MZ.js → chunk-PE3YDRXC.js} +2 -2
  29. package/dist/{chunk-4WBTBFNC.js → chunk-PU7263L3.js} +4 -4
  30. package/dist/{chunk-2WTSZOXI.js → chunk-PW5V2LBK.js} +3 -3
  31. package/dist/{chunk-PBZI5MOK.js → chunk-QIIIG73M.js} +61 -187
  32. package/dist/{chunk-SQNWVF3V.js → chunk-R7GPNRH3.js} +2 -2
  33. package/dist/{chunk-RQD77XVF.js → chunk-TVAQLJIT.js} +3 -3
  34. package/dist/{chunk-CZE7TCFI.js → chunk-TY4JIQTU.js} +3 -3
  35. package/dist/{chunk-IPWP4QG4.js → chunk-U4EHUN6F.js} +5 -5
  36. package/dist/{chunk-UB7QY2VF.js → chunk-U6SKVYZN.js} +3 -3
  37. package/dist/{chunk-J6JPAWCE.js → chunk-UQLUAYP7.js} +2 -2
  38. package/dist/{chunk-AAHIUMCI.js → chunk-VDMWZFUE.js} +3 -3
  39. package/dist/{chunk-X2YIODUW.js → chunk-VLBE545G.js} +15 -1237
  40. package/dist/{chunk-TDSRWKL2.js → chunk-VQVENW26.js} +6 -6
  41. package/dist/{chunk-NAPXIWWP.js → chunk-VRRM2VMH.js} +6 -6
  42. package/dist/{chunk-F2V6FX7R.js → chunk-WM77PTR2.js} +4 -4
  43. package/dist/chunk-XB6A45UN.js +80 -0
  44. package/dist/{chunk-EG6MBBEN.js → chunk-Y2JP6WFP.js} +2 -2
  45. package/dist/{chunk-PPM7JU6X.js → chunk-ZWG6Y7VK.js} +3 -3
  46. package/dist/cli/commands/auth/login.js +16 -13
  47. package/dist/cli/commands/auth/login.test.js +18 -15
  48. package/dist/cli/commands/auth/logout.js +16 -13
  49. package/dist/cli/commands/auth/logout.test.js +18 -15
  50. package/dist/cli/commands/cache/clear.js +16 -13
  51. package/dist/cli/commands/debug/command-flags.js +16 -13
  52. package/dist/cli/commands/docs/generate.js +16 -13
  53. package/dist/cli/commands/docs/generate.test.js +17 -14
  54. package/dist/cli/commands/help.js +16 -13
  55. package/dist/cli/commands/kitchen-sink/async.js +17 -14
  56. package/dist/cli/commands/kitchen-sink/async.test.js +18 -15
  57. package/dist/cli/commands/kitchen-sink/index.js +19 -16
  58. package/dist/cli/commands/kitchen-sink/index.test.js +20 -17
  59. package/dist/cli/commands/kitchen-sink/prompts.js +17 -14
  60. package/dist/cli/commands/kitchen-sink/prompts.test.js +18 -15
  61. package/dist/cli/commands/kitchen-sink/static.js +17 -14
  62. package/dist/cli/commands/kitchen-sink/static.test.js +18 -15
  63. package/dist/cli/commands/notifications/generate.js +17 -14
  64. package/dist/cli/commands/notifications/list.js +17 -14
  65. package/dist/cli/commands/search.js +17 -14
  66. package/dist/cli/commands/upgrade.js +17 -14
  67. package/dist/cli/commands/upgrade.test.js +1 -1
  68. package/dist/cli/commands/version.js +17 -14
  69. package/dist/cli/commands/version.test.js +18 -15
  70. package/dist/cli/services/commands/notifications.js +12 -9
  71. package/dist/cli/services/commands/search.js +8 -5
  72. package/dist/cli/services/commands/search.test.js +9 -6
  73. package/dist/cli/services/commands/version.js +9 -6
  74. package/dist/cli/services/commands/version.test.js +11 -8
  75. package/dist/cli/services/kitchen-sink/async.js +8 -5
  76. package/dist/cli/services/kitchen-sink/prompts.js +8 -5
  77. package/dist/cli/services/kitchen-sink/static.js +8 -5
  78. package/dist/cli/services/upgrade.js +9 -6
  79. package/dist/cli/services/upgrade.test.js +11 -8
  80. package/dist/{custom-oclif-loader-IB5J422L.js → custom-oclif-loader-QBK7WNIL.js} +18 -11
  81. package/dist/{del-DIPVIUR3.js → del-E4LJOSMR.js} +6 -6
  82. package/dist/{error-handler-CU4DBAA4.js → error-handler-YWRJD3ZX.js} +14 -11
  83. package/dist/hooks/postrun.js +14 -72
  84. package/dist/hooks/prerun.js +13 -10
  85. package/dist/{http-proxy-node16-K5X7BUK5.js → http-proxy-node16-VGGP6PLA.js} +5 -5
  86. package/dist/index.js +2878 -1671
  87. package/dist/{lib-EMZRCLCJ.js → lib-G7Q5M6VX.js} +4 -3
  88. package/dist/{local-PYV7PNUD.js → local-DU2CZ6Z3.js} +8 -5
  89. package/dist/{magic-string.es-UZAAPNRE.js → magic-string.es-S5HKFBJX.js} +5 -6
  90. package/dist/{morph-EGK76SED.js → morph-37GC7LQM.js} +16 -20
  91. package/dist/{node-package-manager-BCGA26RH.js → node-package-manager-W22PEMMM.js} +9 -6
  92. package/dist/{npa-LHT53SWR.js → npa-E675GQOI.js} +5 -3
  93. package/dist/{path-GB4VIEM6.js → path-COZT77T2.js} +2 -2
  94. package/dist/tsconfig.tsbuildinfo +1 -1
  95. package/dist/{ui-7POT36Q5.js → ui-GTBNK773.js} +8 -5
  96. package/dist/{workerd-UA5IB4IF.js → workerd-CT4T6SDW.js} +18 -17
  97. package/oclif.manifest.json +95 -127
  98. package/package.json +8 -8
  99. package/dist/assets/dev-console/extensions/dev-console/assets/index-BteeGmYf.css +0 -1
  100. package/dist/chunk-IWFYXDPH.js +0 -109
  101. /package/dist/assets/dev-console/extensions/dev-console/assets/{index-Cj8WCHlM.js → index-C12jKScn.js} +0 -0
@@ -17,16 +17,19 @@ import {
17
17
  renderTasks,
18
18
  renderTextPrompt,
19
19
  renderWarning
20
- } from "./chunk-PBZI5MOK.js";
21
- import "./chunk-X2YIODUW.js";
20
+ } from "./chunk-QIIIG73M.js";
21
+ import "./chunk-VLBE545G.js";
22
22
  import "./chunk-UMUTXITN.js";
23
- import "./chunk-6FH6AJI5.js";
23
+ import "./chunk-HMDWNGIV.js";
24
+ import "./chunk-KUJQ4AB6.js";
24
25
  import "./chunk-Q2H6D2MH.js";
25
26
  import "./chunk-G2ZZKGSV.js";
26
27
  import "./chunk-6ONJEX7Y.js";
27
28
  import "./chunk-UV5N2VL7.js";
28
29
  import "./chunk-XE5EOEBL.js";
29
- import "./chunk-EG6MBBEN.js";
30
+ import "./chunk-CTFDRWUN.js";
31
+ import "./chunk-7IK72W75.js";
32
+ import "./chunk-Y2JP6WFP.js";
30
33
  import "./chunk-PKR7KJ6P.js";
31
34
  export {
32
35
  handleCtrlC,
@@ -48,4 +51,4 @@ export {
48
51
  renderTextPrompt,
49
52
  renderWarning
50
53
  };
51
- //# sourceMappingURL=ui-7POT36Q5.js.map
54
+ //# sourceMappingURL=ui-GTBNK773.js.map
@@ -10,20 +10,18 @@ import {
10
10
  importLocal,
11
11
  logRequestLine,
12
12
  setConstructors
13
- } from "./chunk-B7H344JI.js";
13
+ } from "./chunk-4RMT22ZG.js";
14
14
  import "./chunk-EFOOQV72.js";
15
- import "./chunk-CTFDRWUN.js";
16
- import "./chunk-7IK72W75.js";
17
- import "./chunk-K45JWD7H.js";
18
- import "./chunk-AU6C5SPW.js";
15
+ import "./chunk-DX2IC6MA.js";
16
+ import "./chunk-6CKI4ZVA.js";
19
17
  import "./chunk-SHWOPMLQ.js";
20
- import "./chunk-A5RXDG36.js";
21
- import "./chunk-2LK4JXAI.js";
22
- import "./chunk-NAPXIWWP.js";
23
- import "./chunk-PANEHHGV.js";
18
+ import "./chunk-GV3VXLHN.js";
19
+ import "./chunk-43MAAODZ.js";
20
+ import "./chunk-VRRM2VMH.js";
21
+ import "./chunk-LMVYXPIS.js";
24
22
  import "./chunk-XD3LXUGW.js";
25
- import "./chunk-QZSPMSF2.js";
26
- import "./chunk-SQNWVF3V.js";
23
+ import "./chunk-4X3OSIUW.js";
24
+ import "./chunk-R7GPNRH3.js";
27
25
  import {
28
26
  AbortError,
29
27
  createFileReadStream,
@@ -31,24 +29,27 @@ import {
31
29
  readFile,
32
30
  renderSuccess,
33
31
  source_default
34
- } from "./chunk-PBZI5MOK.js";
35
- import "./chunk-X2YIODUW.js";
32
+ } from "./chunk-QIIIG73M.js";
33
+ import "./chunk-VLBE545G.js";
36
34
  import "./chunk-UMUTXITN.js";
37
- import "./chunk-6FH6AJI5.js";
35
+ import "./chunk-HMDWNGIV.js";
36
+ import "./chunk-KUJQ4AB6.js";
38
37
  import "./chunk-Q2H6D2MH.js";
39
38
  import "./chunk-G2ZZKGSV.js";
40
39
  import "./chunk-6ONJEX7Y.js";
41
40
  import "./chunk-UV5N2VL7.js";
42
41
  import "./chunk-XE5EOEBL.js";
42
+ import "./chunk-CTFDRWUN.js";
43
+ import "./chunk-7IK72W75.js";
43
44
  import {
44
45
  dirname,
45
46
  resolvePath
46
- } from "./chunk-EG6MBBEN.js";
47
+ } from "./chunk-Y2JP6WFP.js";
47
48
  import {
48
49
  init_cjs_shims
49
50
  } from "./chunk-PKR7KJ6P.js";
50
51
 
51
- // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.5_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_2caa7ed374ec9eaba80f52596be8291e/node_modules/@shopify/cli-hydrogen/dist/lib/mini-oxygen/workerd.js
52
+ // ../../node_modules/.pnpm/@shopify+cli-hydrogen@11.1.5_@graphql-codegen+cli@5.0.4_@parcel+watcher@2.5.1_@types+no_1dab9937c446c9bfba7229e66e4ca808/node_modules/@shopify/cli-hydrogen/dist/lib/mini-oxygen/workerd.js
52
53
  init_cjs_shims();
53
54
  import { createRequire } from "node:module";
54
55
  async function startWorkerdServer({
@@ -167,4 +168,4 @@ async function startWorkerdServer({
167
168
  export {
168
169
  startWorkerdServer
169
170
  };
170
- //# sourceMappingURL=workerd-UA5IB4IF.js.map
171
+ //# sourceMappingURL=workerd-CT4T6SDW.js.map
@@ -9,18 +9,6 @@
9
9
  "description": "This command executes the build script specified in the element's TOML file. You can specify a custom script in the file. To learn about configuration files in Shopify apps, refer to \"App configuration\" (https://shopify.dev/docs/apps/tools/cli/configuration).\n\n If you're building a \"theme app extension\" (https://shopify.dev/docs/apps/online-store/theme-app-extensions), then running the `build` command runs \"Theme Check\" (https://shopify.dev/docs/themes/tools/theme-check) against your extension to ensure that it's valid.",
10
10
  "descriptionWithMarkdown": "This command executes the build script specified in the element's TOML file. You can specify a custom script in the file. To learn about configuration files in Shopify apps, refer to [App configuration](https://shopify.dev/docs/apps/tools/cli/configuration).\n\n If you're building a [theme app extension](https://shopify.dev/docs/apps/online-store/theme-app-extensions), then running the `build` command runs [Theme Check](https://shopify.dev/docs/themes/tools/theme-check) against your extension to ensure that it's valid.",
11
11
  "flags": {
12
- "api-key": {
13
- "description": "Application's API key that will be exposed at build time.",
14
- "env": "SHOPIFY_FLAG_API_KEY",
15
- "exclusive": [
16
- "config"
17
- ],
18
- "hasDynamicHelp": false,
19
- "hidden": true,
20
- "multiple": false,
21
- "name": "api-key",
22
- "type": "option"
23
- },
24
12
  "client-id": {
25
13
  "description": "The Client ID of your app.",
26
14
  "env": "SHOPIFY_FLAG_CLIENT_ID",
@@ -104,8 +92,8 @@
104
92
  "args": {
105
93
  },
106
94
  "customPluginName": "@shopify/app",
107
- "description": "Pulls app configuration from the Partner Dashboard and creates or overwrites a configuration file. You can create a new app with this command to start with a default configuration file.\n\n For more information on the format of the created TOML configuration file, refer to the \"App configuration\" (https://shopify.dev/docs/apps/tools/cli/configuration) page.\n ",
108
- "descriptionWithMarkdown": "Pulls app configuration from the Partner Dashboard and creates or overwrites a configuration file. You can create a new app with this command to start with a default configuration file.\n\n For more information on the format of the created TOML configuration file, refer to the [App configuration](https://shopify.dev/docs/apps/tools/cli/configuration) page.\n ",
95
+ "description": "Pulls app configuration from the Developer Dashboard and creates or overwrites a configuration file. You can create a new app with this command to start with a default configuration file.\n\n For more information on the format of the created TOML configuration file, refer to the \"App configuration\" (https://shopify.dev/docs/apps/tools/cli/configuration) page.\n ",
96
+ "descriptionWithMarkdown": "Pulls app configuration from the Developer Dashboard and creates or overwrites a configuration file. You can create a new app with this command to start with a default configuration file.\n\n For more information on the format of the created TOML configuration file, refer to the [App configuration](https://shopify.dev/docs/apps/tools/cli/configuration) page.\n ",
109
97
  "flags": {
110
98
  "client-id": {
111
99
  "description": "The Client ID of your app.",
@@ -174,7 +162,7 @@
174
162
  "pluginName": "@shopify/cli",
175
163
  "pluginType": "core",
176
164
  "strict": true,
177
- "summary": "Fetch your app configuration from the Partner Dashboard."
165
+ "summary": "Fetch your app configuration from the Developer Dashboard."
178
166
  },
179
167
  "app:config:use": {
180
168
  "aliases": [
@@ -255,21 +243,9 @@
255
243
  "args": {
256
244
  },
257
245
  "customPluginName": "@shopify/app",
258
- "description": "\"Builds the app\" (https://shopify.dev/docs/api/shopify-cli/app/app-build), then deploys your app configuration and extensions.\n\n This command creates an app version, which is a snapshot of your app configuration and all extensions, including the app extensions that you manage in the Partner Dashboard. This version is then released to users.\n\n This command doesn't deploy your \"web app\" (https://shopify.dev/docs/apps/tools/cli/structure#web-components). You need to \"deploy your web app\" (https://shopify.dev/docs/apps/deployment/web) to your own hosting solution.\n ",
259
- "descriptionWithMarkdown": "[Builds the app](https://shopify.dev/docs/api/shopify-cli/app/app-build), then deploys your app configuration and extensions.\n\n This command creates an app version, which is a snapshot of your app configuration and all extensions, including the app extensions that you manage in the Partner Dashboard. This version is then released to users.\n\n This command doesn't deploy your [web app](https://shopify.dev/docs/apps/tools/cli/structure#web-components). You need to [deploy your web app](https://shopify.dev/docs/apps/deployment/web) to your own hosting solution.\n ",
246
+ "description": "\"Builds the app\" (https://shopify.dev/docs/api/shopify-cli/app/app-build), then deploys your app configuration and extensions.\n\n This command creates an app version, which is a snapshot of your app configuration and all extensions. This version is then released to users.\n\n This command doesn't deploy your \"web app\" (https://shopify.dev/docs/apps/tools/cli/structure#web-components). You need to \"deploy your web app\" (https://shopify.dev/docs/apps/deployment/web) to your own hosting solution.\n ",
247
+ "descriptionWithMarkdown": "[Builds the app](https://shopify.dev/docs/api/shopify-cli/app/app-build), then deploys your app configuration and extensions.\n\n This command creates an app version, which is a snapshot of your app configuration and all extensions. This version is then released to users.\n\n This command doesn't deploy your [web app](https://shopify.dev/docs/apps/tools/cli/structure#web-components). You need to [deploy your web app](https://shopify.dev/docs/apps/deployment/web) to your own hosting solution.\n ",
260
248
  "flags": {
261
- "api-key": {
262
- "description": "The API key of your app.",
263
- "env": "SHOPIFY_FLAG_APP_API_KEY",
264
- "exclusive": [
265
- "config"
266
- ],
267
- "hasDynamicHelp": false,
268
- "hidden": true,
269
- "multiple": false,
270
- "name": "api-key",
271
- "type": "option"
272
- },
273
249
  "client-id": {
274
250
  "description": "The Client ID of your app.",
275
251
  "env": "SHOPIFY_FLAG_CLIENT_ID",
@@ -396,21 +372,9 @@
396
372
  "args": {
397
373
  },
398
374
  "customPluginName": "@shopify/app",
399
- "description": "Builds and previews your app on a development store, and watches for changes. \"Read more about testing apps locally\" (https://shopify.dev/docs/apps/build/cli-for-apps/test-apps-locally).",
400
- "descriptionWithMarkdown": "Builds and previews your app on a development store, and watches for changes. [Read more about testing apps locally](https://shopify.dev/docs/apps/build/cli-for-apps/test-apps-locally).",
375
+ "description": "Builds and previews your app on a dev store, and watches for changes. \"Read more about testing apps locally\" (https://shopify.dev/docs/apps/build/cli-for-apps/test-apps-locally).",
376
+ "descriptionWithMarkdown": "Builds and previews your app on a dev store, and watches for changes. [Read more about testing apps locally](https://shopify.dev/docs/apps/build/cli-for-apps/test-apps-locally).",
401
377
  "flags": {
402
- "api-key": {
403
- "description": "The API key of your app.",
404
- "env": "SHOPIFY_FLAG_APP_API_KEY",
405
- "exclusive": [
406
- "config"
407
- ],
408
- "hasDynamicHelp": false,
409
- "hidden": true,
410
- "multiple": false,
411
- "name": "api-key",
412
- "type": "option"
413
- },
414
378
  "checkout-cart-url": {
415
379
  "description": "Resource URL for checkout UI extension. Format: \"/cart/{productVariantID}:{productQuantity}\"",
416
380
  "env": "SHOPIFY_FLAG_CHECKOUT_CART_URL",
@@ -477,7 +441,7 @@
477
441
  },
478
442
  "no-update": {
479
443
  "allowNo": false,
480
- "description": "Skips the Partners Dashboard URL update step.",
444
+ "description": "Uses the app URL from the toml file instead an autogenerated URL for dev.",
481
445
  "env": "SHOPIFY_FLAG_NO_UPDATE",
482
446
  "name": "no-update",
483
447
  "type": "boolean"
@@ -923,27 +887,103 @@
923
887
  "strict": true,
924
888
  "summary": "Compile a function to wasm."
925
889
  },
926
- "app:function:replay": {
890
+ "app:function:info": {
927
891
  "aliases": [
928
892
  ],
929
893
  "args": {
930
894
  },
931
895
  "customPluginName": "@shopify/app",
932
- "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).",
933
- "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).",
896
+ "description": "The information returned includes the following:\n\n - The function handle\n - The function name\n - The function API version\n - The targeting configuration\n - The schema path\n - The WASM path\n - The function runner path",
897
+ "descriptionWithMarkdown": "The information returned includes the following:\n\n - The function handle\n - The function name\n - The function API version\n - The targeting configuration\n - The schema path\n - The WASM path\n - The function runner path",
934
898
  "flags": {
935
- "api-key": {
936
- "description": "Application's API key",
937
- "env": "SHOPIFY_FLAG_API_KEY",
899
+ "client-id": {
900
+ "description": "The Client ID of your app.",
901
+ "env": "SHOPIFY_FLAG_CLIENT_ID",
938
902
  "exclusive": [
939
903
  "config"
940
904
  ],
941
905
  "hasDynamicHelp": false,
942
- "hidden": true,
906
+ "hidden": false,
907
+ "multiple": false,
908
+ "name": "client-id",
909
+ "type": "option"
910
+ },
911
+ "config": {
912
+ "char": "c",
913
+ "description": "The name of the app configuration.",
914
+ "env": "SHOPIFY_FLAG_APP_CONFIG",
915
+ "hasDynamicHelp": false,
916
+ "hidden": false,
943
917
  "multiple": false,
944
- "name": "api-key",
918
+ "name": "config",
945
919
  "type": "option"
946
920
  },
921
+ "json": {
922
+ "allowNo": false,
923
+ "char": "j",
924
+ "description": "Output the result as JSON.",
925
+ "env": "SHOPIFY_FLAG_JSON",
926
+ "hidden": false,
927
+ "name": "json",
928
+ "type": "boolean"
929
+ },
930
+ "no-color": {
931
+ "allowNo": false,
932
+ "description": "Disable color output.",
933
+ "env": "SHOPIFY_FLAG_NO_COLOR",
934
+ "hidden": false,
935
+ "name": "no-color",
936
+ "type": "boolean"
937
+ },
938
+ "path": {
939
+ "description": "The path to your function directory.",
940
+ "env": "SHOPIFY_FLAG_PATH",
941
+ "hasDynamicHelp": false,
942
+ "hidden": false,
943
+ "multiple": false,
944
+ "name": "path",
945
+ "noCacheDefault": true,
946
+ "type": "option"
947
+ },
948
+ "reset": {
949
+ "allowNo": false,
950
+ "description": "Reset all your settings.",
951
+ "env": "SHOPIFY_FLAG_RESET",
952
+ "exclusive": [
953
+ "config"
954
+ ],
955
+ "hidden": false,
956
+ "name": "reset",
957
+ "type": "boolean"
958
+ },
959
+ "verbose": {
960
+ "allowNo": false,
961
+ "description": "Increase the verbosity of the output.",
962
+ "env": "SHOPIFY_FLAG_VERBOSE",
963
+ "hidden": false,
964
+ "name": "verbose",
965
+ "type": "boolean"
966
+ }
967
+ },
968
+ "hasDynamicHelp": false,
969
+ "hiddenAliases": [
970
+ ],
971
+ "id": "app:function:info",
972
+ "pluginAlias": "@shopify/cli",
973
+ "pluginName": "@shopify/cli",
974
+ "pluginType": "core",
975
+ "strict": true,
976
+ "summary": "Print basic information about your function."
977
+ },
978
+ "app:function:replay": {
979
+ "aliases": [
980
+ ],
981
+ "args": {
982
+ },
983
+ "customPluginName": "@shopify/app",
984
+ "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).",
985
+ "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).",
986
+ "flags": {
947
987
  "client-id": {
948
988
  "description": "The Client ID of your app.",
949
989
  "env": "SHOPIFY_FLAG_CLIENT_ID",
@@ -1157,18 +1197,6 @@
1157
1197
  "description": "Generates the latest \"GraphQL schema\" (https://shopify.dev/docs/apps/functions/input-output#graphql-schema) for a function in your app. Run this command from the function directory.\n\n This command uses the API type and version of your function, as defined in your extension TOML file, to generate the latest GraphQL schema. The schema is written to the `schema.graphql` file.",
1158
1198
  "descriptionWithMarkdown": "Generates the latest [GraphQL schema](https://shopify.dev/docs/apps/functions/input-output#graphql-schema) for a function in your app. Run this command from the function directory.\n\n This command uses the API type and version of your function, as defined in your extension TOML file, to generate the latest GraphQL schema. The schema is written to the `schema.graphql` file.",
1159
1199
  "flags": {
1160
- "api-key": {
1161
- "description": "The API key to fetch the schema with.",
1162
- "env": "SHOPIFY_FLAG_APP_API_KEY",
1163
- "exclusive": [
1164
- "config"
1165
- ],
1166
- "hasDynamicHelp": false,
1167
- "hidden": true,
1168
- "multiple": false,
1169
- "name": "api-key",
1170
- "type": "option"
1171
- },
1172
1200
  "client-id": {
1173
1201
  "description": "The Client ID of your app.",
1174
1202
  "env": "SHOPIFY_FLAG_CLIENT_ID",
@@ -1335,18 +1363,6 @@
1335
1363
  "description": "Generates a new \"app extension\" (https://shopify.dev/docs/apps/app-extensions). For a list of app extensions that you can generate using this command, refer to \"Supported extensions\" (https://shopify.dev/docs/apps/structure/app-extensions/list).\n\n Each new app extension is created in a folder under `extensions/`. To learn more about the extensions file structure, refer to \"App structure\" (https://shopify.dev/docs/apps/tools/cli/structure) and the documentation for your extension.\n ",
1336
1364
  "descriptionWithMarkdown": "Generates a new [app extension](https://shopify.dev/docs/apps/app-extensions). For a list of app extensions that you can generate using this command, refer to [Supported extensions](https://shopify.dev/docs/apps/structure/app-extensions/list).\n\n Each new app extension is created in a folder under `extensions/`. To learn more about the extensions file structure, refer to [App structure](https://shopify.dev/docs/apps/tools/cli/structure) and the documentation for your extension.\n ",
1337
1365
  "flags": {
1338
- "api-key": {
1339
- "description": "The API key of your app.",
1340
- "env": "SHOPIFY_FLAG_APP_API_KEY",
1341
- "exclusive": [
1342
- "config"
1343
- ],
1344
- "hasDynamicHelp": false,
1345
- "hidden": true,
1346
- "multiple": false,
1347
- "name": "api-key",
1348
- "type": "option"
1349
- },
1350
1366
  "client-id": {
1351
1367
  "description": "The Client ID of your app.",
1352
1368
  "env": "SHOPIFY_FLAG_CLIENT_ID",
@@ -1482,18 +1498,6 @@
1482
1498
  "description": "\"DEPRECATED, use `app function schema`] Generates the latest [GraphQL schema\" (https://shopify.dev/docs/apps/functions/input-output#graphql-schema) for a function in your app. Run this command from the function directory.\n\n This command uses the API type and version of your function, as defined in your extension TOML file, to generate the latest GraphQL schema. The schema is written to the `schema.graphql` file.",
1483
1499
  "descriptionWithMarkdown": "[DEPRECATED, use `app function schema`] Generates the latest [GraphQL schema](https://shopify.dev/docs/apps/functions/input-output#graphql-schema) for a function in your app. Run this command from the function directory.\n\n This command uses the API type and version of your function, as defined in your extension TOML file, to generate the latest GraphQL schema. The schema is written to the `schema.graphql` file.",
1484
1500
  "flags": {
1485
- "api-key": {
1486
- "description": "The API key to fetch the schema with.",
1487
- "env": "SHOPIFY_FLAG_APP_API_KEY",
1488
- "exclusive": [
1489
- "config"
1490
- ],
1491
- "hasDynamicHelp": false,
1492
- "hidden": true,
1493
- "multiple": false,
1494
- "name": "api-key",
1495
- "type": "option"
1496
- },
1497
1501
  "client-id": {
1498
1502
  "description": "The Client ID of your app.",
1499
1503
  "env": "SHOPIFY_FLAG_CLIENT_ID",
@@ -1654,8 +1658,8 @@
1654
1658
  "args": {
1655
1659
  },
1656
1660
  "customPluginName": "@shopify/app",
1657
- "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.",
1658
- "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.",
1661
+ "description": "The information returned includes the following:\n\n - The app and dev 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.",
1662
+ "descriptionWithMarkdown": "The information returned includes the following:\n\n - The app and dev 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.",
1659
1663
  "flags": {
1660
1664
  "client-id": {
1661
1665
  "description": "The Client ID of your app.",
@@ -1856,18 +1860,6 @@
1856
1860
  "description": "\n Opens a real-time stream of detailed app logs from the selected app and store.\n Use the `--source` argument to limit output to a particular log source, such as a specific Shopify Function handle. Use the `shopify app logs sources` command to view a list of sources.\n Use the `--status` argument to filter on status, either `success` or `failure`.\n ```\n shopify app logs --status=success --source=extension.discount-function\n ```\n ",
1857
1861
  "descriptionWithMarkdown": "\n Opens a real-time stream of detailed app logs from the selected app and store.\n Use the `--source` argument to limit output to a particular log source, such as a specific Shopify Function handle. Use the `shopify app logs sources` command to view a list of sources.\n Use the `--status` argument to filter on status, either `success` or `failure`.\n ```\n shopify app logs --status=success --source=extension.discount-function\n ```\n ",
1858
1862
  "flags": {
1859
- "api-key": {
1860
- "description": "The API key of your app.",
1861
- "env": "SHOPIFY_FLAG_APP_API_KEY",
1862
- "exclusive": [
1863
- "config"
1864
- ],
1865
- "hasDynamicHelp": false,
1866
- "hidden": true,
1867
- "multiple": false,
1868
- "name": "api-key",
1869
- "type": "option"
1870
- },
1871
1863
  "client-id": {
1872
1864
  "description": "The Client ID of your app.",
1873
1865
  "env": "SHOPIFY_FLAG_CLIENT_ID",
@@ -2062,18 +2054,6 @@
2062
2054
  "description": "Releases an existing app version. Pass the name of the version that you want to release using the `--version` flag.",
2063
2055
  "descriptionWithMarkdown": "Releases an existing app version. Pass the name of the version that you want to release using the `--version` flag.",
2064
2056
  "flags": {
2065
- "api-key": {
2066
- "description": "The API key of your app.",
2067
- "env": "SHOPIFY_FLAG_APP_API_KEY",
2068
- "exclusive": [
2069
- "config"
2070
- ],
2071
- "hasDynamicHelp": false,
2072
- "hidden": true,
2073
- "multiple": false,
2074
- "name": "api-key",
2075
- "type": "option"
2076
- },
2077
2057
  "client-id": {
2078
2058
  "description": "The Client ID of your app.",
2079
2059
  "env": "SHOPIFY_FLAG_CLIENT_ID",
@@ -2172,18 +2152,6 @@
2172
2152
  "description": "Lists the deployed app versions. An app version is a snapshot of your app extensions.",
2173
2153
  "descriptionWithMarkdown": "Lists the deployed app versions. An app version is a snapshot of your app extensions.",
2174
2154
  "flags": {
2175
- "api-key": {
2176
- "description": "Application's API key to fetch versions for.",
2177
- "env": "SHOPIFY_FLAG_API_KEY",
2178
- "exclusive": [
2179
- "config"
2180
- ],
2181
- "hasDynamicHelp": false,
2182
- "hidden": true,
2183
- "multiple": false,
2184
- "name": "api-key",
2185
- "type": "option"
2186
- },
2187
2155
  "client-id": {
2188
2156
  "description": "The Client ID of your app.",
2189
2157
  "env": "SHOPIFY_FLAG_CLIENT_ID",
@@ -7150,5 +7118,5 @@
7150
7118
  "summary": "Trigger delivery of a sample webhook topic payload to a designated address."
7151
7119
  }
7152
7120
  },
7153
- "version": "3.86.1"
7121
+ "version": "3.87.0"
7154
7122
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopify/cli",
3
- "version": "3.86.1",
3
+ "version": "3.87.0",
4
4
  "private": false,
5
5
  "description": "A CLI tool to build for the Shopify platform",
6
6
  "keywords": [
@@ -10,7 +10,7 @@
10
10
  ],
11
11
  "homepage": "https://github.com/shopify/cli#readme",
12
12
  "bugs": {
13
- "url": "https://github.com/Shopify/cli/issues"
13
+ "url": "https://community.shopify.dev/c/shopify-cli-libraries/14"
14
14
  },
15
15
  "repository": {
16
16
  "type": "git",
@@ -91,18 +91,18 @@
91
91
  },
92
92
  "dependencies": {
93
93
  "@ast-grep/napi": "0.33.0",
94
- "esbuild": "0.25.10",
94
+ "esbuild": "0.25.12",
95
95
  "global-agent": "3.0.0"
96
96
  },
97
97
  "devDependencies": {
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.86.1",
102
- "@shopify/cli-kit": "3.86.1",
103
- "@shopify/plugin-cloudflare": "3.86.1",
104
- "@shopify/plugin-did-you-mean": "3.86.1",
105
- "@shopify/theme": "3.86.1",
101
+ "@shopify/app": "3.87.0",
102
+ "@shopify/cli-kit": "3.87.0",
103
+ "@shopify/plugin-cloudflare": "3.87.0",
104
+ "@shopify/plugin-did-you-mean": "3.87.0",
105
+ "@shopify/theme": "3.87.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",
@@ -1 +0,0 @@
1
- ._OuterContainer_15qjc_1{height:100vh;background:var(--dc-color-grey-900);overflow:hidden}._DevTool_15qjc_7{display:flex;flex-direction:column;height:100%;width:100%;color:var(--dc-color-white);font-weight:var(--dc-font-weight);overflow:hidden}._DevTool_15qjc_7 a{color:var(--dc-color-blue-400)}._DevTool_15qjc_7 a:hover,._DevTool_15qjc_7 a:focus{color:var(--dc-color-blue-500)}._DevTool_15qjc_7 main{display:flex;flex:1;overflow:hidden}._DevTool_15qjc_7 svg{width:1.8rem}._Header_15qjc_32{display:flex;justify-content:space-between;height:5.6rem;padding:1.5rem 1.6rem 1rem;background:var(--dc-color-grey-800)}._Header_15qjc_32 svg{fill:var(--dc-color-white)}._Header_15qjc_32 ._HeaderContent_15qjc_42{display:flex;align-items:center;gap:1.3rem}._Header_15qjc_32 h1{font-weight:var(--dc-font-weight-700);font-family:monospace;font-size:1.4rem}._Intro_1aphs_1{height:5.6rem;padding:2.2rem 1.8rem 1.5rem;line-height:1.6rem;color:1px solid var(--dc-color-grey-100);border-bottom:1px solid var(--dc-color-grey-600)}._ExtensionList_1aphs_9{width:100%;overflow:auto;flex:1}._ExtensionList_1aphs_9 table{text-align:left;width:100%;border-collapse:collapse}._ExtensionList_1aphs_9 th{vertical-align:middle}._ExtensionList_1aphs_9._isAppPreview_1aphs_23{font-size:1.1rem}._ExtensionList_1aphs_9._isAppPreview_1aphs_23 th{color:#808689}._ExtensionList_1aphs_9._isAppPreview_1aphs_23 th:first-child,._ExtensionList_1aphs_9._isAppPreview_1aphs_23 td:first-child{padding-left:2rem}._ExtensionList_1aphs_9._isAppPreview_1aphs_23 th,._ExtensionList_1aphs_9._isAppPreview_1aphs_23 td{padding-top:.5rem;padding-bottom:.5rem;vertical-align:middle}._WithIcon_1aphs_39{display:inline-grid;grid-template-columns:auto auto;grid-gap:6px}._Empty_1aphs_45{width:100%;text-align:center;padding:1.5rem}._ActionGroup_1aphs_51{display:flex;justify-content:flex-end}._Button_s4bwx_1{all:unset;padding:.3rem .8rem;display:flex;gap:.6rem;line-height:2rem;font-weight:var(--dc-font-weight-500);background:var(--dc-color-grey-700);border-radius:var(--dc-border-radius);cursor:pointer}._Button_s4bwx_1._WithIcon_s4bwx_12{padding-right:1rem}._Button_s4bwx_1 ._Icon_s4bwx_15{position:relative;top:.1rem}._Button_s4bwx_1:hover,._Button_s4bwx_1:focus{background:var(--dc-color-grey-600)}._Button_s4bwx_1[aria-pressed=true]{background-color:var(--dc-color-blue-500)}._Icon_dakzz_1{display:block;height:2rem;width:2rem;max-height:100%;max-width:100%}svg{position:relative;display:block;max-width:100%;max-height:100%;fill:var(--dc-color-white);margin:0 auto}._Muted_dakzz_18{fill:var(--dc-color-grey-500)}._VisuallyHidden_1p9uv_1{position:absolute!important;width:1px!important;height:1px!important;margin:0!important;padding:0!important;overflow:hidden!important;clip-path:inset(50%)!important;border:0!important;white-space:nowrap!important}._IconButton_wwtfg_1{all:unset;display:flex;align-items:center;width:2.4rem;height:2.4rem;background-color:var(--dc-color-grey-700);border-radius:var(--dc-border-radius);cursor:pointer}._IconButton_wwtfg_1:hover,._IconButton_wwtfg_1:focus{background-color:var(--dc-color-grey-600)}._IconButton_wwtfg_1 ._Icon_wwtfg_1{margin:0 auto;position:relative;top:.1rem}@keyframes _opacity_1yvdu_1{0%{opacity:0}to{opacity:.5}}._Backdrop_1yvdu_9{position:fixed;z-index:10;top:0;right:0;bottom:0;left:0;display:block;background-color:var(--dc-color-grey-900);animation:_opacity_1yvdu_1 .1s 1 forwards}._Container_rwtbo_1{position:fixed;z-index:11;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:center;pointer-events:none}._Dialog_rwtbo_14:focus{outline:0}._Modal_rwtbo_18{pointer-events:initial;position:relative;right:0;bottom:0;left:0;display:flex;flex-direction:column;width:62rem;margin:0 auto;max-height:calc(100vh - 6rem);border-radius:var(--dc-border-radius-2);background:var(--dc-color-grey-700);box-shadow:0 0 1px #0003,0 26px 80px #0003}._Modal_rwtbo_18._Width-large_rwtbo_33{width:62rem}._Modal_rwtbo_18._Width-small_rwtbo_36{width:45rem}._animateFadeUp_rwtbo_40{will-change:transform,opacity;opacity:1;transform:translateY(0);transition:transform .2s,opacity .2s}._animateFadeUp_rwtbo_40._entering_rwtbo_46,._animateFadeUp_rwtbo_40._exiting_rwtbo_46,._animateFadeUp_rwtbo_40._exited_rwtbo_46{opacity:0;transform:translateY(20rem)}._animateFadeUp_rwtbo_40._entered_rwtbo_50{opacity:1;transform:translateY(0)}._Header_rltzr_1{display:flex;align-items:center;flex-shrink:0;height:6.2rem;padding:2rem 2rem 1.8rem;border-bottom:1px solid var(--dc-color-grey-600)}._Title_rltzr_10{word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;flex:1;align-self:center;font-size:1.6rem}._Title_rltzr_10 h2{font-weight:var(--dc-font-weight-600)}._BodyWrapper_11cpl_1{display:flex;flex-grow:1;overflow-x:hidden;-webkit-overflow-scrolling:touch;padding:2.6rem 2.4rem}._BodyWrapper_11cpl_1 button{background-color:var(--dc-color-grey-600)}._BodyWrapper_11cpl_1 button:hover,._BodyWrapper_11cpl_1 button:focus{background-color:var(--dc-color-grey-500)}._Title_mda4k_1{font-weight:var(--dc-font-weight-400)}._PreviewLinksTitle_w3znb_1{display:block;padding-bottom:1rem;font-weight:var(--dc-font-weight-500)}._PreviewLinks_w3znb_1{display:flex;flex-direction:column;gap:1rem;padding-left:.8rem;padding-right:.8rem}._PreviewLink_w3znb_1{display:flex;align-items:center;gap:2.6rem}._NotApplicable_d2d93_1{font-weight:var(--dc-font-weight-200)}._PreviewLinksTitle_18l39_1{font-style:italic}._PreviewLinks_18l39_1{display:grid;padding-left:.6rem;padding-right:.6rem}._PreviewLink_18l39_1{display:flex;align-items:center;gap:.6rem;font-weight:var(--dc-font-weight-500)}._Wrapper_1tz7v_1{display:flex;gap:2.4rem}._LeftColumn_1tz7v_6{width:17.5rem;display:flex;flex-direction:column;gap:1.2rem;line-height:1.4rem;font-size:1.2rem}._QRCode_1tz7v_15{display:block;padding:.2rem .2rem 0;background:var(--dc-color-white)}._RightColumn_1tz7v_21{font-size:1.2rem;line-height:1.8rem;display:flex;flex-direction:column;gap:.8rem}._UrlCta_1tz7v_29{display:flex;gap:.8rem;align-items:center}._Url_1tz7v_29{font-size:1.1rem;line-height:1.6rem;word-break:break-all;color:var(--dc-color-grey-400)}._Row_1rpxh_1{border-bottom:1px solid var(--dc-color-grey-600)}._Row_1rpxh_1 th{padding:1.2rem 6.9rem 1.2rem 0;line-height:1.6rem;font-weight:var(--dc-font-weight-600)}._Row_1rpxh_1._Hoverable_1rpxh_9:hover{background-color:#03123133}._Row_1rpxh_1 th:first-child,._Row_1rpxh_1 td:first-child{padding-left:1.8rem}._Row_1rpxh_1 td{padding:1.6rem 6.9rem 1.5rem 0;vertical-align:top}._Row_1rpxh_1 th:last-child,._Row_1rpxh_1 td:last-child{padding-right:1.8rem}._Status_1aimo_1{display:flex;gap:.6rem;align-items:center;white-space:nowrap;font-weight:var(--dc-font-weight-500);color:var(--dc-color-grey-400)}._success_1aimo_10,._disconnected_1aimo_11,._error_1aimo_12{display:inline-block;width:1.2rem;height:1.2rem;border-radius:50%}._success_1aimo_10{background:var(--dc-color-green)}._disconnected_1aimo_11,._error_1aimo_12{background:var(--dc-color-red)}._Tooltip_ru6ke_1{display:inline-block}._Tooltip_ru6ke_1:hover{cursor:help}._TooltipUnderline_ru6ke_9{text-align:baseline;border-bottom:1px dotted var(--dc-color-grey-500);margin-bottom:-1px}:root{--tooltip-popover-max-width: 250px}._Popover_1ehpl_5{position:fixed;background-color:var(--dc-color-grey-600);color:var(--dc-color-white);font-weight:400;padding:1rem;border-radius:4px;width:max-content;max-width:var(--tooltip-popover-max-width);white-space:pre-wrap;word-break:break-word;word-wrap:break-word;z-index:9999;box-shadow:0 3px 6px -3px #17181814,0 8px 20px -4px #1718181f}._Toast_1qbvq_1{--toastify-color-dark: var(--dc-color-grey-700);--toastify-color-info: var(--dc-color-blue-400);--toastify-color-success: var(--dc-color-green);--toastify-color-warning: var(--dc-color-red);--toastify-color-error: var(--dc-color-red);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--dc-color-blue-400);--toastify-icon-color-success: var(--dc-color-green);--toastify-icon-color-warning: var(--dc-color-red);--toastify-icon-color-error: var(--dc-color-red);--toastify-toast-width: 32rem;--toastify-toast-background: var(--dc-color-white);--toastify-toast-min-height: 4.4rem;--toastify-toast-max-height: 4.4rem;--toastify-z-index: 9999;--toastify-text-color-dark: var(--dc-color-white);--toastify-text-color-info: var(--dc-color-white);--toastify-text-color-success: var(--dc-color-white);--toastify-text-color-warning: var(--dc-color-white);--toastify-text-color-error: var(--dc-color-white);--toastify-spinner-color: var(--dc-color-grey-500);--toastify-spinner-color-empty-area: var(--dc-color-white);--toastify-color-progress-dark: var(--dc-color-blue-400);--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--polaris-version-number: "6.6.0";--polaris-animation-skeleton-shimmer: polaris-SkeletonShimmerAnimation}html,body{font-size:1.3rem;line-height:2rem;text-transform:initial;letter-spacing:initial;font-weight:400;color:var(--p-text)}html,body,button{font-family:-apple-system,BlinkMacSystemFont,San Francisco,Segoe UI,Roboto,Helvetica Neue,sans-serif}html{position:relative;font-size:62.5%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;text-size-adjust:100%;text-rendering:optimizeLegibility}body{min-height:100%;margin:0;padding:0;background-color:#f4f6f8}@media print{body{background-color:transparent!important}}*,*:before,*:after{box-sizing:border-box}h1,h2,h3,h4,h5,h6,p{margin:0;font-size:1em;font-weight:400}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none}._Theme_1aigu_1{--dc-color-grey-900: rgb(13, 13, 13);--dc-color-grey-800: rgb(25, 25, 25);--dc-color-grey-700: rgb(36, 36, 36);--dc-color-grey-600: rgb(49, 51, 53);--dc-color-grey-500: rgb(120, 125, 129);--dc-color-grey-400: rgb(157, 161, 164);--dc-color-grey-100: rgb(235, 235, 235);--dc-color-blue-500: #36A3FF;--dc-color-blue-400: rgb(91, 206, 255);--dc-color-white: rgb(255, 255, 255);--dc-color-green: rgb(0, 244, 185);--dc-color-red: rgb(255, 87, 77);--dc-font-weight-400: 200;--dc-font-weight-400: 400;--dc-font-weight-500: 600;--dc-font-weight-600: 600;--dc-font-weight-700: 700;--dc-border-radius: .4rem;--dc-border-radius-2: .8rem}