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

# secret list

> List all secrets stored in the FlexAI Secret Manager

Lists all the Secrets available in the FlexAI Secret Manager.

## Usage

```bash theme={null}
flexai secret list [flags]
```

## Flags

| Flag        | Short | Type    | Description                                                                    |
| ----------- | ----- | ------- | ------------------------------------------------------------------------------ |
| `--help`    | `-h`  | boolean | Displays this help page.                                                       |
| `--json`    | `-j`  | boolean | Displays secret information in JSON format instead of the default ASCII table. |
| `--verbose` | `-v`  | boolean | Provides more detailed output when listing Secrets.                            |
