Skip to main content
To update your deployment:
# Update the CLI
npm install -g @keyflare/cli@latest

# Redeploy (idempotent)
kfl init

# For a custom-named instance
kfl init --name keyflare-prod
kfl init is idempotent. Re-running it:
  • Redeploys the Worker
  • Keeps the existing MASTER_KEY unchanged
  • Runs pending migrations
  • Safely re-calls bootstrap (no-op if already initialized)

Next Steps

Security & Backup

Back up your master key and define your recovery strategy.

Custom Deployments

Deploy multiple named instances for different teams or environments.