aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2024-04-20 18:06:18 -0400
committerJesse Luehrs <doy@tozt.net>2024-04-20 18:06:18 -0400
commit0a1c39da6667ee8ce10b76f859ed42f2756f6536 (patch)
tree70275ad3ea708bb8ca9e8ea71d867d52dbf223b5
parent42c433b2bf919bc70d284e1b5bb0dd4b276f25cb (diff)
downloadrbw-0a1c39da6667ee8ce10b76f859ed42f2756f6536.tar.gz
rbw-0a1c39da6667ee8ce10b76f859ed42f2756f6536.zip
document searching by uuid or url
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 820766e..7c8412e 100644
--- a/README.md
+++ b/README.md
@@ -103,7 +103,9 @@ functionality.
Run `rbw get <name>` to get your passwords. If you also want to get the username
or the note associated, you can use the flag `--full`. You can also use the flag
`--field={field}` to get whatever default or custom field you want. The `--raw`
-flag will show the output as JSON.
+flag will show the output as JSON. In addition to matching against the name,
+you can pass a UUID as the name to search for the entry with that id, or a
+URL to search for an entry with a matching website entry.
*Note to users of the official Bitwarden server (at bitwarden.com)*: The
official server has a tendency to detect command line traffic as bot traffic