summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-02-10 12:33:01 +0100
committerMichał Górny <mgorny@gentoo.org>2018-02-10 12:33:01 +0100
commit8d50659c8e86a59e9d9965a495030859c9a588de (patch)
tree19d9dbdbbb5c00681b14d8557f107f63b8a05ce3 /README.rst
parent36e60e5d5b1ef17ad53a890dc6f572333711df70 (diff)
downloadgemato-8d50659c8e86a59e9d9965a495030859c9a588de.tar.gz
README: document the utility functions
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 5d684fa..7d8840b 100644
--- a/README.rst
+++ b/README.rst
@@ -55,6 +55,21 @@ If a subdirectory of the Manifest tree is specified, the entries
for the specified leaf and respective Manifest files are updated.
+Utility commands
+----------------
+gemato provides a few other commands that could help debugging its
+behavior. Those are:
+
+``gemato hash -H <hashes> [<path>...]``
+ Print hashes of the specified files in Manifest-like format.
+ Used to verify that the hash backend works correctly.
+
+``gemato openpgp-verify [-K <key>] [<path>...]``
+ Check OpenPGP signatures embedded in the specified files. Detached
+ signatures are not supported. Used to verify that the OpenPGP backend
+ works correctly.
+
+
Requirements
============
gemato is written in Python and compatible with implementations