Expand description
The pgp command.
PGP key management commands for the Zoi CLI.
These commands allow users to manage PGP keys used for verifying package signatures, ensuring the authenticity and integrity of installed software.
Structs§
- AddKey
- Arguments for the add-key command.
- PgpCommand
- The root PGP management command.
- Remove
Key - Arguments for the remove-key command.
- Search
Key - Arguments for the search-key command.
- ShowKey
- Arguments for the show-key command.
- Verify
Sig - Arguments for the verify-signature command.
Enums§
- PgpCommands
- Available PGP subcommands.
Functions§
- run
- Run the PGP management command.