voa-list(1) General Commands Manual voa-list(1)

voa-list - List all verifiers in VOA that match provided identifiers.

voa list [--context] [-v|--verbose]... [-q|--quiet]... [-t|--technology] [-o|--output-format] [-h|--help] <OS> <PURPOSE>

List all verifiers in VOA that match provided identifiers.

By default the "os" and "purpose" identifiers have to be provided for a search. Optionally, the "context" and "technology" identifier can be provided for more fine-grained search results.

The context to search for.

If not specified, defaults to "default".

May also be specified with the VOA_LIST_CONTEXT environment variable.
Increase logging verbosity
Decrease logging verbosity
The technology to search for.

Currently only "openpgp" is supported. If not specified, defaults to "openpgp".

May also be specified with the VOA_LIST_TECHNOLOGY environment variable.
The output format to use.

Possible values:

  • json: The JSON output format
  • text: The default text output format
May also be specified with the VOA_LIST_OUTPUT_FORMAT environment variable.
Print help (see a summary with '-h')
<OS>
The OS to search for.
May also be specified with the VOA_LIST_OS environment variable.
<PURPOSE>
The purpose to search for.
May also be specified with the VOA_LIST_PURPOSE environment variable.
voa-list