blob: 71cddb3c1d59acc5553f939bca4ba98849c8e6ad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Remove keystore entry by raw ID
Usage: arti keys-raw remove-by-id [OPTIONS] <RAW_ENTRY_ID>
Arguments:
<RAW_ENTRY_ID> The raw ID of the keystore entry to remove
Options:
-c, --config <FILE> Specify which config file(s) to read. Defaults to [File("[..]"), Dir("[..]")]
-k, --keystore-id <KEYSTORE_ID> Identifier of the keystore to remove the entry from. If omitted, the primary store will be used ("arti") [default: arti]
-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 (see more with '--help')
|