> ## 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 show

> Show one auth entry

Display the full configuration for a named auth entry.

## Usage

```bash theme={null}
cloudstic auth show [options] <name>
```

In interactive mode, if no name is provided, you'll be prompted to select from available auth entries.

## Options

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

## Output

```
auth: google-main
  provider: google
  google_token_file: ~/.config/cloudstic/tokens/google-main_token.json
  used_by: [gdrive gdrive-photos]
```

The `used_by` field lists all profiles that reference this auth entry.

## See Also

* [cloudstic auth list](/commands/auth-list): List all auth entries
* [cloudstic auth new](/commands/auth-new): Create or update an auth entry
* [cloudstic auth login](/commands/auth-login): Run the OAuth login flow
* [Using Profiles](/guides/profiles): Complete profiles guide
