diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-02-10 12:33:01 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-02-10 12:33:01 +0100 |
commit | 8d50659c8e86a59e9d9965a495030859c9a588de (patch) | |
tree | 19d9dbdbbb5c00681b14d8557f107f63b8a05ce3 /README.rst | |
parent | 36e60e5d5b1ef17ad53a890dc6f572333711df70 (diff) | |
download | gemato-8d50659c8e86a59e9d9965a495030859c9a588de.tar.gz |
README: document the utility functions
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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 |