Move command from shopify app execute to shopify app bulk execute#6679
Merged
jordanverasamy merged 1 commit intomainfrom Dec 4, 2025
Conversation
Contributor
Coverage report
Show new covered files 🐣
Show files with reduced coverage 🔻
Test suite run success3448 tests passing in 1396 suites. Report generated by 🧪jest coverage report action from 942df86 |
Contributor
|
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. |
6ae8599 to
d78d5ee
Compare
d78d5ee to
0416c8e
Compare
gonzaloriestra
approved these changes
Dec 3, 2025
0416c8e to
942df86
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Resolves: https://github.com/orgs/shop/projects/208/views/34?pane=issue&itemId=140363174&issue=shop%7Cissues-api-foundations%7C1127
Inspired by: #6596 (comment)
Background
There was a design decision made that determined that Bulk operations have enough differences in behavior and requirements to merit a separate command (
shopify app bulk execute).Implementation
packages/app/src/cli/commands/app/execute.tsintopackages/app/src/cli/commands/app/bulk/execute.tsand changed the imports.packages/app/src/cli/index.tsfile.Tophatting
The new

shopify app bulk executecommand works!