---
title: store auth list
description: List stores authenticated directly with store auth.
source_url:
  html: 'https://shopify.dev/docs/api/shopify-cli/store/store-auth-list'
  md: 'https://shopify.dev/docs/api/shopify-cli/store/store-auth-list.md'
api_name: shopify-cli
---

# store auth list

List stores authenticated directly with store auth.

Lists stores authenticated directly on this machine with `shopify store auth`.

Use this command to find stores that can be used with store-authenticated commands such as `shopify store execute`. To list stores in a Shopify organization, run `shopify store list`.

#### Flags

The following flags are available for the `store auth list` command:

* **--no-color**

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

  Disable color output.

* **--verbose**

  **env: SHOPIFY\_FLAG\_VERBOSE**

  Increase the verbosity of the output.

* **-j, --json**

  **env: SHOPIFY\_FLAG\_JSON**

  Output the result as JSON. Automatically disables color output.

Examples

### Examples

* ####

  ##### store auth list

  ```sh
  shopify store auth list [flags]
  ```

***
