Available on crate feature
onion-service-cli-extra
only.Expand description
The keys
subcommand.
StructsΒ§
- Check
Integrity πArgs - The arguments of the
CheckIntegrity
subcommand. - List
Args π - The arguments of the
List
subcommand.
EnumsΒ§
- Keys
Subcommand π - Keys
Subcommands π - The
keys
subcommands the arti CLI will be augmented with.
ConstantsΒ§
- LINE_
LEN π - Length of a line, used for formatting
FunctionsΒ§
- create_
all_ πservices onion-service-service
- Helper function for
run_check_integrity
. - display_
arti_ πentry - Displays an Arti native keystore entry.
- display_
ctor_ πentry - Displays a CTor keystore entry.
- display_
entry π - Print information about a keystore entry.
- display_
invalid_ πkeystore_ entries - Helper function of
run_check_integrity
, 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 onion-service-service
- Helper function for
run_check_integrity
. - maybe_
remove_ πinvalid_ entries - Helper function for
run_check_integrity
. - run π
- Run the
keys
subcommand. - run_
check_ πintegrity - Run
keys check-integrity
subcommand. - run_
list_ πkeys - Run the
keys list
subcommand. - run_
list_ πkeystores - Run
keys list-keystores
subcommand.