Add examples to store create dev - #8457
Merged
Merged
Conversation
`store create dev` was the only `shopify store` command without `static examples`. Every sibling (`auth`, `list`, `open`, `info`, `execute`, `create preview`, `delete`) defines them, so add them here for consistency. The command is still hidden, so only the oclif manifest changes: the README lists non-hidden commands only, and the shopify.dev docs data carries flags rather than examples. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Assisted-By: devx/13746eb2-e5e2-4de0-b1fd-476a489da9c3
Contributor
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
4 tasks
amcaplan
marked this pull request as ready for review
September 2, 2026 11:41
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
The change is additive, consistent with existing command example patterns, and matches the command’s actual flags (including --json).
Pull request overview
Adds static CLI usage examples for the shopify store create dev command and propagates them into the generated Oclif manifest, aligning it with other shopify store commands that already include examples.
Changes:
- Added
static examplestopackages/store/src/cli/commands/store/create/dev.ts. - Regenerated/updated the corresponding
examplesentry inpackages/cli/oclif.manifest.json.
File summaries
| File | Description |
|---|---|
| packages/store/src/cli/commands/store/create/dev.ts | Adds example invocations for store create dev, including --with-demo-data and --json variants. |
| packages/cli/oclif.manifest.json | Updates the generated manifest to include the new examples for store:create:dev. |
Review details
- Files reviewed: 2/2 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
dmerand
approved these changes
Sep 2, 2026
github-merge-queue
Bot
removed this pull request from the merge queue due to failed status checks
Sep 2, 2026
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.

Adds
static examplestostore create dev, the onlyshopify storecommand without them.Split out ahead of #8456, which unhides the command — landing the examples first keeps that PR's diff purely about visibility. Still hidden here, so no changeset; #8456 carries it.
Checklist
patchfor bug fixes ·minorfor new features ·majorfor breaking changes) and added a changeset withpnpm changeset add🤖 Generated with Claude Code