Use encrypted env vars with direnv
Direnv can execute shell scripts, so given that your env file is encrypted, you can automatically have it become decrypted for you:
Say is was encrypted:
Now that we have an encrypted .env file, we just need direnv to decrypt it whenever we're in our directory:
Output:
Now whenever we enter the directory, we will have the unencrypted env vars, but the file remains encrypted on disk. For whatever that's worth.
Tweet