Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
Former Member
4 years ago[69] combine new CLI with direnv or similar tools?
Currently, I use a tool called https://direnv.net/ to set environment variables when I enter a directory in my terminal.
here's what I would like to achieve:
Have an .envrc file in my directo...
Former Member
4 years agoHey @rknshia ,
Would running op run --env-file .envrc -- $SHELL
to load an instance of a shell with all the op://
references resolved be helpful for your use case?
We are also currently implementing this as a distinct command op shell
, so keep an eye out for that as well!