-
Notifications
You must be signed in to change notification settings - Fork 223
Add --variable-file flag to app execute command
#6732
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
--variable-file on shopify app execute--variable-file flag to app execute command
|
We detected some changes at Caution DO NOT create changesets for features which you do not wish to be included in the public changelog of the next CLI release. |
Coverage report
Show new covered files 🐣
Show files with reduced coverage 🔻
Test suite run success3566 tests passing in 1416 suites. Report generated by 🧪jest coverage report action from 39753af |

WHY are these changes introduced?
app executewas inconsistent withapp bulk execute, and initial testing made the utility of loading variables from a file clear.WHAT is this pull request doing?
Adds a new
--variable-fileflag to theapp executecommand that allows users to specify a path to a JSON file containing GraphQL variables.Key changes:
variable-fileflag that is mutually exclusive with the existingvariablesflagHow to test your changes?
variables.json):{"first": 10}Measuring impact
How do we know this change was effective? Please choose one:
Checklist