Skip to content

Commit 271409e

Browse files
Rename development stores
1 parent 656d299 commit 271409e

File tree

11 files changed

+18
-20
lines changed

11 files changed

+18
-20
lines changed

docs-shopify.dev/commands/app-dev.doc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import {ReferenceEntityTemplateSchema} from '@shopify/generate-docs'
33

44
const data: ReferenceEntityTemplateSchema = {
55
name: 'app dev',
6-
description: `Builds and previews your app on a development store, and watches for changes. [Read more about testing apps locally](/docs/apps/build/cli-for-apps/test-apps-locally).`,
6+
description: `Builds and previews your app on a dev store, and watches for changes. [Read more about testing apps locally](/docs/apps/build/cli-for-apps/test-apps-locally).`,
77
overviewPreviewDescription: `Run the app.`,
88
type: 'command',
99
isVisualComponent: false,

docs-shopify.dev/commands/app-info.doc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const data: ReferenceEntityTemplateSchema = {
55
name: 'app info',
66
description: `The information returned includes the following:
77
8-
- The app and development store or Plus sandbox store that's used when you run the [dev](/docs/api/shopify-cli/app/app-dev) command. You can reset these configurations using [\`dev --reset\`](/docs/api/shopify-cli/app/app-dev#flags-propertydetail-reset).
8+
- The app and dev store that's used when you run the [dev](/docs/api/shopify-cli/app/app-dev) command. You can reset these configurations using [\`dev --reset\`](/docs/api/shopify-cli/app/app-dev#flags-propertydetail-reset).
99
- The [structure](/docs/apps/tools/cli/structure) of your app project.
1010
- The [access scopes](/docs/api/usage) your app has requested.
1111
- System information, including the package manager and version of Shopify CLI used in the project.`,

docs-shopify.dev/generated/generated_docs_data.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@
524524
},
525525
{
526526
"name": "app dev",
527-
"description": "Builds and previews your app on a development store, and watches for changes. [Read more about testing apps locally](/docs/apps/build/cli-for-apps/test-apps-locally).",
527+
"description": "Builds and previews your app on a dev store, and watches for changes. [Read more about testing apps locally](/docs/apps/build/cli-for-apps/test-apps-locally).",
528528
"overviewPreviewDescription": "Run the app.",
529529
"type": "command",
530530
"isVisualComponent": false,
@@ -1651,7 +1651,7 @@
16511651
},
16521652
{
16531653
"name": "app info",
1654-
"description": "The information returned includes the following:\n\n - The app and development store or Plus sandbox store that's used when you run the [dev](/docs/api/shopify-cli/app/app-dev) command. You can reset these configurations using [`dev --reset`](/docs/api/shopify-cli/app/app-dev#flags-propertydetail-reset).\n - The [structure](/docs/apps/tools/cli/structure) of your app project.\n - The [access scopes](/docs/api/usage) your app has requested.\n - System information, including the package manager and version of Shopify CLI used in the project.",
1654+
"description": "The information returned includes the following:\n\n - The app and dev store that's used when you run the [dev](/docs/api/shopify-cli/app/app-dev) command. You can reset these configurations using [`dev --reset`](/docs/api/shopify-cli/app/app-dev#flags-propertydetail-reset).\n - The [structure](/docs/apps/tools/cli/structure) of your app project.\n - The [access scopes](/docs/api/usage) your app has requested.\n - System information, including the package manager and version of Shopify CLI used in the project.",
16551655
"overviewPreviewDescription": "Print basic information about your app and extensions.",
16561656
"type": "command",
16571657
"isVisualComponent": false,

packages/app/src/cli/commands/app/dev.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import {addPublicMetadata} from '@shopify/cli-kit/node/metadata'
1313
export default class Dev extends AppLinkedCommand {
1414
static summary = 'Run the app.'
1515

16-
static descriptionWithMarkdown = `Builds and previews your app on a development store, and watches for changes. [Read more about testing apps locally](https://shopify.dev/docs/apps/build/cli-for-apps/test-apps-locally).`
16+
static descriptionWithMarkdown = `Builds and previews your app on a dev store, and watches for changes. [Read more about testing apps locally](https://shopify.dev/docs/apps/build/cli-for-apps/test-apps-locally).`
1717

1818
static description = this.descriptionWithoutMarkdown()
1919

packages/app/src/cli/commands/app/info.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default class AppInfo extends AppLinkedCommand {
1212

1313
static descriptionWithMarkdown = `The information returned includes the following:
1414
15-
- The app and development store or Plus sandbox store that's used when you run the [dev](https://shopify.dev/docs/api/shopify-cli/app/app-dev) command. You can reset these configurations using [\`dev --reset\`](https://shopify.dev/docs/api/shopify-cli/app/app-dev#flags-propertydetail-reset).
15+
- The app and dev store that's used when you run the [dev](https://shopify.dev/docs/api/shopify-cli/app/app-dev) command. You can reset these configurations using [\`dev --reset\`](https://shopify.dev/docs/api/shopify-cli/app/app-dev#flags-propertydetail-reset).
1616
- The [structure](https://shopify.dev/docs/apps/tools/cli/structure) of your app project.
1717
- The [access scopes](https://shopify.dev/docs/api/usage) your app has requested.
1818
- System information, including the package manager and version of Shopify CLI used in the project.`

packages/app/src/cli/prompts/dev.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ export async function selectStorePrompt({
126126

127127
export async function confirmConversionToTransferDisabledStorePrompt(): Promise<boolean> {
128128
return renderConfirmationPrompt({
129-
message: `Make this store transfer-disabled? For security, once you use a development store to preview an app locally, the store can never be transferred to a merchant to use as a production store.`,
129+
message: `Make this store transfer-disabled? For security, once you use a dev store to preview an app locally, the store can never be transferred to a merchant to use as a production store.`,
130130
confirmationMessage: 'Yes, make this store transfer-disabled permanently',
131131
cancellationMessage: 'No, select another store',
132132
defaultValue: false,

packages/app/src/cli/services/dev/graphiql/templates/unauthorized.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,7 @@ const polarisUnauthorizedContent = renderToStaticMarkup(
6060
<Text variant="headingMd" as="h2">
6161
Install your app to access GraphiQL
6262
</Text>
63-
<p>
64-
The GraphiQL Explorer relies on your app being installed on your development store to access its data.
65-
</p>
63+
<p>The GraphiQL Explorer relies on your app being installed on your dev store to access its data.</p>
6664
<p id="card-cta">
6765
<Button id="app-install-button">Install your app</Button>
6866
</p>

packages/app/src/cli/services/generate/template-fixtures/checkout-extension/README.md.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Checkout UI extensions let app developers build custom functionality that mercha
44

55
## Prerequisites
66

7-
Before you start building your extension, make sure that you’ve created a [development store](https://shopify.dev/docs/apps/tools/development-stores) with the [checkout extensibility developer preview](https://shopify.dev/docs/api/release-notes/developer-previews#previewing-new-features).
7+
Before you start building your extension, make sure that you’ve created a [dev store](https://shopify.dev/docs/apps/tools/development-stores) with the [checkout extensibility developer preview](https://shopify.dev/docs/api/release-notes/developer-previews#previewing-new-features).
88

99
## Your new Extension
1010

packages/cli-kit/src/private/node/session/exchange.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ function tokenRequestErrorHandler({error, store}: {error: string; store?: string
213213
if (error === 'invalid_target') {
214214
return new InvalidTargetError(invalidTargetErrorMessage, '', [
215215
'Ensure you have logged in to the store using the Shopify admin at least once.',
216-
'Ensure you are the store owner, or have a staff account if you are attempting to log in to a development store.',
216+
'Ensure you are the store owner, or have a staff account if you are attempting to log in to a dev store.',
217217
'Ensure you are using the permanent store domain, not a vanity domain.',
218218
])
219219
}

packages/cli/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ FLAGS
245245
DESCRIPTION
246246
Run the app.
247247
248-
Builds and previews your app on a development store, and watches for changes. "Read more about testing apps locally"
248+
Builds and previews your app on a dev store, and watches for changes. "Read more about testing apps locally"
249249
(https://shopify.dev/docs/apps/build/cli-for-apps/test-apps-locally).
250250
```
251251

@@ -534,9 +534,9 @@ DESCRIPTION
534534
535535
The information returned includes the following:
536536
537-
- The app and development store or Plus sandbox store that's used when you run the "dev"
538-
(https://shopify.dev/docs/api/shopify-cli/app/app-dev) command. You can reset these configurations using "`dev
539-
--reset`" (https://shopify.dev/docs/api/shopify-cli/app/app-dev#flags-propertydetail-reset).
537+
- The app and dev store that's used when you run the "dev" (https://shopify.dev/docs/api/shopify-cli/app/app-dev)
538+
command. You can reset these configurations using "`dev --reset`"
539+
(https://shopify.dev/docs/api/shopify-cli/app/app-dev#flags-propertydetail-reset).
540540
- The "structure" (https://shopify.dev/docs/apps/tools/cli/structure) of your app project.
541541
- The "access scopes" (https://shopify.dev/docs/api/usage) your app has requested.
542542
- System information, including the package manager and version of Shopify CLI used in the project.

0 commit comments

Comments
 (0)