[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 directory
```
export MY_SECRET=op://path/to/secret
run some op command --> resolves the MY_SECRET
```
as far as I can see I could do this if I change it to
export MY_SECRET=$(op read op://path/to/secret)
but it feels like having some way of a command that resolves all the secrets in my environment and exports them for me (or prints something I could source) would be useful rather than just having op run -- ....
1Password Version: Not Provided
Extension Version: Not Provided
OS Version: Not Provided
