Hacker News new | ask | show | jobs
by judofyr 336 days 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?
1 comments

1password actually has environments now so you can just load it directly.