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

> List auth entries from profiles.yaml

List all named auth entries from the profiles file.

## Usage

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

## Options

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

## Output

```
2 auth entries
- google-main      provider=google
- onedrive-personal provider=onedrive
```

## See Also

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