Credential Definition
Retrieve or create credential definitions
Siera offers the following methods for credential definitions:
siera credential-definition [OPTIONS] [SUBCOMMAND]
Alias | Flag | Description |
---|---|---|
-h | --help | Print help information |
Command | Description |
---|---|
create | Create a new credential definition |
list | List all your credential definitions |
Create a new credential definition.
siera credential-definition create --schema-id <SCHEMA_ID>
Alias | Flag | Description |
---|---|---|
-h | --help | Print help information |
-s | --schema-id | Schema ID to use in the definition |
Create a credential definition with a schema ID. The
-c
flag automatically copies the created credential definition to your clipboard.siera -c credential-definition create -s WVqppUv9X3WyWGrbns5Uia:2:Example:1.0
List all your current credential definitions
siera credential-definition list [OPTIONS]
Alias | Flag | Description |
---|---|---|
-h | --help | Print help information |
-i | --id <ID> | Get a credential definition by id |
Last modified 6mo ago