diff --git a/knowledge base/gopass.md b/knowledge base/gopass.md index 03b9fad..15d5f18 100644 --- a/knowledge base/gopass.md +++ b/knowledge base/gopass.md @@ -22,9 +22,11 @@ gopass config # Show specific configuration values only. gopass config 'core.autoclip' +gopass config 'core.autopush' # Update specific configuration values. gopass config 'core.autoclip' false +gopass config 'core.autopush' false # Initiate the *root* store. gopass init @@ -105,6 +107,26 @@ gopass mounts rm … gopass mounts unmount … gopass mounts umount … +# List templates. +gopass templates +gopass templates 'path/to/folder' + +# Show templates. +gopass templates show 'path/to/folder' +gopass templates cat … + +# Create templates. +gopass templates edit 'path/to/folder' +gopass templates create … +gopass templates new … + +# Use templates to create new secrets. +gopass edit -c 'path/to/folder/with/template'/'secret' + +# Remove templates. +gopass templates remove 'path/to/folder' +gopass templates rm … + # List all recipients. gopass recipients