Synopsis
Subcommands
list
List available compliance frameworks.request-report
Trigger report generation for a compliance framework.download
Download a compliance report. If--output-file is omitted, writes to stdout.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
View compliance framework posture and download reports.
plerion compliance-frameworks <subcommand> [options]
plerion compliance-frameworks list [--custom <true|false>]
| Flag | Type | Description |
|---|---|---|
--custom | string | true for custom frameworks only, false for Plerion-managed only |
plerion compliance-frameworks request-report --integration-id <id> --framework-id <id>
--output-file is omitted, writes to stdout.
plerion compliance-frameworks download --integration-id <id> --framework-id <id> [--output-file <path>]
# List all compliance frameworks
plerion compliance-frameworks list
# List only Plerion-managed frameworks
plerion compliance-frameworks list --custom false
# Request a CIS report
plerion compliance-frameworks request-report \
--integration-id int-abc123 \
--framework-id CIS-AWSFB-v140
# Download the report
plerion compliance-frameworks download \
--integration-id int-abc123 \
--framework-id CIS-AWSFB-v140 \
--output-file cis-report.pdf
| 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 |
Was this page helpful?