Several called tools use environment variables, but we're currently forcing those to be saved in the actual environment, which can be inconvenient for some users, so we should add support for reading additional environment variables from a .env file stored either in the same directory as the config file (or in the current directory - needs validation).
We should also consider adding a command line flag to configure alternative file names.
Several called tools use environment variables, but we're currently forcing those to be saved in the actual environment, which can be inconvenient for some users, so we should add support for reading additional environment variables from a
.envfile stored either in the same directory as the config file (or in the current directory - needs validation).We should also consider adding a command line flag to configure alternative file names.