Expand description
The keys subcommand.
Structsยง
- Check
Integrity ๐Args - The arguments of the
CheckIntegritysubcommand. - Invalid
Keystore ๐Entries - A set of invalid keystore entries associated with a keystore ID. This struct is used solely to reduce type complexity; it does not perform any validation (e.g., whether the entries actually belong to the keystore indicated by the ID).
- Invalid
Keystore ๐Entry - An invalid keystore entry associated with the error that caused it to be
invalid. This struct is used solely to reduce type complexity; it does not
perform any validation (e.g., whether the
error_msgactually corresponds to the error that caused the invalid entry). - List
Args ๐ - The arguments of the
Listsubcommand.
Enumsยง
- Keys
Subcommand ๐ - The
keyssubcommand. - Keys
Subcommands ๐ - The
keyssubcommands the arti CLI will be augmented with.
Constantsยง
- LINE_
LEN ๐ - Length of a line, used for formatting
Functionsยง
- create_
all_ ๐services - Helper function for
run_check_integrity. - display_
entry ๐ - Print information about a keystore entry.
- display_
invalid_ ๐keystore_ entries - Helper function for
run_check_integritythat reduces cognitive complexity. - display_
keystore_ ๐entries - Helper function of
run_list_keys, reduces cognitive complexity. - display_
unrecognized_ ๐entry - Print information about an unrecognized keystore entry.
- get_
expired_ ๐keys - Helper function for
run_check_integrity. - maybe_
remove_ ๐invalid_ entries - Helper function for
run_check_integrity. - print_
check_ ๐integrity_ incipit - Helper function for
display_invalid_keystore_entriesthat reduces cognitive complexity. - run ๐
- Run the
keyssubcommand. - run_
check_ ๐integrity - Run
keys check-integritysubcommand. - run_
list_ ๐keys - Run the
keys listsubcommand. - run_
list_ ๐keystores - Run
keys list-keystoressubcommand.