diff --git a/.changeset/quiet-dev-store-help.md b/.changeset/quiet-dev-store-help.md new file mode 100644 index 00000000000..9ab32e6f243 --- /dev/null +++ b/.changeset/quiet-dev-store-help.md @@ -0,0 +1,5 @@ +--- +'@shopify/store': patch +--- + +Correct development store command help text. diff --git a/packages/cli/oclif.manifest.json b/packages/cli/oclif.manifest.json index 7078a731040..fa36d024fb8 100644 --- a/packages/cli/oclif.manifest.json +++ b/packages/cli/oclif.manifest.json @@ -6697,8 +6697,8 @@ "args": { }, "customPluginName": "@shopify/store", - "description": "Creates a new app development store in your organization.", - "descriptionWithMarkdown": "Creates a new app development store in your organization.", + "description": "Creates a new development store in your organization.", + "descriptionWithMarkdown": "Creates a new development store in your organization.", "enableJsonFlag": false, "flags": { "country": { diff --git a/packages/store/src/cli/commands/store/create/dev.ts b/packages/store/src/cli/commands/store/create/dev.ts index 37a01570c9a..2ca985ef88b 100644 --- a/packages/store/src/cli/commands/store/create/dev.ts +++ b/packages/store/src/cli/commands/store/create/dev.ts @@ -14,7 +14,7 @@ export default class StoreCreateDev extends Command { static summary = 'Create a new development store.' - static descriptionWithMarkdown = 'Creates a new app development store in your organization.' + static descriptionWithMarkdown = 'Creates a new development store in your organization.' static description = this.descriptionWithoutMarkdown()