Skip to main content
Run korve <command> --help for the installed version’s complete flags. Add global --json for machine-readable output. Project commands accept --project <slug|id> and otherwise use KORVE_PROJECT or .korve.toml.

Common flows

Commands with complex request bodies accept --data '<json>' or --data @request.json. Prefer a file for confirmation tokens and secrets so they do not enter shell history.
Create/update/delete verbs, accepted body fields, roles, and response shapes are generated from the same contract as the API reference. The CLI parity test prevents an API-key-capable public operation from shipping without its command.