Documentation
A full docs site is on the way. Here's a head start to get you running.
Install the CLI
bash
npm i -g @envlock/cli
# or use it without installing
npx envlock --helpPull secrets into your project
bash
# log in once
envlock login
# pull production secrets to .env
envlock pull --project my-app --env production
# or use an access token in CI
envlock pull \
--project my-app \
--env production \
--token $ENVLOCK_TOKENWhat's coming
- Self-hosted EnvLock for the Team plan
- SDKs for Node, Python, Go, and Rust
- Native integrations for Vercel, Fly, Railway, and Render
- Drift detection: get notified when secrets change unexpectedly