-
Notifications
You must be signed in to change notification settings - Fork 1
Add EXPORT functionality #10
Copy link
Copy link
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Description
Activity
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
As a user, I'd like to be able to use this as a normal environment loader as well if I so choose, such as using
evalin front of it, so that the variables get theexportkeyword prepended.Say I have many environment files that I switch between for local development, they may not contain secrets, but I don't necessarily want to manage them with generic Linux env files, and I'd like to be able to put the yml in VC for other teammates to replicate that non sensitive environment.
While using
sourceis an option, if I'm going to use nv for secrets management as well, it may make sense to just use one tool.I'm sure there are other applications to doing it that way as well or having that option, as I've used https://github.com/comcast/buildenv-tool with Makefiles this way for repeatable deployment and development as well.