Instead of
env MYAPP_QA_KEY=XXXXX MYAPP_QA_URL=https://qa.myapp.example.com clicommand
We can use env -f qa.env clicommandThis way command-line can be kept simple and easy to change to different environments instead of sourcing files.
-- Regards, Bala