CLI Reference
CLI Reference
Author, validate, inspect, and deploy Kite configuration from the terminal.
The CLI is Kite's primary interface. It handles local development, configuration lifecycle, event inspection, and customer diagnostics.
kite --help
kite validate
kite dev
kite deploy --env testAvailable command groups
| Command | Purpose |
|---|---|
init | Create a remote project and generate functional local config. |
validate | Compile config and report schema or cross-file errors. |
dev | Run the event and state engine locally with config reload. |
events | Send, list, or stream events. |
customers | List customers or inspect computed state. |
journeys, segments, rules, health | Inspect engine decisions. |
config | Diff, list, pull, or roll back deployed config versions. |
deploy | Validate and deploy a version to test or live. |
diagnose | Check project configuration and data. |
Detailed command pages will be added as public distribution stabilizes. Run
kite <command> --help for the current flags.