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.