Skip to content

explore the idea of adding a reset function. #3

Description

@wilmoore

I haven't thought through the API much yet, but off the top of my head, my ideas would be:

.reset API

envc.reset();
envc.reset(options);

options API

envc({ reset: true })

approximate implementation

for (var key in parsed) delete process.env[key];

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions