Skip to main content

store create dev

Creates a new dev store in your organization.

The following flags are available for the store create dev command:

Anchor to --country <value>
--country <value>
string
env: SHOPIFY_FLAG_STORE_COUNTRY

Two-letter country code for the store, such as US, CA, or GB. Follows the ISO 3166-1 alpha-2 standard.

Anchor to --demo-data
--demo-data
env: SHOPIFY_FLAG_STORE_DEMO_DATA

Populate the new dev store with demo data.

Anchor to --feature-preview <value>
--feature-preview <value>
string
env: SHOPIFY_FLAG_STORE_FEATURE_PREVIEW

The handle of a feature preview to enable on the new dev store.

Anchor to --name <value>
--name <value>
string
env: SHOPIFY_FLAG_STORE_NAME

Name for the new dev store. Required if non interactive.

Anchor to --no-color
--no-color
env: SHOPIFY_FLAG_NO_COLOR

Disable color output.

Anchor to --organization-id <value>
--organization-id <value>
string
env: SHOPIFY_FLAG_ORGANIZATION_ID

The numeric organization ID. Auto-selects if you belong to a single organization. Required if non interactive.

Anchor to --plan <value>
--plan <value>
string
env: SHOPIFY_FLAG_STORE_PLAN

The Shopify plan to use for the new dev store. Required if non interactive.

Anchor to --verbose
--verbose
env: SHOPIFY_FLAG_VERBOSE

Increase the verbosity of the output. May include sensitive data.

Anchor to -j, --json
-j, --json
env: SHOPIFY_FLAG_JSON

Output the result as JSON. Automatically disables color output.

Examples

store create dev

shopify store create dev [flags]

Was this page helpful?