Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/quiet-dev-store-help.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@shopify/store': patch
---

Correct development store command help text.
4 changes: 2 additions & 2 deletions packages/cli/oclif.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/store/src/cli/commands/store/create/dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down
Loading