Credential Definition

Retrieve or create credential definitions

Siera offers the following methods for credential definitions:

Usage

siera credential-definition [OPTIONS] [SUBCOMMAND]

Options

AliasFlagDescription

-h

--help

Print help information

Subcommands

CommandDescription

create

Create a new credential definition

list

List all your credential definitions

Create

Create a new credential definition.

siera credential-definition create --schema-id <SCHEMA_ID>

Available flags

AliasFlagDescription

-h

--help

Print help information

-s

--schema-id

Schema ID to use in the definition

Example usage

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

List all your current credential definitions

siera credential-definition list [OPTIONS]

Available flags

AliasFlagDescription

-h

--help

Print help information

-i

--id <ID>

Get a credential definition by id

Last updated