Skip to content

Commit

Permalink
feat(commands): update axone-protocol/axoned commands documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bot-anik committed Aug 19, 2024
1 parent 01766c3 commit dafe1fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commands/axoned_credential_sign.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ axoned credential sign [file] [flags]
--keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "test")
--keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used
--overwrite Overwrite existing signatures with a new one. If disabled, new signature will be appended
--purpose string Proof that describes credential purpose, helps prevent it from being misused for some other purpose. Example of commonly used proof purpose values: authentication, assertionMethod, keyAgreement, capabilityDelegation, capabilityInvocation. (default "assertionMethod")
--schema-map strings Map original URIs to alternative URIs for resolving JSON-LD schemas. Useful for redirecting network-based URIs to local filesystem paths or other URIs. Each mapping should be in the format 'originalURI=alternativeURI'. Multiple mappings can be provided by repeating the flag. Example usage: --schema-map originalURI1=alternativeURI1 --schema-map originalURI2=alternativeURI2
```

Expand Down

0 comments on commit dafe1fb

Please sign in to comment.