Compare differences between two .env (or .env.example) files
– github.com - submitted by Chris White
dotenvdiff is a command-line tool that allows you to compare the differences in environment variables between two .env (or .env.example) files. Its main use case is to find out if the .env.example has changed in your project, so you can update your .env accordingly.
Read more [github.com]