8 ms·
With direnv you can also run commands directly in the .envrc: export OPENAPI_API_KEY=$(op read "op://api-prod/openai/api-key") Every time you cd into the
by judofyr 1y ago
With direnv you can also run commands directly in the .envrc:
export OPENAPI_API_KEY=$(op read "op://api-prod/openai/api-key")
Every time you cd into the directory it will execute the command. Isn’t this even better than copying the secret into a local file?
- conception 1y ago1password actually has environments now so you can just load it directly.