Mkdotenv: the tool that makes .env manipulation a breeze
Hello hello hello, Recently, I got my hands dirty with go and made a simple tool for manipulating .env files: https://github.com/pc-magas/mkdotenv Currently, I release for linux (x86_64 architectures) with debian and rpm packages. I also attempted to release for alpine but somehow got stuck in aports. Also, it is available through ppa: https://launchpad.net/~pcmagas/+archive/ubuntu/mkdotenv and includes a full manpage as well: man mkdotenv Feel free to download and place any issue in: https://github.com/pc-magas/mkdotenv/issues I made this because I thought a tool that is able to run in a CI/CD pipeline and manipulates .env file before releasing your app into production (or staging) maybe a good idea.

Hello hello hello,
Recently, I got my hands dirty with go and made a simple tool for manipulating .env files:
https://github.com/pc-magas/mkdotenv
Currently, I release for linux (x86_64 architectures) with debian and rpm packages. I also attempted to release for alpine but somehow got stuck in aports.
Also, it is available through ppa: https://launchpad.net/~pcmagas/+archive/ubuntu/mkdotenv and includes a full manpage as well:
man mkdotenv
Feel free to download and place any issue in: https://github.com/pc-magas/mkdotenv/issues
I made this because I thought a tool that is able to run in a CI/CD pipeline and manipulates .env
file before releasing your app into production (or staging) maybe a good idea.