Hello everyone, I've been currently working on an open-source project of mine called envio, which is essentially a CLI tool that helps manage environment variables in a more efficient manner
Users can create profiles, which are collections of environment variables, and encrypt them using various encryption methods such as passphrase, gpg, symmetric keys etc. The tool also provides a variety of other features that really simplify the process of even using environment variables in projects, such as starting shell sessions and running commands with your envs injected
doomlazer•2h ago
Users can create profiles, which are collections of environment variables, and encrypt them using various encryption methods such as passphrase, gpg, symmetric keys etc. The tool also provides a variety of other features that really simplify the process of even using environment variables in projects, such as starting shell sessions and running commands with your envs injected