Credential

Offer or propose credentials

Siera offers the following methods for credentials:

Usage

siera credential [SUBCOMMAND]

Options

Subcommands

Offer

Offer a new credential to an existing connection

siera credential offer [OPTIONS] --connection-id <CONNECTION_ID> --cred-def-id <CRED_DEF_ID>

Available flags

Example usage

Offer a credential to an existing connection. The following command offers a credential with key name and value animo.

siera credentials offer -i d583caa1-0bdd-46f9-98d3-8d0bdd4a6056 -c Ehx3RZSV38pn3MYvxtHhbQ:3:CL:213800:default -k name -v animo

The key and value flags are index matched and should be used as such. The below command matches key 1..3 to value 1..3.

siera credential offer ... -k=key1 -v=value1 -k=key2 -k=key3 -v=value2 -v=value3

Last updated