Skip to content

Commit

Permalink
docs: update wallet cli readme (#1574)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrii Holovko <[email protected]>
  • Loading branch information
aholovko committed Jan 18, 2024
1 parent 1161d17 commit 05660b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion component/wallet-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ used for this purpose. The following CLI arguments are supported:
--qr-code-path string path to file with qr code
--redirect-uri string callback where the authorization code should be sent (default "http://127.0.0.1/callback")
--scopes strings vcs oauth2 scopes (default [openid])
--trust-registry-url string if supplied, wallet will run issuer verification in trust registry
--user-login string user login on issuer IdP
--user-password string user password on issuer IdP
--wallet-did-index int index of wallet did, if not set the most recently created DID is used (default -1)
Expand Down Expand Up @@ -165,7 +166,7 @@ Use the `oidc4vp` command to present Verifiable Credential(s) to the Verifier:
--mongodb-connection-string string mongodb connection string
--proxy-url string proxy url for http client
--qr-code-path string path to file with qr code
--trust-registry-url string Trust Registry URL. If supplied, Wallet will run Verifier verification against Trust Registry
--trust-registry-url string if supplied, wallet will run verifier verification in trust registry
--wallet-did-index int index of wallet did, if not set the most recently created DID is used (default -1)
```
Expand Down

0 comments on commit 05660b2

Please sign in to comment.