Replies: 1 comment
-
Hey @gee-forr , as i understand, you would like to be able to export secrets from infisical into your shell via the If that is the case, you can use the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey there,
I'm a future envkey refugee seeking a new home.
During dev it's a pain to have to prepend everything we do with
enkey-source -- my-cmd --blah --blah
. What we do instead is use direnv, so that as soon as wecd
into a project's directory, we run anenvkey-source
in its default mode which simply exports all its secrets into the shell's environment.From there, we can run whatever commands we want without having to prepend a secrets export command. I realise this is "less secure" as anything we run now has access to those secrets, but this is a fairly safe tradeoff as this is typically a practice we only do during development.
Is there a way to have infiscal export all the secrets for a project into the shell's env? I've gone through the CLI docs, but for the life of me, can't find an obvious solution?
Beta Was this translation helpful? Give feedback.
All reactions