Fix development store command help text - #8396
Open
dmerand wants to merge 1 commit into
Open
Conversation
Assisted-By: devx/ba772edb-2fc5-4841-ac28-2c5ffa652e3e
Contributor
There was a problem hiding this comment.
Pull request overview
Updates Shopify CLI’s shopify store create dev help text to refer to a “development store” (not an “app development store”), and aligns the generated OCLIF manifest and release notes accordingly.
Changes:
- Adjusted
store:create:devcommand description text to “Creates a new development store in your organization.” - Regenerated
packages/cli/oclif.manifest.jsonso the manifest reflects the updated help text. - Added a patch changeset for
@shopify/storedocumenting the user-facing help text correction.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| packages/store/src/cli/commands/store/create/dev.ts | Fixes the command’s help description string shown to users. |
| packages/cli/oclif.manifest.json | Updates the generated manifest entry for store:create:dev to match the new description. |
| .changeset/quiet-dev-store-help.md | Adds a patch changeset noting the corrected help text. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
graygilmore
approved these changes
Aug 25, 2026
dmerand
enabled auto-merge
August 25, 2026 16:57
EvilGenius13
approved these changes
Aug 25, 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.
WHY are these changes introduced?
shopify store create devhelp incorrectly calls a development store an "app development store."Context: https://shopify.slack.com/archives/C0BNPM9FTPF/p1787607546461019
WHAT is this pull request doing?
Correct the command help text and regenerate the OCLIF manifest.
How to test your changes?
Run
pnpm shopify store create dev --helpand confirm it saysCreates a new development store in your organization.Post-release steps
None.
Checklist
patchfor bug fixes ·minorfor new features ·majorfor breaking changes) and added a changeset withpnpm changeset add