DarthSim / overmind

Process manager for Procfile-based applications and tmux
MIT License
2.78k stars 79 forks source link

feature request: .env file validation #157

Closed etherbob closed 4 months ago

etherbob commented 1 year ago

This may be well out of scope for overmind, but I had a typo in my local .env the other day and it took me a long time to figure out why overmind was suddenly and silently ignoring my .env settings. Wondering if there's some option that could be passed in to the .env handling library to show some sort of warning if the provided env is not valid and won't be used.