Paste
.env, JSON, YAML environment list, ConfigMap data, or export lines; the format is detected.
Developer
The same twelve variables end up in a .env file, a compose file, a ConfigMap and a shell script. Paste any one and get the others, with quoting handled, comments preserved where the format allows, and secrets masked in the preview if you ask.
Loading the tool…
.env, JSON, YAML environment list, ConfigMap data, or export lines; the format is detected.
Keys and values in a table; toggle masking for values that look like secrets.
.env, JSON, compose environment, ConfigMap, Secret (base64), shell exports, systemd Environment= lines.
Values with spaces, hashes or dollars are quoted per format; multi-line values use the format's convention.
${VAR} references are kept as text; the tool does not expand them.
Kubernetes Secret output base64-encodes values as kubectl expects; nothing is stored.
Yes; names must be letters, digits and underscores, and duplicates are flagged.
Paste both; later values win and overrides are listed.
Yes; an env: block is one of the targets.