Environment & Configuration Management
Turn secrets into .env files, Kubernetes Secret manifests, Vault and AWS Secrets Manager payloads, Terraform variables and CORS policy — formatted correctly the first time.
Tools in Environment
- ENV
.env file generator
Generate a populated .env with fresh secrets, plus the .env.example that is safe to commit.
- ENV
Kubernetes & Docker secret generator
Emit Secret, SealedSecret, ExternalSecret or Compose manifests — and know which are safe to commit.
- ENV
Secrets manager payload formatter
Generate the payload and the write, read and rotate commands for five secrets backends.
- ENV
Terraform & CloudFormation secret builder
Declare secret variables correctly — and understand why sensitive = true does not encrypt state.
- ENV
CORS configuration generator
Generate correct CORS headers for nginx, Express or Next.js — and see the combination that cannot work.
- ENV
Key rotation & TTL planner
Get a rotation interval you can actually sustain, and the zero-downtime procedure to execute it.
- ENV
Environment variable redactor
Redact a column of environment values at once, before pasting them into a ticket or a doc.
- ENV
JSON & YAML config validator
Catch the syntax errors and type surprises that break configuration, plus weak secret values.
- ENV
Gitignore rules generator
Generate ignore rules for credential files, plus the pre-commit hook that catches what they miss.