Skip to content

Consider replacing the dotenv package #595

@canova

Description

@canova

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions