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

Synopsis

plerion well-architected-frameworks <subcommand> [options]

Subcommands

list

List Well-Architected Framework assessments.
plerion well-architected-frameworks list

request-report

Trigger report generation for a Well-Architected Framework assessment.
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.
plerion well-architected-frameworks download --integration-id <id> --framework-id <id> [--output-file <path>]

Examples

# 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

ColumnDescription
IDFramework ID
NAMEFramework name
VERSIONFramework version
TYPEFramework type
POSTURE %Overall posture percentage
PASSEDPassed findings count
TOTALTotal findings count
CUSTOMWhether this is a custom framework
PROVIDERSApplicable cloud providers
DESCRIPTIONFramework description
RELEASE DATEFramework release date
LAST MODIFIEDLast modification date
LINKLink to framework documentation