Move command from shopify app execute to shopify app bulk execute - #6679
Merged
jordanverasamy merged 1 commit intoDec 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 |
ericlee878
marked this pull request as ready for review
December 2, 2025 20:45
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. |
ericlee878
force-pushed
the
12-02-move_command_from_shopify_app_execute_to_shopify_app_bulk_execute_
branch
from
December 2, 2025 20:45
6ae8599 to
d78d5ee
Compare
ericlee878
force-pushed
the
12-02-move_command_from_shopify_app_execute_to_shopify_app_bulk_execute_
branch
from
December 2, 2025 20:48
d78d5ee to
0416c8e
Compare
gonzaloriestra
approved these changes
Dec 3, 2025
jordanverasamy
enabled auto-merge
December 3, 2025 19:03
jordanverasamy
force-pushed
the
12-02-move_command_from_shopify_app_execute_to_shopify_app_bulk_execute_
branch
from
December 4, 2025 03:37
0416c8e to
942df86
Compare
jordanverasamy
deleted the
12-02-move_command_from_shopify_app_execute_to_shopify_app_bulk_execute_
branch
December 4, 2025 09:47
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!