Proof

Present proof with Siera.

Usage

siera proof <SUBCOMMAND>

Options

Subcommands

Request

Request a proof by connection id.

siera proof request [OPTIONS] --connection-id <CONNECTION_ID>

Available flags

Pay extra attention to the usage of --attribute and --predicate.

With the attribute flag, each attribute is flagged individually.

siera proof request -c <YOUR_CONNECTION_ID> -a attribute1 -a attribute2 -a attribute3

With the predicate flag, each predicate as a whole (the name, operator and value together) is flagged individually. The name, operator and value are comma separated and between quotes, resulting in --predicate "name,operator,value".

siera proof request -c <YOUR_CONNECTION_ID> ... -p "date,>,20210101" -p "age,>,21"

Last updated