KiteDocs
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 test

Available command groups

CommandPurpose
initCreate a remote project and generate functional local config.
validateCompile config and report schema or cross-file errors.
devRun the event and state engine locally with config reload.
eventsSend, list, or stream events.
customersList customers or inspect computed state.
journeys, segments, rules, healthInspect engine decisions.
configDiff, list, pull, or roll back deployed config versions.
deployValidate and deploy a version to test or live.
diagnoseCheck project configuration and data.

Detailed command pages will be added as public distribution stabilizes. Run kite <command> --help for the current flags.

On this page