-
Notifications
You must be signed in to change notification settings - Fork 500
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
211 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 13 additions & 1 deletion
14
assets/chezmoi.io/docs/reference/templates/gopass-functions/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,16 @@ | ||
# gopass functions | ||
|
||
The `gopass*` template functions return data stored in | ||
[gopass](https://www.gopass.pw/) using the gopass CLI (`gopass`). | ||
[gopass](https://www.gopass.pw/) using the gopass CLI (`gopass`) or builtin | ||
code. | ||
|
||
By default, chezmoi will use the gopass CLI (`gopass`). Depending on your gopass | ||
configuration, you may have to enter your passphrase once for each secret. | ||
|
||
When setting `gopass.mode` to `builtin`, chezmoi use builtin code to access the | ||
goapass database and caches your passphrase in plaintext in memory until chezmoi | ||
terminates. | ||
|
||
!!! warning | ||
|
||
Using the builtin code is experimental and may be removed. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.