Say "dev store" instead of "development store" - #8468
Merged
Conversation
The `shopify store` dev store commands were the only place calling them "development stores" — `app dev`, the `store list` type column and the flag help elsewhere all say "dev store". Covers the messages users read: the create and delete success banners, the name prompt, the confirmation prompt, the failure errors, the deletion task title, and the command summaries and flag descriptions. `app dev` shares the name prompt through @Shopify/organizations, so its own creation banner moves too — otherwise that flow would prompt for a "dev store" and then confirm a "development store". Left alone: the Admin API's own `partnerDevelopment` plan wording, and the remaining `app dev` store-selection messages. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Assisted-By: devx/4874be33-ff52-4bcc-beaa-5ff567199ec5
amcaplan
approved these changes
Sep 3, 2026
amcaplan
left a comment
Contributor
There was a problem hiding this comment.
Love it! Consistency is subtle but super valuable.
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?
The dev store commands under
shopify storewere the only place calling them "development stores".app dev, the--storeflag help, and theTypecolumn instore listall say "dev store".WHAT is this pull request doing?
Renaming the user-facing text to "dev store" in
store create devandstore delete— success banners, prompts, errors, the deletion task title, and command/flag help.app devshares the name prompt via@shopify/organizations, so its creation banner moves too; otherwise it would prompt for a "dev store" and confirm a "development store".Untouched: the Admin API's own
partnerDevelopmentplan wording, and the remainingapp devselection messages.Both commands are
hidden, sooclif.manifest.jsonis the only generated file that changes. No changeset, as requested.How to test your changes?
Checklist
🤖 Generated with Claude Code