summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDavid Thompson <davet@gnu.org>2015-05-25 21:12:15 -0400
committerDavid Thompson <davet@gnu.org>2015-05-25 21:12:15 -0400
commit333a5fd740c02d3bfa962fb8d5141788b93a4946 (patch)
tree74fd0f114aebb0b509fed27c2531a056d326c07f /README
parent101a426a269c2f038068514f67cd0605f3f54698 (diff)
Add show, hide, and remove subcommands.
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 6 insertions, 9 deletions
diff --git a/README b/README
index ba3f1a9..c5d9376 100644
--- a/README
+++ b/README
@@ -7,20 +7,17 @@ with a [[gnupg.org][GnuPG]] key.
* Usage
#+BEGIN_SRC sh
- # Add a new password
- shroud add "bank account" hackme
+ # Add a new secret
+ shroud hide --id=bank-account --username=foobar --password=hackme
- # Show a saved password
- shroud show "bank account"
+ # Replace an existing secret
+ shroud hide --replace --id=bank-account --username=foobar --password=hackmepls
- # Show all passwords
- shroud list-all
+ # Show a saved password
+ shroud show bank-account
# Delete a password
shroud remove "personal email"
-
- # Delete all passwords
- shroud clear
#+END_SRC
* Dependencies