Since last time i posted about dotenv-diff a few things has improved
- “did you mean” type suggestions
- comment warnings flag (every key in your .env.example must have a #comment above or next to the key)
-now whenever you run dotenv-diff it will warn you about difference in you example file if its run against your .env file
-catch secret keys that you definitely dont want in your example file
-smaller bug fixes