[Prototype] Add shopify store delete command#7471
Closed
amcaplan wants to merge 6 commits into
Closed
Conversation
Contributor
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
This was referenced May 5, 2026
shopify store delete command
amcaplan
temporarily deployed
to
breaking-change-approval
May 5, 2026 21:43 — with
GitHub Actions
Inactive
amcaplan
force-pushed
the
ariel/store-create-dev
branch
from
May 19, 2026 10:09
0c8ff3b to
4c0cc94
Compare
amcaplan
force-pushed
the
ariel/store-delete-dev
branch
from
May 19, 2026 10:09
047848d to
1ac647e
Compare
amcaplan
force-pushed
the
ariel/store-create-dev
branch
from
May 19, 2026 17:01
4c0cc94 to
ad70827
Compare
amcaplan
force-pushed
the
ariel/store-delete-dev
branch
2 times, most recently
from
May 20, 2026 16:41
4bb768a to
6f686b1
Compare
amcaplan
force-pushed
the
ariel/store-create-dev
branch
from
May 20, 2026 16:41
ad70827 to
d21d890
Compare
amcaplan
force-pushed
the
ariel/store-create-dev
branch
from
May 27, 2026 19:52
d21d890 to
dca5cff
Compare
amcaplan
force-pushed
the
ariel/store-delete-dev
branch
from
May 27, 2026 19:52
6f686b1 to
9e2af79
Compare
amcaplan
force-pushed
the
ariel/store-create-dev
branch
from
May 27, 2026 19:54
dca5cff to
8fafc0a
Compare
amcaplan
force-pushed
the
ariel/store-delete-dev
branch
from
May 27, 2026 19:54
9e2af79 to
26a4dfa
Compare
amcaplan
force-pushed
the
ariel/store-create-dev
branch
from
May 27, 2026 20:01
8fafc0a to
d30f927
Compare
amcaplan
force-pushed
the
ariel/store-delete-dev
branch
3 times, most recently
from
May 27, 2026 20:41
fcd99e1 to
906a221
Compare
amcaplan
force-pushed
the
ariel/store-create-dev
branch
from
May 27, 2026 20:41
d0925a5 to
8f04a3b
Compare
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…zation, --json flags Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…mmand Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Run of `dev up` regenerated CLI docs to include the new `shopify store delete` command added in this branch.
amcaplan
force-pushed
the
ariel/store-delete-dev
branch
from
May 28, 2026 22:02
906a221 to
e6b9ae5
Compare
amcaplan
force-pushed
the
ariel/store-create-dev
branch
from
May 28, 2026 22:02
8f04a3b to
42e815f
Compare
amcaplan
changed the base branch from
ariel/store-create-dev
to
graphite-base/7471
June 10, 2026 20:36
Contributor
|
This PR seems inactive. If it's still relevant, please add a comment saying so. Otherwise, take no action. |
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.

Summary
Stacked on top of
ariel/store-create-dev(#7332) to add the user-facingshopify store deletecommand for development stores. This is the CLI half of the prototype — see the companion world PR for the BP/Core changes.What's here
StoreDeleteoclif command atpackages/cli/src/cli/commands/store/delete.tswith--store,--organization, and--jsonflags.deleteDevStoreservice layer (packages/store/src/cli/services/dev/delete.ts) — handles org resolution, calls the BP mutation, and maps user errors.deleteAppDevelopmentStoreGraphQL mutation document + generated TS bindings.oclif.manifest.jsonregen.Status
This is a prototype — drafting for review while we evaluate the approach end-to-end. Verified manually against local BP + Core. Tests / lint cleanup will follow.
Stack
[Prototype] Add shopify store delete commandstore create devcommand #7332 —Add store create dev commandExtract @shopify/organizations package