Convert .env to YAML Online
Paste a .env and get YAML back — formatted for plain YAML maps, docker-compose environment blocks, GitHub Actions env: blocks, or Ansible vars files. Useful when migrating config from a local .env to infra-as-code.
When to use this
- Promoting local
.envto a CI pipeline (GitHub Actions, GitLab CI) - Filling out a
docker-compose.ymlwithout hand-typing keys - Ansible / Chef / SaltStack vars files
- Helm chart
values.yamlfor a Kubernetes deploy