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