Skip to content

Commit

Permalink
Update cli/README with latest
Browse files Browse the repository at this point in the history
  • Loading branch information
KendallWeihe committed Mar 19, 2024
1 parent 17d0bde commit 00980e4
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions cmd/web5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,19 @@ Commands:
Resolve a DID.

did create jwk
Create did:jwk's.
Create a did:jwk.

did create web <domain>
Create did:web's.
Create a did:web.

vc create <credential-subject-id>
Create a VC.

vc jwt verify <jwt>
Verify a VC-JWT.

vc jwt decode <jwt>
Decode a VC-JWT.

Run "web5 <command> --help" for more information on a command.
```

0 comments on commit 00980e4

Please sign in to comment.