nv
nv copied to clipboard
A .env loader with secret manager integration
There can be dependencies between resolvers. For instance, if resolver A needs to use an env var that is a secret resolved by B, nv needs to make sure all...
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 `eval` in front of it,...
Should get goreleaser set up and add homebrew as the first supported package manager.
Would like to make nv fully cross platform, but it currently doesn't work for windows. Not expecting a big lift here, probably just some minor Windows specific logic needed, particularly...
The vault CLI is huge, and what's needed to retrieve secrets is just a simple HTTP request. It's not great having to add that CLI to a Docker image in...
I think people will want to be able to launch nv as a library, for a couple reasons: - Simplifies nv installation - This is the most common pattern for...
People will appreciate a simple guide walking through how to add nv to a project.
Bumps [github.com/tidwall/gjson](https://github.com/tidwall/gjson) from 1.17.1 to 1.17.3. Commits 5ab551f Add flag for disabling HTML escaping 28d458b Disable html escaping c2bc5a4 dark mode logo 2ba56cc Merge pull request #354 from rustfix/master 5d0d40c...
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.8.0 to 1.8.1. Release notes Sourced from github.com/spf13/cobra's releases. v1.8.1 ✨ Features Add env variable to suppress completion descriptions on create by @scop in spf13/cobra#1938 🐛 Bug...