Connection

Retrieve connections or create invitations

Siera offers various methods to create and receive invitations.

Usage

siera connection [OPTIONS] [SUBCOMMAND]

Options

Subcommands

Invite

Create a new connection invitation

siera connection invite [OPTIONS]

Available flags

Example usage

Create an invitation that can be used more than once and is auto accepted. The -c flag automatically copies the invitation URL to your clipboard.

siera -c connection invite -m -a

List

List all your current connections

siera connection list [OPTIONS]

Available flags

Example usage

Supply a connection ID to get the connection record.

siera connection list --id 851e2d1b-acee-4a71-b798-8d02a8addd09

Receive

Receive an invitation by URL.

siera connection receive --url <URL>

Available flags

Example usage

Supply an invitation URL to accept. Make sure the URL is between quotes.

siera connection receive --url "https://didcomm.agent.community.animo.id?c_i=eyJAdHlwZSI6ICJkaWQ6c292OkJ6Q2JzTlloTXJqSGlxWkRUVUFTSGc7c3BlYy9jb25uZWN0aW9ucy8xLjAvaW52aXRhdGlvbiIsICJAaWQiOiAiMjNiOGY0ZDAtNzIyNi00ZmQ0LWEyNDAtMjJkNDgxNTViODBlIiwgInJlY2lwaWVudEtleXMiOiBbIjZZVVU2dnp2b0hTV29OWlRDUGE1eFlYV3kyUGJ5VGREcnVKa0VMRXR4NW9kIl0sICJsYWJlbCI6ICJBbmltbyBDb21tdW5pdHkgQWdlbnQiLCAic2VydmljZUVuZHBvaW50IjogImh0dHBzOi8vZGlkY29tbS5hZ2VudC5jb21tdW5pdHkuYW5pbW8uaWQifQ=="

Last updated