You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: