[Prototype] Add shopify store delete command#7471
Draft
amcaplan wants to merge 5 commits intoariel/store-create-devfrom
Draft
[Prototype] Add shopify store delete command#7471amcaplan wants to merge 5 commits intoariel/store-create-devfrom
shopify store delete command#7471amcaplan wants to merge 5 commits intoariel/store-create-devfrom
Conversation
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.
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
Contributor
|
| File | Removed Fields | Reason |
|---|---|---|
packages/app/src/cli/models/extensions/specifications/type-generation.ts |
value |
Fields removed |
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