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

# plerion well-architected-frameworks

> View Well-Architected Framework assessments and download reports.

With **plerion well-architected-frameworks**, you can view Well-Architected Framework assessments, trigger report generation, and download reports.

***

## Synopsis

```bash theme={"system"}
plerion well-architected-frameworks <subcommand> [options]
```

***

## Subcommands

### list

List Well-Architected Framework assessments.

```bash theme={"system"}
plerion well-architected-frameworks list
```

### request-report

Trigger report generation for a Well-Architected Framework assessment.

```bash theme={"system"}
plerion well-architected-frameworks request-report --integration-id <id> --framework-id <id>
```

### download

Download a Well-Architected Framework report. If `--output-file` is omitted, writes to stdout.

```bash theme={"system"}
plerion well-architected-frameworks download --integration-id <id> --framework-id <id> [--output-file <path>]
```

***

## Examples

```bash theme={"system"}
# List assessments
plerion well-architected-frameworks list

# Request a report
plerion well-architected-frameworks request-report \
  --integration-id int-abc123 \
  --framework-id WAF-2024

# Download the report
plerion well-architected-frameworks download \
  --integration-id int-abc123 \
  --framework-id WAF-2024 \
  --output-file waf-report.pdf
```

***

## Output columns

| Column        | Description                        |
| ------------- | ---------------------------------- |
| ID            | Framework ID                       |
| NAME          | Framework name                     |
| VERSION       | Framework version                  |
| TYPE          | Framework type                     |
| POSTURE %     | Overall posture percentage         |
| PASSED        | Passed findings count              |
| TOTAL         | Total findings count               |
| CUSTOM        | Whether this is a custom framework |
| PROVIDERS     | Applicable cloud providers         |
| DESCRIPTION   | Framework description              |
| RELEASE DATE  | Framework release date             |
| LAST MODIFIED | Last modification date             |
| LINK          | Link to framework documentation    |
