Kizaki
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 --tail

Use these commands once your app moves from local development into shared environments.

This command group becomes your operational surface once the app is in the cloud:

  • deploy to publish versions
  • env to work with targets
  • secrets to configure runtime credentials
  • logs to inspect behavior after deploy

Related guide: Deploy Your App

On this page