Skip to content

Command line

CLI

The korven CLI — install, log in, tail requests and forward webhooks to your local server.

Updated Jul 15, 2026API 2026-07-01 Edit on GitHubReport an issue

Install

brew install korvenone/tap/korven

Authenticate

korven login
korven whoami
korven config set environment sandbox

Commands

FieldTypeDescription
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.