Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
clehner committed Feb 14, 2022
1 parent c2c1834 commit 3a220b0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,15 +221,15 @@ Construct a [DID method transaction][] to update a DID.

#### Subcommands

Updates to a DID document may be done using these subcommands. These correspond roughly to [`didDocumentOperation`][] values in DIF DID registration and/or [DID State Patches][did-state-patches] in Sidetree.
Updates to a DID document may be done using these `did-update` subcommands. These correspond roughly to [`didDocumentOperation`][didDocumentOperation] values in DIF DID registration and/or [DID State Patches][did-state-patches] in Sidetree.

- [`set-service`](#didkit-did-update-set-service-id)
- [`set-verification-method`](#didkit-did-update-set-verification-method-id)
- [`remove-service`](#didkit-did-update-remove-service-id)
- [`remove-verification-method`](#didkit-did-update-remove-verification-method-id)

#### Output
Method-specific data structure.
A [DID method transaction][] for a DID Update operation.

### `didkit did-update set-service <id>`

Expand Down Expand Up @@ -306,6 +306,9 @@ Construct a [DID method transaction][] to deactivate a DID, if supported by the
- `-k, --key <key>` - JWK file to perform the DID Deactivate operation
- `-o <name=value>` - Options for DID deactivate operation.

#### Output
A [DID method transaction][] for a DID Deactivate operation.

### `didkit did-from-tx`

Reads a [DID method transaction][] on standard input, and extracts or derives its DID.
Expand Down

0 comments on commit 3a220b0

Please sign in to comment.