@shopify/cli-kit 3.24.1 → 3.26.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 (97) hide show
  1. package/LICENSE +8 -0
  2. package/assets/favicon.svg +0 -0
  3. package/dist/analytics.d.ts +1 -1
  4. package/dist/analytics.js +1 -2
  5. package/dist/analytics.js.map +1 -1
  6. package/dist/api/graphql/extension_specifications.d.ts +1 -0
  7. package/dist/api/graphql/extension_specifications.js +1 -0
  8. package/dist/api/graphql/extension_specifications.js.map +1 -1
  9. package/dist/api/graphql/functions/app_function_set.d.ts +1 -0
  10. package/dist/api/graphql/functions/app_function_set.js +2 -0
  11. package/dist/api/graphql/functions/app_function_set.js.map +1 -1
  12. package/dist/git.d.ts +2 -1
  13. package/dist/git.js +23 -1
  14. package/dist/git.js.map +1 -1
  15. package/dist/index.d.ts +0 -1
  16. package/dist/index.js +0 -1
  17. package/dist/index.js.map +1 -1
  18. package/dist/log.js +9 -18
  19. package/dist/log.js.map +1 -1
  20. package/dist/output.d.ts +1 -1
  21. package/dist/output.js +7 -1
  22. package/dist/output.js.map +1 -1
  23. package/dist/plugins.d.ts +1 -1
  24. package/dist/plugins.js +1 -1
  25. package/dist/plugins.js.map +1 -1
  26. package/dist/private/node/ui/components/Alert.d.ts +1 -1
  27. package/dist/private/node/ui/components/Alert.js +2 -2
  28. package/dist/private/node/ui/components/Alert.js.map +1 -1
  29. package/dist/private/node/ui/components/Alert.test.d.ts +1 -0
  30. package/dist/private/node/ui/components/Alert.test.js +95 -0
  31. package/dist/private/node/ui/components/Alert.test.js.map +1 -0
  32. package/dist/private/node/ui/components/Banner.js +8 -9
  33. package/dist/private/node/ui/components/Banner.js.map +1 -1
  34. package/dist/private/node/ui/components/Banner.test.d.ts +1 -0
  35. package/dist/private/node/ui/components/Banner.test.js +52 -0
  36. package/dist/private/node/ui/components/Banner.test.js.map +1 -0
  37. package/dist/private/node/ui/components/Command.test.d.ts +1 -0
  38. package/dist/private/node/ui/components/Command.test.js +11 -0
  39. package/dist/private/node/ui/components/Command.test.js.map +1 -0
  40. package/dist/private/node/ui/components/ConcurrentOutput.js +0 -1
  41. package/dist/private/node/ui/components/ConcurrentOutput.js.map +1 -1
  42. package/dist/private/node/ui/components/FatalError.js +1 -1
  43. package/dist/private/node/ui/components/FatalError.js.map +1 -1
  44. package/dist/private/node/ui/components/FatalError.test.d.ts +1 -0
  45. package/dist/private/node/ui/components/FatalError.test.js +119 -0
  46. package/dist/private/node/ui/components/FatalError.test.js.map +1 -0
  47. package/dist/private/node/ui/components/FilePath.d.ts +9 -0
  48. package/dist/private/node/ui/components/FilePath.js +13 -0
  49. package/dist/private/node/ui/components/FilePath.js.map +1 -0
  50. package/dist/private/node/ui/components/FilePath.test.d.ts +1 -0
  51. package/dist/private/node/ui/components/FilePath.test.js +11 -0
  52. package/dist/private/node/ui/components/FilePath.test.js.map +1 -0
  53. package/dist/private/node/ui/components/Link.js +6 -5
  54. package/dist/private/node/ui/components/Link.js.map +1 -1
  55. package/dist/private/node/ui/components/Link.test.d.ts +1 -0
  56. package/dist/private/node/ui/components/Link.test.js +22 -0
  57. package/dist/private/node/ui/components/Link.test.js.map +1 -0
  58. package/dist/private/node/ui/components/List.d.ts +1 -1
  59. package/dist/private/node/ui/components/List.js +2 -2
  60. package/dist/private/node/ui/components/List.js.map +1 -1
  61. package/dist/private/node/ui/components/List.test.d.ts +1 -0
  62. package/dist/private/node/ui/components/List.test.js +34 -0
  63. package/dist/private/node/ui/components/List.test.js.map +1 -0
  64. package/dist/private/node/ui/components/TokenizedText.d.ts +13 -1
  65. package/dist/private/node/ui/components/TokenizedText.js +47 -6
  66. package/dist/private/node/ui/components/TokenizedText.js.map +1 -1
  67. package/dist/private/node/ui/components/TokenizedText.test.d.ts +1 -0
  68. package/dist/private/node/ui/components/TokenizedText.test.js +44 -0
  69. package/dist/private/node/ui/components/TokenizedText.test.js.map +1 -0
  70. package/dist/private/node/ui/components/UserInput.d.ts +10 -0
  71. package/dist/private/node/ui/components/UserInput.js +11 -0
  72. package/dist/private/node/ui/components/UserInput.js.map +1 -0
  73. package/dist/private/node/ui/components/UserInput.test.d.ts +1 -0
  74. package/dist/private/node/ui/components/UserInput.test.js +11 -0
  75. package/dist/private/node/ui/components/UserInput.test.js.map +1 -0
  76. package/dist/public/node/github.d.ts +50 -0
  77. package/dist/{github.js → public/node/github.js} +29 -14
  78. package/dist/public/node/github.js.map +1 -0
  79. package/dist/public/node/plugins/tunnel.d.ts +1 -1
  80. package/dist/public/node/plugins/tunnel.js +1 -1
  81. package/dist/public/node/plugins/tunnel.js.map +1 -1
  82. package/dist/public/{common → node}/result.d.ts +12 -6
  83. package/dist/public/{common → node}/result.js +28 -5
  84. package/dist/public/node/result.js.map +1 -0
  85. package/dist/public/node/ruby.js +8 -1
  86. package/dist/public/node/ruby.js.map +1 -1
  87. package/dist/session/exchange.d.ts +1 -1
  88. package/dist/session/exchange.js +4 -4
  89. package/dist/session/exchange.js.map +1 -1
  90. package/dist/system.js +1 -0
  91. package/dist/system.js.map +1 -1
  92. package/dist/tsconfig.tsbuildinfo +1 -1
  93. package/package.json +17 -13
  94. package/CHANGELOG.md +0 -725
  95. package/dist/github.d.ts +0 -33
  96. package/dist/github.js.map +0 -1
  97. package/dist/public/common/result.js.map +0 -1
package/CHANGELOG.md DELETED
@@ -1,725 +0,0 @@
1
- # @shopify/cli-kit
2
-
3
- ## 3.24.1
4
-
5
- ### Patch Changes
6
-
7
- - 7e5c492a: Fix errors not being displayed properly when coming from processes rendered concurrently
8
-
9
- ## 3.24.0
10
-
11
- ### Patch Changes
12
-
13
- - d47a6e80: Improve success message style in create-app command
14
- - a9d4be9e: Generate creative suggested names for new themes
15
- - aca90638: Removed unnecessary line breaks in concurrent output
16
- - cb0990df: Fixed no organization error formatting
17
-
18
- ## 3.23.0
19
-
20
- ### Minor Changes
21
-
22
- - c15ad5df: Rename port to tcp and export its API from the module @shopify/cli-kit/node/tcp instead of @shopify/cli-kit
23
- - 1ee1cfd1: Expose the semver API from the @shopify/cli-kit/node/semver and improve the function semantics
24
-
25
- ## 3.22.1
26
-
27
- ## 3.22.0
28
-
29
- ### Patch Changes
30
-
31
- - e0b5c20b: Update the version of the Ruby CLI
32
- - 6de19ebd: Move haiku's exported logic into the @shopify/cli-kit/common/string and @shopify/cli-kit/node/fs modules and remove the export from @shopify/cli-kit
33
- - 6c0cd13d: Polish log truncation process
34
- - 7035d36b: Fixed third party errors formatting issue
35
-
36
- ## 3.21.0
37
-
38
- ### Minor Changes
39
-
40
- - 5cda6300: Enable external access to cli inside a spin instance
41
-
42
- ### Patch Changes
43
-
44
- - e4352f2e: Do not report handled tunnel plugin errors to Bugsnag
45
- - c906187f: Add backticks surrounding command tokens
46
-
47
- ## 3.20.1
48
-
49
- ### Patch Changes
50
-
51
- - 3f285ff9: Fix homebrew upgrade to handle shopify-cli package
52
-
53
- ## 3.20.0
54
-
55
- ### Minor Changes
56
-
57
- - 96d5b175: Enable experimental presets feature for apps and themes
58
- - 4bd05555: Add experimental preset flag for pre-specifying command line flags
59
-
60
- ### Patch Changes
61
-
62
- - 0a8ee2a3: Document how to style error messages
63
- - efa5b071: Refresh theme dev session every 90 minutes
64
-
65
- ## 3.19.0
66
-
67
- ### Minor Changes
68
-
69
- - 7bb5c23f: Add ensureAuthenticatedThemes helper for session
70
-
71
- ## 3.18.0
72
-
73
- ### Minor Changes
74
-
75
- - b4dafa4f: Add timestamps to logs and introduce first UI kit components
76
- - 65625f47: Send a new environment variable to apps in dev command with the spin store domain.
77
-
78
- ### Patch Changes
79
-
80
- - ef42fda6: Improve error outputs by using the new Banner component
81
- - 514f2cb5: Support git 2.28 or earlier when initializing a repository
82
- - 1455ee44: Improve how concurrent processes output looks
83
- - 0d674d64: Output messages with partners urls fixed when running against an spin instance
84
-
85
- ## 3.17.0
86
-
87
- ### Minor Changes
88
-
89
- - 483318aa: Create a new Oxygen service for interacting with Oxygen related services.
90
-
91
- ### Patch Changes
92
-
93
- - dac186b2: Removing unnecessary calls to enqueue and check compilation status
94
- - 5617050a: initializeRepository now defaults to 'main' as initial branch.
95
- - 5703ce9b: Cloud environment checking was not working properly so wrong authentication method was used
96
-
97
- ## 3.16.3
98
-
99
- ### Patch Changes
100
-
101
- - fc4d6c58: Removed unused fields from FunctionSet mutation
102
-
103
- ## 3.16.2
104
-
105
- ### Patch Changes
106
-
107
- - ca6c7295: React types dependency version should be overwritten when generating React Typescript extensions
108
-
109
- ## 3.16.1
110
-
111
- ## 3.16.0
112
-
113
- ### Minor Changes
114
-
115
- - d460e738: Add the `app generate schema <function-name>` command
116
-
117
- ## 3.15.0
118
-
119
- ### Minor Changes
120
-
121
- - 9f7d90d9: Add dev, build, deploy and another additional baseline instrumentantion
122
-
123
- ## 3.14.0
124
-
125
- ### Minor Changes
126
-
127
- - 1dba11ec: Support upgrade of a globally installed CLI
128
-
129
- ## 3.13.1
130
-
131
- ### Patch Changes
132
-
133
- - 81d3ca50: Fix authentication issue when token is expired and invalid/revoked
134
-
135
- ## 3.13.0
136
-
137
- ### Minor Changes
138
-
139
- - a225e415: - cli-kit:
140
- - Added additional Git functionality for commits, generating .gitignore templates, and ensuring commands are run in a Git project.
141
- - Added new Oxygen service type for interacting with the Oyxgen service
142
- - New method for creating readable file streams
143
- - create-hydrogen
144
- - Added support for initializing a local Git repository when you create a new Hydrogen project
145
- - 5336b01f: Added support for extension development server to pass permissions metadata about the parent app to extension host systems
146
- - 2239cad9: - `@shopify/cli-kit` - Add support to partners tokens in the `execCLI2` function
147
- - `@shopify/app` - Add support to theme app extensions in the `app dev` command
148
-
149
- ### Patch Changes
150
-
151
- - a979c0de: Avoid the loosing of terminal cursor when using crtl+c with and active list prompt
152
- - afa808cb: The overriden command name is correctly used
153
-
154
- ## 3.12.0
155
-
156
- ### Minor Changes
157
-
158
- - 454641be: Allow running shopify installed globally instead of npm/yarn/pnpm shopify
159
-
160
- ## 3.11.0
161
-
162
- ### Minor Changes
163
-
164
- - 79508f56: Don't allow the log file to grow too much
165
- - 922c204e: New Result type for handling errors
166
- - ddbf7ee4: Add new authentication method for cloud environments
167
-
168
- ### Patch Changes
169
-
170
- - 38dedc05: Fix getRandomPort retries
171
-
172
- ## 3.10.1
173
-
174
- ### Patch Changes
175
-
176
- - f04ec835: Fix store initialization for Homebrew (project version error)
177
- - b23e0461: Add theme info command
178
-
179
- ## 3.10.0
180
-
181
- ### Patch Changes
182
-
183
- - 4c8853f1: Use hooks to communicate with ngrok plugin
184
-
185
- ## 3.9.2
186
-
187
- ## 3.9.1
188
-
189
- ### Patch Changes
190
-
191
- - 08c42c45: Use the Ruby bin directory from environment variable when provided (to fix homebrew issues)
192
-
193
- ## 3.9.0
194
-
195
- ### Minor Changes
196
-
197
- - c7137a3b: Grouping extension types in scaffold select type prompt
198
-
199
- ## 3.8.0
200
-
201
- ### Minor Changes
202
-
203
- - db4e6089: Releasing extensions binary in an automatic way
204
- - 79df925d: Add GraphQL endpoint to get Partners URLs
205
-
206
- ### Patch Changes
207
-
208
- - 79df925d: Add new fields to app cache: updateURLs and newApp
209
- - 03bd5f28: Added `web-env` command to show and generate .env files without erasing existing ones
210
-
211
- ## 3.7.1
212
-
213
- ### Minor Changes
214
-
215
- - 18717ad5: Rename the environment variable SHOPIFY_CONFIG to SHOPIFY_ENV because it's more representative of its usage
216
- - 29f46e8f: Make inquirer default for inputs
217
- - bba213f9: Shopify Functions identifiers have been changed to ULIDs. Existing projects will be updated during the next deploy.
218
-
219
- ## 3.6.2
220
-
221
- ### Patch Changes
222
-
223
- - 59d56a40: Only show errors from CLI 2 once
224
-
225
- ## 3.6.1
226
-
227
- ## 3.6.0
228
-
229
- ### Patch Changes
230
-
231
- - 073e514c: Validation that port used for receiving autentication token from browser is not already in use
232
- - d9351df4: Use a custom list of safe nouns and adjectives to generate default names for apps and extensions
233
-
234
- ## 3.5.0
235
-
236
- ### Patch Changes
237
-
238
- - dabc4bab: Refactor rejection tests to follow recommended implementation by Vitest
239
-
240
- ## 3.4.0
241
-
242
- ### Minor Changes
243
-
244
- - 0da6c7e8: • Run CLI2 commands from passed-in directory, defaulting to current working directory
245
- • Fill in flags for theme check
246
- • Add --path to theme check
247
- • Add --verbose to theme check
248
-
249
- ### Patch Changes
250
-
251
- - 08366831: Better logging:
252
- • include Prompt and List input/output
253
- • distinguish commands via UUID and log lines for command start/finish
254
- • use a command line flag to specify log stream to view (cli, create-app, create-hydrogen)
255
- - feae2499: Fix support for using a private template repo when git credentials are not setup
256
- - 19ab3f99: Report 5xx reponses coming from the Partners' API as aborts
257
-
258
- ## 3.3.3
259
-
260
- ### Patch Changes
261
-
262
- - e89dfa81: • Update Ruby CLI to latest
263
- • Fix: Await Ruby subprocess
264
- • Add path flag to init for better development flow
265
- • Add verbose flag to see more output from the Node CLI
266
- • Set up logging and CLI-kit store separately for the theme CLI
267
-
268
- ## 3.3.2
269
-
270
- ## 3.3.1
271
-
272
- ## 3.3.0
273
-
274
- ### Minor Changes
275
-
276
- - f7708fcc: Replace fastify/http-proxy with node-http-proxy to support Node < 17
277
-
278
- ## 3.2.0
279
-
280
- ### Patch Changes
281
-
282
- - 86b04187: Exit without error message on deliberate user actions
283
-
284
- ## 3.1.0
285
-
286
- ### Minor Changes
287
-
288
- - d17770e8: Massage error stacktraces to be properly formatted on Bugsnag
289
- - d17770e8: Not report unhandled errors that go straight to the Node runtime
290
-
291
- ### Patch Changes
292
-
293
- - 740f73ac: Added a retrying implementation to the method that obtains a random local port. Occasionally that third party logic failed in the middle of the execution of a command and abort the process. Running the command for a second time solved that temporary problem
294
- - de8ee02d: [FEATURE] Add query to fetch shop by domain
295
- - 45f0f0b9: Bump theme-check version
296
-
297
- ## 3.0.27
298
-
299
- ### Patch Changes
300
-
301
- - e2e8b4db: Fix identity token validation which is requiring a new login every time
302
-
303
- ## 3.0.26
304
-
305
- ### Patch Changes
306
-
307
- - dbcffdbb: Fix issue when exchanging an identity token fails
308
- - 022a4e24: Internal: build cli-kit using tsc instead of rollup+esbuild
309
- - e81e52b1: Report error events
310
- - c16035f1: Fix post auth screen styling
311
- - 61f595df: Fix an issue that will force the users to re-login when the token expires
312
- - 87f7843f: Show validation errors when deploying UI extensions
313
- - 8ff4e3d7: Fix runCreateCLI's detection of the executable index
314
- - 168bb4c6: Add total time to analytics reports
315
- - 0a9dbc63: Fix path outputs for the working directory
316
- - 2d8e4458: Log Listr task titles to logfile
317
-
318
- ## 3.0.25
319
-
320
- ### Patch Changes
321
-
322
- - a6ea9c8d: Fix shopify upgrade
323
- - 822d0fd3: Move archiver to @shopify/node/archiver and export it from the package.json
324
- - bf8137c2: Save session to local storage when secure storage (keychain) is not available
325
- - e650b499: Add project type to analytics reports
326
- - 3360289d: Compile function module before deploying function to the registry
327
- - 2a666db7: Fix the formatting of errors' next steps not respecting the line breaks
328
-
329
- ## 3.0.24
330
-
331
- ## 3.0.23
332
-
333
- ## 3.0.22
334
-
335
- ### Patch Changes
336
-
337
- - 7f32e9ac: Add an interface to delete the global store
338
- - 7f32e9ac: Make sure the user has a partner organization associated to the session
339
-
340
- ## 3.0.21
341
-
342
- ## 3.0.20
343
-
344
- ### Patch Changes
345
-
346
- - 5d422ea9: - Use a shallow repo clone to speed up cloning template repos
347
- - Display progress of git clones
348
-
349
- ## 3.0.19
350
-
351
- ### Patch Changes
352
-
353
- - d73ea66a: Ask to reuse dev config if it's the first time deploying
354
- - 45866b2a: include apiVersion from toml when deploying a function
355
- - 3c9519fa: Improve authentication completion screen
356
- - 0550cb31: Gracefully handle the scenario where the given SPIN_INSTANCE is invalid or non-existing
357
- - fd254893: Add additional verbose logs
358
- - cc4c0151: Simplify query complexity when fetching organizations
359
-
360
- ## 3.0.18
361
-
362
- ### Patch Changes
363
-
364
- - 84438079: Add logging to file and command to access logs
365
- - fa518a0d: Add analytics helper to report events
366
- - fd10fc01: Add a confirmation prompt before opening the browser to continue auth
367
- - 0243890b: Fix function appBridge variables not being set during GraphQL mutation
368
- - cb1caa7c: Improve create app error message when using an invalid template flag value
369
-
370
- ## 3.0.17
371
-
372
- ### Patch Changes
373
-
374
- - df0d0347: Use inquirer with SHOPIFY_USE_INQUIRER
375
- - 6657a57c: Stop passing configuration when deploying a function
376
-
377
- ## 3.0.16
378
-
379
- ### Patch Changes
380
-
381
- - eb915dee: Loose version requirements to help dependency managers dedupe dependencies
382
- - 85ee088d: Add a utility function to know whether Git is present in the environment
383
- - 2ecbff43: Fix issues with windows being reported as unsuported platform
384
- - a750e67c: Improve dependency upgrade messages to leverage new shopify upgrade command
385
-
386
- ## 3.0.15
387
-
388
- ### Patch Changes
389
-
390
- - c3b711ec: Improve Ruby Bundler upgrade message
391
- - 99378ca0: Push dependency manager detection into cli-kit
392
-
393
- ## 3.0.14
394
-
395
- ### Patch Changes
396
-
397
- - 8f82bd36: Fix lookupTunnelPlugin on Windows
398
- - ae3823c8: Abort the execution if prompts are attempted in a non-interactive terminal
399
- - 8f82bd36: Add pathToFileURL helper
400
- - c383ed42: Gracefully handle revoked tokens
401
-
402
- ## 3.0.13
403
-
404
- ### Patch Changes
405
-
406
- - 604d7d97: Fix some unhandled promises and errors
407
-
408
- ## 3.0.12
409
-
410
- ### Patch Changes
411
-
412
- - e05749dc: Adds format to the @shopify/cli-kit `file` module that formats a file content using prettier.
413
- - 89a48ba9: Helpers to check ruby version, analytics enabled and verbose mode
414
- - 1f45ddc4: New module called `vscode` for integrating with the user's VSCode editor. The initial utilities are focused on determining if the user is using VSCode and adding recommended extensions to the project.
415
- - 8c690cca: Add generator for haiku-style names
416
- - 11d09f7f: Encourage upgrading if not up-to-date
417
- - 783a3714: Relativize path tokens before printing them
418
- - e12c82b3: Fixed error executing CLI connected to a spin instance using SPIN_INSTANCE environment variable
419
- - cb8e2c25: Output stderr in bold instead of prefacing with scary ERROR
420
-
421
- ## 3.0.11
422
-
423
- ### Patch Changes
424
-
425
- - 1f10093b: Add support for tokenized messages in errors
426
-
427
- ## 3.0.10
428
-
429
- ## 3.0.9
430
-
431
- ## 3.0.8
432
-
433
- ## 3.0.7
434
-
435
- ### Patch Changes
436
-
437
- - 8de7f95d: Fix an issue that causes releases not to pick the latest version of the CLI packages
438
-
439
- ## 3.0.6
440
-
441
- ### Patch Changes
442
-
443
- - 1e4d024e: Fixed randomly misfunction for detecting Fatal error types
444
- - 27677c2d: Added support for apps_next beta flag when creating apps
445
-
446
- ## 3.0.5
447
-
448
- ## 3.0.4
449
-
450
- ### Patch Changes
451
-
452
- - Fix create-app not using 3.0.3
453
-
454
- ## 3.0.1
455
-
456
- ### Patch Changes
457
-
458
- - c01cd9a5: Supports updated template names from the hydrogen monorepo. The `parseRepoUrl` helper now includes the full `http` address in the returns object.
459
- - 9d324502: Add locale configuration to checkout_ui_extensions
460
-
461
- ## 3.0.0
462
-
463
- ### Major Changes
464
-
465
- - Bump to 3.0.0
466
-
467
- ## 2.0.15
468
-
469
- ### Patch Changes
470
-
471
- - 19e343ea: Add support to dev checkout_ui_extension
472
- - eaf69a92: Add Italic output format
473
- Store app title from Partners API
474
- - 5ed34580: Default option when overwriting project files is now "No"
475
-
476
- ## 2.0.14
477
-
478
- ### Patch Changes
479
-
480
- - 87e51326: Report errors coming from child processes as abort errors
481
- - 87e51326: Output the sub-processes that we execute when the user invokes the CLI with --verbose
482
- - b10ddafc: Output requests' HTTP headers when the user invokes the CLI with --verbose
483
-
484
- ## 2.0.13
485
-
486
- ### Patch Changes
487
-
488
- - 1fb2da6c: Fix uhandled errors not being treated as bugs
489
-
490
- ## 2.0.10
491
-
492
- ### Patch Changes
493
-
494
- - 31b75488: Derive app name from package.json, not TOML config
495
-
496
- ## 2.0.9
497
-
498
- ### Patch Changes
499
-
500
- - 4170ac8e: Improve copies related to `dev`
501
- - 4170ac8e: Add new `completed` helper to output
502
-
503
- ## 2.0.8
504
-
505
- ### Patch Changes
506
-
507
- - Make envfile a dependency to mitigate bundling issues
508
-
509
- ## 2.0.7
510
-
511
- ### Patch Changes
512
-
513
- - 0d2e8e50: Allow ui.Question to accept preface string
514
- - 739e8e9d: Add password type for UI Question
515
- - c95660a6: Add dotenv module that provides utility functions to read and write .env files
516
-
517
- ## 2.0.6
518
-
519
- ### Patch Changes
520
-
521
- - f7e74d33: Retrieve only non-archived stores
522
-
523
- ## 2.0.5
524
-
525
- ### Patch Changes
526
-
527
- - 56b31022: Fix the installation of NPM packages that was failing because there were not awaiting the Promise
528
-
529
- ## 2.0.3
530
-
531
- ### Patch Changes
532
-
533
- - 30daa213: Add a utility function to install NPM packages recursively
534
- - 07bcb005: Add a utility functions for adding NPM dependencies to a project
535
- - ba003f7b: Automatically make stores non-transferable when selecting them for `dev`
536
- - b00ac480: Remove appType prompt, add createAsNew prompt
537
-
538
- ## 2.0.2
539
-
540
- ### Patch Changes
541
-
542
- - c6a9450b: Add support to scaffold function extensions
543
- - 70d8d50d: Add homeDir helper to 'os'
544
- Remove tunnel
545
-
546
- ## 2.0.1
547
-
548
- ### Patch Changes
549
-
550
- - 9cb99f12: Add new UI selection type: autocomplete
551
- - 882e54e6: Improve validation of --api-key and --store flags for dev
552
-
553
- ## 1.1.1
554
-
555
- ### Patch Changes
556
-
557
- - 488c06a: Added an interface to shell out to the Ruby CLI
558
- - f156c37: - New `github` module for retrieving latest releases of a given github repository and for parsing github repository URLs.
559
- - New field in select prompts `result` for formatting a value after submission.
560
- - 5763a76: Determine terminal coloring vs monochrome globally
561
-
562
- ## 1.0.9
563
-
564
- ### Patch Changes
565
-
566
- - df1c523: Re-authenticate if Identity returns an invalid grant error
567
-
568
- ## 1.0.8
569
-
570
- ### Patch Changes
571
-
572
- - 8e2c3d3: Improve the error handling to not treat invalid commands as bug errors
573
-
574
- ## 1.0.6
575
-
576
- ### Patch Changes
577
-
578
- - Add deploy command
579
-
580
- ## 1.0.5
581
-
582
- ### Patch Changes
583
-
584
- - Import ngrok dynamically
585
-
586
- ## 1.0.4
587
-
588
- ### Patch Changes
589
-
590
- - e2e working
591
-
592
- ## 1.0.1
593
-
594
- ### Patch Changes
595
-
596
- - Some fixes
597
-
598
- ## 1.0.0
599
-
600
- ### Patch Changes
601
-
602
- - Get workflows working e2e
603
-
604
- ## 0.33.8
605
-
606
- ### Patch Changes
607
-
608
- - Remove unnecessary dependencies
609
-
610
- ## 0.33.7
611
-
612
- ### Patch Changes
613
-
614
- - Add .gitignore to the app template
615
-
616
- ## 0.33.6
617
-
618
- ### Patch Changes
619
-
620
- - Fix create-app fixing the wrong dependency of @shopify/app
621
-
622
- ## 0.33.5
623
-
624
- ### Patch Changes
625
-
626
- - Some fixes with external packages
627
-
628
- ## 0.33.3
629
-
630
- ### Patch Changes
631
-
632
- - Make keytar a devDependency to bundle it with Rollup
633
-
634
- ## 0.33.2
635
-
636
- ### Patch Changes
637
-
638
- - Version 0.33.2
639
-
640
- ## 0.33.1
641
-
642
- ### Patch Changes
643
-
644
- - e1b7b31: Added complete Authentication flow
645
-
646
- ## 0.31.3
647
-
648
- ### Patch Changes
649
-
650
- - Fix the detection of the package manager when creating an app
651
-
652
- ## 0.31.0
653
-
654
- ### Minor Changes
655
-
656
- - e701cf5: Add a GraphQL client to communicate with Admin and Partners API
657
- - 563f225: Add utility to scaffold projects from a Liquid-based template
658
-
659
- ## 0.30.2
660
-
661
- ### Patch Changes
662
-
663
- - Add scaffold to the package.json's scripts section of the app template
664
-
665
- ## 0.30.1
666
-
667
- ### Patch Changes
668
-
669
- - New CLI version
670
-
671
- ## 0.29.1
672
-
673
- ### Patch Changes
674
-
675
- - c31bb1e: Add a method that returns true if the CLI is run from a Shopify environment (local or cloud)
676
-
677
- ## 0.12.0
678
-
679
- ### Minor Changes
680
-
681
- - cb12e51: Add utility for fetching the current user
682
- - a999af0: Add utility to fetch the latest version of a given NPM package
683
- - bed0951: Add a utility to obtain the dependency manager used to run the create workflow
684
-
685
- ## 0.10.0
686
-
687
- ### Minor Changes
688
-
689
- - Fix prompts not working when bundling the code
690
-
691
- ## 0.8.0
692
-
693
- ### Minor Changes
694
-
695
- - b07c608: Rename @shopify/core to @shopify/cli-kit and finish up the create-app workflow
696
-
697
- ## 0.5.2
698
-
699
- ### Patch Changes
700
-
701
- - Add @shopify/support and fix dependencies' setup
702
- - Updated dependencies
703
- - @shopify/support@0.5.2
704
-
705
- ## 0.3.0
706
-
707
- ### Minor Changes
708
-
709
- - Draft the CLI interface
710
-
711
- ### Patch Changes
712
-
713
- - Updated dependencies
714
- - @shopify/cli-support@0.3.0
715
-
716
- ## 0.2.0
717
-
718
- ### Minor Changes
719
-
720
- - Move from Lerna to changeset
721
-
722
- ### Patch Changes
723
-
724
- - Updated dependencies
725
- - @shopify/cli-support@0.2.0