aboutsummaryrefslogtreecommitdiff
path: root/crates/arti/tests/testcases/keys/help-list.stdout
blob: 3c65287a5f4c49f778f07ffb93aea346de7de332 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
List keys and certificates.

Note: The output fields "Location" and "Keystore ID" represent, respectively, the raw identifier of an entry (e.g. <ARTI_PATH>.<ENTRY_TYPE> for `ArtiNativeKeystore`), and the identifier of the keystore that contains the entry.

Usage: arti keys list [OPTIONS]

Options:
  -c, --config <FILE>
          Specify which config file(s) to read. Defaults to [File("[..]"), Dir("[..]")]

  -k, --keystore-id <KEYSTORE_ID>
          Identifier of the keystore.
          
          If omitted, keys and certificates from all the keystores will be returned.

      --compact
          Compact format.
          
          Displays every entry on a single line when enabled.

  -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 a summary with '-h')