Skip to content

Commit

Permalink
docs: update key takeaway with info block
Browse files Browse the repository at this point in the history
  • Loading branch information
jondkinney committed Dec 25, 2024
1 parent 291ca79 commit e16b1ec
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions assets/chezmoi.io/docs/user-guide/password-managers/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,9 @@ export OPENAI_API_KEY='{{ onepasswordRead "op://Personal/openai-api-key/password

In this example, the `OPENAI_API_KEY` is retrieved from a 1Password vault
named `Personal`, specifically from an item called `openai-api-key` in the
`password` field. When Chezmoi applies this template, it will automatically
fetch the current value from 1Password and insert it into the generated file.
`password` field.

!!! info

When Chezmoi applies this template, it will automatically fetch the
current value from 1Password and insert it into the generated file.

0 comments on commit e16b1ec

Please sign in to comment.