> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cloudstic.com/llms.txt
> Use this file to discover all available pages before exploring further.

# cloudstic store list

> List configured stores from profiles.yaml

List all named store entries from the profiles file.

## Usage

```bash theme={null}
cloudstic store list [options]
```

## Options

<ParamField path="-profiles-file" type="string" env="CLOUDSTIC_PROFILES_FILE">
  Path to the profiles YAML file.
</ParamField>

## Output

```
2 stores
- local-backup  uri=local:/mnt/backup/cloudstic
- prod-s3  uri=s3:my-bucket/backups
```

If no profiles file exists or no stores are defined, the output is empty (exit code 0).

## See Also

* [cloudstic store show](/commands/store-show): Show details for a specific store
* [cloudstic store verify](/commands/store-verify): Validate store credentials and access
* [cloudstic store init](/commands/store-init): Initialize a configured store
* [cloudstic store new](/commands/store-new): Create or update a store
* [Using Profiles](/guides/profiles): Complete profiles guide
