The dotenv gem makes it easy to load project-specific environment variables. This means we won't have to mess with system configuration files in order to store things as environment variables in our ...
Novops looks like a really good project. I discovered it yesterday and it should be ideal for my use case which is to encrypt an entire .env using sops and then decrypt and retrieve all of the env ...