.env Manager

Validate a .env file and convert it to JSON, YAML, or a Kubernetes Secret / ConfigMap manifest.

  • line 6 — Key "FEATURE_FLAG" has an empty value
Converted output
{
  "NODE_ENV": "production",
  "PORT": "3000",
  "DATABASE_URL": "postgres://user:pass@db:5432/app",
  "API_KEY": "sk_live_replace_me",
  "FEATURE_FLAG": ""
}
Edge Tools by Islam Answers
01:56 PM