store create dev
Creates a new dev store in your organization.
Anchor to flagsFlags
The following flags are available for the store create dev command:
- Anchor to --country <value>--country <value>--country <value>stringstringenv: SHOPIFY_FLAG_STORE_COUNTRYenv: 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--demo-dataenv: SHOPIFY_FLAG_STORE_DEMO_DATAenv: SHOPIFY_FLAG_STORE_DEMO_DATA
Populate the new dev store with demo data.
- Anchor to --feature-preview <value>--feature-preview <value>--feature-preview <value>stringstringenv: SHOPIFY_FLAG_STORE_FEATURE_PREVIEWenv: SHOPIFY_FLAG_STORE_FEATURE_PREVIEW
The handle of a feature preview to enable on the new dev store.
- Anchor to --name <value>--name <value>--name <value>stringstringenv: SHOPIFY_FLAG_STORE_NAMEenv: SHOPIFY_FLAG_STORE_NAME
Name for the new dev store. Required if non interactive.
- Anchor to --no-color--no-color--no-colorenv: SHOPIFY_FLAG_NO_COLORenv: SHOPIFY_FLAG_NO_COLOR
Disable color output.
- Anchor to --organization-id <value>--organization-id <value>--organization-id <value>stringstringenv: SHOPIFY_FLAG_ORGANIZATION_IDenv: 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>--plan <value>stringstringenv: SHOPIFY_FLAG_STORE_PLANenv: SHOPIFY_FLAG_STORE_PLAN
The Shopify plan to use for the new dev store. Required if non interactive.
- Anchor to --verbose--verbose--verboseenv: SHOPIFY_FLAG_VERBOSEenv: SHOPIFY_FLAG_VERBOSE
Increase the verbosity of the output. May include sensitive data.
- Anchor to -j, --json-j, --json-j, --jsonenv: SHOPIFY_FLAG_JSONenv: SHOPIFY_FLAG_JSON
Output the result as JSON. Automatically disables color output.
Examples
store create dev
shopify store create dev [flags]
Examples
store create dev
shopify store create dev [flags]
Was this page helpful?