Skip to main content

Cloudflare KV Environment Platform

One KV Source. Every Machine.

Keep .env files portable and consistent across personal devices, CI, and runtime services.

Vercel-like Pull Flow

Use setup, push, pull, and export commands to keep local .env files in sync across machines.

Multi-Environment Ready

Manage development, staging, and production with isolated keys and one CLI.

Node + Python Runtime SDKs

Load environment values at runtime and support hot update in long-running services.

Quick Path

Four commands to initialize and sync environment variables.

npm install -g cfenv-kv-sync
cfenv setup --project demo --env development
cfenv push --project demo --env development --file .env.local
cfenv pull --project demo --env development --output .env