CLI — Policies
Manage policies from the command line.
bash
korclaw policies list --status active
korclaw policies get <id>
korclaw policies create --input '{"name":"Block deploy","enabled":true}'
korclaw policies enable <id>
korclaw policies disable <id>
korclaw policies delete <id>