---
title: store open
description: Open your Shopify store in the default web browser.
source_url:
  html: 'https://shopify.dev/docs/api/shopify-cli/store/store-open'
  md: 'https://shopify.dev/docs/api/shopify-cli/store/store-open.md'
api_name: shopify-cli
---

# store open

Open your Shopify store in the default web browser.

Opens the storefront for a store you have access to in your default web browser.

#### Flags

The following flags are available for the `store open` command:

* **-s, --store \<value>**

  **string**

  **required**

  **env: SHOPIFY\_FLAG\_STORE**

  The myshopify.com domain of the store.

* **--no-color**

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

  Disable color output.

* **--verbose**

  **env: SHOPIFY\_FLAG\_VERBOSE**

  Increase the verbosity of the output.

Examples

### Examples

* ####

  ##### store open

  ```sh
  shopify store open [flags]
  ```

***
