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

# ravion feature-flag

> Manage feature flags

## `ravion feature-flag`

Manage feature flags

**Aliases:** `feature-flags`

### `ravion feature-flag list`

List feature flag evaluations

```bash theme={null}
ravion feature-flag list [flags]
```

**Flags:**

| Flag                            | Required | Description                                                     |
| ------------------------------- | -------- | --------------------------------------------------------------- |
| `--environment-id <string>`     |          | Narrow the evaluation to an environment in the organization.    |
| `--json`                        |          | emit response as JSON                                           |
| `--module-instance-id <string>` |          | Narrow the evaluation to a module instance in the organization. |
| `--pipeline-id <string>`        |          | Narrow the evaluation to a pipeline in the organization.        |
| `--project-id <string>`         |          | Narrow the evaluation to a project in the organization.         |
| `-v, --verbose`                 |          | show full output                                                |
