cx-slos
Installation
SKILL.md
SLO Management Skill
An SLO (Service Level Objective) defines a reliability target for a service — e.g. "99.9% of requests succeed over 28 days". Use this skill to inspect SLO definitions, judge whether they are healthy, and manage their lifecycle.
CLI Commands
| Command | Purpose |
|---|---|
cx slos list |
List all SLO definitions |
cx slos get <id> |
Get a single SLO by ID |
cx slos create --from-file <path> |
Create an SLO from a JSON definition [requires --yes] |
cx slos update --from-file <path> |
Replace an SLO definition from JSON [requires --yes] |
cx slos delete <id> |
Delete an SLO [requires --yes] |
- All commands support
-o jsonfor structured output and-p <profile>(repeatable) for multi-profile fan-out. create/updateread from--from-file <path>, or-for stdin (the default).create,update, anddeleteare write operations and require--yesin non-interactive / agent mode.