Skip to content

kai customer

Manage customers (clients).

Commands

customer add

kai customer add NAME [OPTIONS]
Option Description
--status, -s Status (default: active)
--type, -t Customer type (e.g., agency, startup)
--budget, -b Hour budget (float)
--repo GitHub repository (owner/repo)
--tag Tags (repeatable)

customer list

kai customer list [--all] [--json]

--all includes inactive customers.

customer show

kai customer show NAME [--json]

customer summary

Budget summary for all customers: total budget, used hours, remaining capacity.

kai customer summary [--json]

customer edit

Open the customers file in $EDITOR.

kai customer edit