Currently the only mode of operation is to execute a program with merged environment passed to it. I would like a flag to dump the merged configuration to stdout. dotenv-extended env does not achieve this, because the output will contain all variables from the current environment, not just those coming from the .env files processed by dotenv-extended, which is what I desire instead.
Currently the only mode of operation is to execute a program with merged environment passed to it. I would like a flag to dump the merged configuration to stdout.
dotenv-extended env
does not achieve this, because the output will contain all variables from the current environment, not just those coming from the .env files processed bydotenv-extended
, which is what I desire instead.