---
title: store create dev
description: Create a new dev store.
source_url:
  html: 'https://shopify.dev/docs/api/shopify-cli/store/store-create-dev'
  md: 'https://shopify.dev/docs/api/shopify-cli/store/store-create-dev.md'
api_name: shopify-cli
---

# store create dev

Creates a new dev store in your organization.

#### Flags

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

* **--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.

* **--demo-data**

  **env: SHOPIFY\_FLAG\_STORE\_DEMO\_DATA**

  Populate the new dev store with demo data.

* **--feature-preview \<value>**

  **string**

  **env: SHOPIFY\_FLAG\_STORE\_FEATURE\_PREVIEW**

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

* **--name \<value>**

  **string**

  **env: SHOPIFY\_FLAG\_STORE\_NAME**

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

* **--no-color**

  **env: SHOPIFY\_FLAG\_NO\_COLOR**

  Disable color output.

* **--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.

* **--plan \<value>**

  **string**

  **env: SHOPIFY\_FLAG\_STORE\_PLAN**

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

* **--verbose**

  **env: SHOPIFY\_FLAG\_VERBOSE**

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

* **-j, --json**

  **env: SHOPIFY\_FLAG\_JSON**

  Output the result as JSON. Automatically disables color output.

Examples

### Examples

* ####

  ##### store create dev

  ```sh
  shopify store create dev [flags]
  ```

***
