Earlier quoted context omitted.
Cool, I checked it out and must say varlock's solid, but it's solving different problem. Varlock makes .env files smarter (validation, types, editor autocomplete, Next.js/Vite hooks). SecretEnv gets rid of the .env files entirely. Your project lists what it needs by nickname, the actual secrets live in whatever backends your team already uses. Change backend? One line and every repo picks it up. Both work with any la…
We piggyback on .env files with a new DSL rather than introducing a new file. Using plugins that register new functions, you can fetch from many different backends (15 and growing). The main difference if I understand correctly is that the wiring of vars to where those things live does live in committed code, but is totally declarative and safe. It's also incredibly flexible since functions can be written to make thi…
Re: Show HN: SecretEnv – Run any process with secrets from all your backends
#11[dead]