Kilolock currently exposes three main binaries:
kl for operator and developer workflowskld for the backend/runtime serverklc for the control-plane serverThe CLI model is intentionally incremental.
kl query, kl status, kl history, and related commands for visibility.kl query "SELECT type, COUNT(*) FROM resources GROUP BY type ORDER BY 2 DESC"
kl query resource --address time_sleep.slow_a
kl query history --address time_sleep.slow_a
kl status example
kl history example
kl rollback resource --address time_sleep.slow_a --to @1
kl apply abort --state example --latest
kl plan -f slow_a.tf -o slow-a.plan.json
kl apply -f slow_a.tf --confirm-scope
These are the kinds of workflows that make Kilolock more than “just another backend.”