In #593, with the major update, they added a new console.log message that prints some ads at the start of the app. I removed it by passing {quiet: true} to the config call. But looking at the conversation inside the dotenv repo, I can't say that I would like to use this package anymore. So it would be great to find an alternative and switch to it.
It looks like node has util.parseEnv API now but it's still in active development. I would like to use it once it becomes stable. It also looks like node supports node --env-file=.env, but I don't know if that's a drop-in replacement to dotenv or not yet.
┆Issue is synchronized with this Jira Task
In #593, with the major update, they added a new console.log message that prints some ads at the start of the app. I removed it by passing
{quiet: true}to the config call. But looking at the conversation inside the dotenv repo, I can't say that I would like to use this package anymore. So it would be great to find an alternative and switch to it.It looks like node has
util.parseEnvAPI now but it's still in active development. I would like to use it once it becomes stable. It also looks like node supportsnode --env-file=.env, but I don't know if that's a drop-in replacement to dotenv or not yet.┆Issue is synchronized with this Jira Task