blob: 3350bf3e1a1c86326eeeb4875bbfabc2025c1cd4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
Run keystore management commands
Usage: arti keys [OPTIONS] <COMMAND>
Commands:
list List keys and certificates
list-keystores List keystores
check-integrity Validate the integrity of keystores
help Print this message or the help of the given subcommand(s)
Options:
-c, --config <FILE> Specify which config file(s) to read. Defaults to [File("[..]"), Dir("[..]")]
-o <KEY=VALUE> Override config file parameters, using TOML-like syntax.
-l, --log-level <LEVEL> Override the log level (usually one of 'trace', 'debug', 'info', 'warn', 'error').
--disable-fs-permission-checks Don't check permissions on the files we use.
-h, --help Print help
|