Environment Variable Converter
Konvertieren Sie Umgebungsvariablen zwischen verschiedenen Formaten: .env, JSON, YAML, Docker Compose und Shell Export.
→
Input
Output
Converted output will appear here...Hauptmerkmale
- Unterstützung für 5 Formate (.env, JSON, YAML, Docker Compose, Shell Export)
- Bidirektionale Konvertierung
- Automatische Formatierung und Anführungszeichen-Handling
- Ein-Klick-Kopie
Unterstützte Formate
- .env:
KEY=valueFormat - JSON: Standard-JSON-Objekt
- YAML: YAML-Schlüssel-Wert-Paare
- Docker Compose: environment-Bereich
- Shell Export:
export KEY=value