ReferenceCLI
CLI Overview
The Kizaki CLI covers app creation, local development, schema changes, deployment, and operational access.
The public CLI surface is organized into a few clear jobs:
initanddevfor local developmentcompileandmigratefor schema workflowsdeploy,env,secrets, andlogsfor environments and operationslogin,keys, andapi-keysfor access control
Recommended Way To Think About The CLI
The CLI is the developer control surface for the platform:
- project creation
- local runtime orchestration
- schema validation and migration planning
- deployment and operational access
Use the command-group pages below for the exact workflows.
The Typical Lifecycle
For most apps, the CLI journey looks like this:
initto start the projectdevwhile building locallycompileandmigrateas the schema evolvesdeploywhen the app is ready for staging or productionsecrets,env,logs,keys, andapi-keysonce the app is running in shared environments
That progression is why the docs separate the CLI into job-oriented reference pages rather than a flat command list.