segmentio / chamber

CLI for managing secrets
MIT License
2.46k stars 169 forks source link

fix: Do not escape exclamation points when exporting to dotenv #521

Closed bhavanki closed 2 months ago

bhavanki commented 2 months ago

Despite the github.com/joho/godotenv implementation which originated dotenv support here, neither github.com/bkeepers/dotenv (Ruby) nor github.com/motdotla/dotenv (Node) escape exclamation points in the format. See https://github.com/segmentio/chamber/issues/485 for research.

Fixes #485