ReferenceCLI
Deploy And Operations
Deploy app versions, manage environments, store secrets, and inspect logs.
Common Commands
kizaki deploy --env staging
kizaki env list
kizaki secrets set STRIPE_SECRET_KEY sk_live_... --env production
kizaki logs --env production --tailUse these commands once your app moves from local development into shared environments.
Recommended Usage
This command group becomes your operational surface once the app is in the cloud:
deployto publish versionsenvto work with targetssecretsto configure runtime credentialslogsto inspect behavior after deploy
Related guide: Deploy Your App