Command line
CLI
The korven CLI — install, log in, tail requests and forward webhooks to your local server.
Install
API v1
brew install korvenone/tap/korvenAuthenticate
API v1
korven login
korven whoami
korven config set environment sandboxCommands
| Field | Type | Description |
|---|---|---|
korven keys list | — | List API keys for the active environment. |
korven keys create --name web | — | Create a new API key. |
korven payments create --amount 250000 --currency HTG | — | Create a payment from the command line. |
korven logs tail | — | Stream API requests in real time. |
korven events tail | — | Stream emitted events in real time. |
korven webhook listen --forward-to http://localhost:3000/webhooks | — | Tunnel signed events to your local server. |
Forward webhooks
The CLI mints a rotating webhook secret and prints it once — set it in your local env and verify signatures exactly like production.
