chore: added examples for templates

This commit is contained in:
Michele Cereda
2023-04-08 21:53:14 +02:00
parent 8abc445a32
commit 77210f5c06

View File

@@ -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