> ## 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 profile list

> List stores, auth entries, and backup profiles

List all configured stores, auth entries, and backup profiles from the profiles file.

## Usage

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

## Options

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

## Output

```
Stores:
  prod-s3    s3:my-bucket/backups

Auth:
  google-main    google

Profiles:
  documents    local:~/Documents         store=prod-s3
  gdrive       gdrive-changes            store=prod-s3  auth=google-main
```

If no profiles file exists, the output shows zero entries (exit code 0).

## See Also

* [cloudstic profile show](/commands/profile-show): Show details for a specific profile
* [cloudstic profile new](/commands/profile-new): Create or update a profile
* [Using Profiles](/guides/profiles): Complete profiles guide
