cx-infra
Installation
SKILL.md
Infrastructure Resources Skill
Use this skill to discover and inspect infrastructure resources — what exists, whether it is healthy, and what its raw data contains.
CLI Commands
| Command | Purpose | Key flags |
|---|---|---|
cx infra resources types |
List available resource types (category/type pairs) | - |
cx infra resources list |
List resources of one category/type | --category, --type (required); --name-filter, --scope key=value, --start-row, --end-row |
cx infra resources health-history <resource-id> |
Daily health samples for one resource, oldest first | - |
cx infra resources raw-data <resource-id> |
Raw resource document as JSON | - |