Skip to content

Alpha-Centauri-Cyberspace/kite-cli

Repository files navigation

Kite CLI

License: MIT CI

kite is a universal webhook adapter CLI. It streams, proxies, and replays webhook events through the Kite delivery network — turning any inbound webhook source (GitHub, Stripe, custom providers) into a reliable, replayable event stream you can wire into local dev environments, scripts, or long-running consumers.

Install

Homebrew (recommended)

brew tap alpha-centauri-cyberspace/kite
brew install kite

Cargo

cargo install kite-cli

Docker

docker pull ghcr.io/alpha-centauri-cyberspace/kite-cli:latest

From source

git clone https://github.com/Alpha-Centauri-Cyberspace/kite-cli
cd kite-cli
cargo build --release
./target/release/kite --help

Quick start

kite login                   # device-auth flow
kite stream                  # follow events for your team
kite proxy http://localhost:3000/webhooks
kite run kite.json           # manifest-driven routing

Full command reference: docs/COMMANDS.md.

Project layout

src/         Rust sources for the `kite` binary
tests/       Integration tests
docs/        Generated command reference and user docs
scripts/     Helper scripts (doc generation, etc.)

Protocol

Wire format lives in the kite-protocol crate, published to crates.io. The CLI pins a compatible minor version — breaking protocol changes require a coordinated release.

Contributing

See CONTRIBUTING.md.

License

MIT — see LICENSE.

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors