cli
cli copied to clipboard
Build apps, themes, and hydrogen storefronts for Shopify
### WHY are these changes introduced? Fixes https://github.com/Shopify/cli/issues/4320 ### WHAT is this pull request doing? This PR updates the theme selector code to avoid implicitly considering names that contain "each."...
### WHY are these changes introduced? - Part of https://github.com/Shopify/develop-advanced-edits/issues/281 ### WHAT is this pull request doing? - Refactors the `mountThemeFileSystem` function in `packages/theme/src/cli/utilities/theme-fs.ts` to use Chokidar to mount the...
### Please confirm that you have: - [X] Searched [existing issues](.) to see if your issue is a duplicate. (If you’ve found a duplicate issue, feel free to add additional...
### Please confirm that you have: - [X] Searched [existing issues](.) to see if your issue is a duplicate. (If you’ve found a duplicate issue, feel free to add additional...
### Please confirm that you have: - [X] Searched [existing issues](.) to see if your issue is a duplicate. (If you’ve found a duplicate issue, feel free to add additional...
### WHY are these changes introduced? Fixes #4223 We aren't able to access GraphiQL on a remote environment because the localhost URL is hardcoded. ### WHAT is this pull request...
Part 2 of https://github.com/Shopify/core-issues/issues/74004 Vault project: https://vault.shopify.io/gsd/projects/39317 ### WHY are these changes introduced? Following the decision on the [tech design](https://docs.google.com/document/d/1DIDgtmb-JicQU9RCmzWfsVYDcV_MNE4KsdxytKRANAI/edit#heading=h.f0wr9ffq0l9g) to introduce a property called `allow_direct_linking` for an extension point's...
### WHY are these changes introduced? To encourage faster CLI upgrades and reduce the number of support cases where users are using old CLI versions. ### WHAT is this pull...
### Please confirm that you have: - [X] Searched [existing issues](.) to see if your issue is a duplicate. (If you’ve found a duplicate issue, feel free to add additional...
The `--theme` flag should not select themes based on parts of the name. ### Expected Behavior Only the exact theme name should be used for selection. ### Actual Behavior Parts...