aboutsummaryrefslogtreecommitdiff
path: root/man/b4.5.rst
diff options
context:
space:
mode:
authorKonstantin Ryabitsev <konstantin@linuxfoundation.org>2021-05-21 14:50:23 -0400
committerKonstantin Ryabitsev <konstantin@linuxfoundation.org>2021-05-21 14:50:23 -0400
commitaafc61a2009c1b5c45dcdd6326e9d4010ed7cba4 (patch)
tree02c4615191264ff20d419f7c6eb8470b4a550470 /man/b4.5.rst
parent10dcc9f8fe8bce21d3f3cf465070736da207fd75 (diff)
downloadb4-aafc61a2009c1b5c45dcdd6326e9d4010ed7cba4.tar.gz
Move --show-keys into its own kr subcommand
There will be more keyring operations supported in the future, probably, but for now just move the --show-keys subcommand from "mbox" to "kr". Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
Diffstat (limited to 'man/b4.5.rst')
-rw-r--r--man/b4.5.rst21
1 files changed, 20 insertions, 1 deletions
diff --git a/man/b4.5.rst b/man/b4.5.rst
index 2b803e0..ecbd3e8 100644
--- a/man/b4.5.rst
+++ b/man/b4.5.rst
@@ -31,8 +31,9 @@ SUBCOMMANDS
* *b4 am*: Create an mbox file that is ready to git-am
* *b4 pr*: Work with pull requests
* *b4 diff*: Show range-diff style diffs between patch versions
-* *b4 ty*: (EXPERIMENTAL) Create templated replies for processed patches and pull requests
+* *b4 ty*: Create templated replies for processed patches and pull requests
* *b4 attest*: (EXPERIMENTAL) Add cryptographic attestation to patches
+* *b4 kr* (EXPERIMENTAL) Operate on patatt-compatible keyrings
OPTIONS
-------
@@ -205,6 +206,24 @@ optional arguments:
*Example*: b4 diff 20200526205322.23465-1-mic@digikod.net
+b4 kr
+~~~~~
+usage: b4 kr [-h] [-p USEPROJECT] [-m LOCALMBOX] [-C] [--show-keys] [msgid]
+
+positional arguments:
+ msgid Message ID to process, or pipe a raw message
+
+optional arguments:
+ -h, --help show this help message and exit
+ -p USEPROJECT, --use-project USEPROJECT
+ Use a specific project instead of guessing (linux-mm, linux-hardening, etc)
+ -m LOCALMBOX, --use-local-mbox LOCALMBOX
+ Instead of grabbing a thread from lore, process this mbox file (or - for stdin)
+ -C, --no-cache Do not use local cache
+ --show-keys Show all developer keys from the thread
+
+*Example*: b4 kr --show-keys 20210521184811.617875-1-konstantin@linuxfoundation.org
+
CONFIGURATION
-------------
B4 configuration is handled via git-config(1), so you can store it in