You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have infisical environment loading when entering the devenv shell. Just like the dotenv integration loads variables from a .env file, the infisical integration would also load secrets/env variables into the shell.
I have recently made this work with direnv, but I think it would be nicer for me and the team to use with devenv, so that everyone don't have to install infisical on their machine.
It would be nice to have infisical environment loading when entering the devenv shell. Just like the dotenv integration loads variables from a
.env
file, the infisical integration would also load secrets/env variables into the shell.I have recently made this work with direnv, but I think it would be nicer for me and the team to use with devenv, so that everyone don't have to install infisical on their machine.
In the
enterShell
we can just add the followingWhat do you think?
I can create a PR for it if needed.
The text was updated successfully, but these errors were encountered: