Add implementation of update-key command

This commit is contained in:
Paul Schaub 2024-09-17 22:43:36 +02:00
parent a07446e29a
commit a2315f9847
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
6 changed files with 163 additions and 12 deletions

View file

@ -27,6 +27,7 @@ import sop.exception.SOPGPException
ChangeKeyPasswordCmd::class,
RevokeKeyCmd::class,
ExtractCertCmd::class,
UpdateKeyCmd::class,
// Messaging subcommands
SignCmd::class,
VerifyCmd::class,