Shopify CLI
Shopify CLI now defaults to be a global CLI and all commands have been unified under a single npm package: @shopify/cli
.
Check out the new CLI documentation.
Apps
- Use a random port for GraphiQL when the default one is not available: #3579
- Filter env vars to always be valid for ESBuild: #3656
- Sanitize "api_key" from verbose log: #3558
- Fix issue when you deploy an empty array of redirect_urls: #3667
- Do not show api-key flag deprecation warning when using SHOPIFY_API_KEY: #3671
- Updated header regex: #3658
Themes
- Fix Theme Push Execution when password flag is provided: #3645
- Remove requirement to provide
name
flag intheme rename
command: #3644 - Update theme push theme selection text: #3670
- Improve Glob Pattern subdirectory mismatch error handling: #3669
- Introduce support to Theme Access app in the new
shopify theme push
implementation: #3675 - Introduce support to the
blocks/
directory inshopify theme push
: #3676 - Fix
shopify theme dev
issue to avoid previewing the live theme instead of the development: #3706
Full Changelog: 3.58.2...3.59.0