Back to Chezmoi

`gopassRaw` *gopass-name*

assets/chezmoi.io/docs/reference/templates/gopass-functions/gopassRaw.md

2.70.2383 B
Original Source

gopassRaw gopass-name

gopass returns raw passwords stored in gopass using the gopass CLI (gopass). gopass-name is passed to gopass show --noparsing $GOPASS_NAME and the output is returned. The output from gopassRaw is cached so calling gopassRaw multiple times with the same gopass-name will only invoke gopass once.