cli
cli copied to clipboard
Build apps, themes, and hydrogen storefronts for Shopify
### 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...
### What area(s) will this request affect? Theme ### What type of change do you want to see? New feature ### Overview When working with multiple environments that share naming...
### Summary Adds a new `--variable-file` flag to shopify app execute that allows users to provide mutation variables from a JSONL file instead of passing them inline via `--variables`. This...
### WHY are these changes introduced? Fixes #0000 ### WHAT is this pull request doing? ### How to test your changes? ### Post-release steps ### Measuring impact How do we...
### WHY are these changes introduced? Part of: shop/issues-develop#21594 - Allow the CLI to not throw in local development when a service is not running if configured - This will...
### WHY are these changes introduced? Part of: shop/issues-develop#21594 - Remove the identity code that is now contained within the identity client
### WHY are these changes introduced? Part of: shop/issues-develop#21594 ### WHAT is this pull request doing? - implementing the body of the client interface with the respective production and mocked...
### WHY are these changes introduced? Part of: https://github.com/shop/issues-develop/issues/21594 - We're swapping the current codepaths that call bespoke identity modules to instead use the client - This allows for easy...
Resolves: https://github.com/orgs/shop/projects/208/views/34?pane=issue&itemId=140363951&issue=shop%7Cissues-api-foundations%7C1128 Inspired by: https://github.com/Shopify/cli/pull/6596#discussion_r2543018389 ### Background The bulk operations execute command currently authenticates using the CLI user's credentials, which has two critical limitations: 1. No access to $app metafields...
Resolves: https://github.com/orgs/shop/projects/208/views/34?pane=issue&itemId=139461468&issue=shop%7Cissues-api-foundations%7C1114 and https://github.com/orgs/shop/projects/208/views/34?pane=issue&itemId=139446074&issue=shop%7Cissues-api-foundations%7C1112 ### Why are these changes introduced? Improves the validation and error handling for GraphQL operations in the bulk operations service. ### Implementation Details - Enhances GraphQL...