Back to Chezmoi

pass functions

assets/chezmoi.io/docs/reference/templates/pass-functions/index.md

2.70.2572 B
Original Source

pass functions

The pass template functions return passwords stored in pass using the pass CLI (pass).

!!! hint

To use a pass-compatible password manager like [passage][passage], set
`pass.command` to the name of the binary and use chezmoi's `pass*` template
functions as if you were using pass.

<!-- example-formats -->
```toml title="~/.config/chezmoi/chezmoi.toml"
[pass]
    command = "passage"
```
<!-- /example-formats -->