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 json for structured output and -p <profile> (repeatable) for multi-profile fan-out.
  • create/update read from --from-file <path>, or - for stdin (the default).
  • create, update, and delete are write operations and require --yes in non-interactive / agent mode.
Installs
129
GitHub Stars
106
First Seen
10 days ago
cx-slos — coralogix/cx-cli