Env Exchange
.env Source
Input Preview
4 env pairs parsed
keyvalue
DB_PORT5432
API_KEYsecret_key_123
DEBUGtrue
APP_NAMEPatchworkr
Converted Output
Rows
4
Columns
2
DB_PORT: 5432
API_KEY: secret_key_123
DEBUG: true
APP_NAME: Patchworkr

How It Works

.env values are preserved as strings, and invalid keys or duplicate names are surfaced before export.

YAML is parsed as a readable mapping structure, then flattened back to ENV keys when you reverse the conversion.

Use ENV to YAML when you want human-readable config, or YAML to ENV when you need deployment-ready variables.

Format Foundry

Related Tools