Everything is Docker with lots of .env variables I need exported into the current shell environment.
This does the trick.
export $(cat .env | xargs )
(Yes, there's also the dotenv gem.)
Everything is Docker with lots of .env variables I need exported into the current shell environment.
This does the trick.
export $(cat .env | xargs )
(Yes, there's also the dotenv gem.)