allinbits / cosmos-cash

Cosmos Cash
https://docs.cosmos-cash.app.beta.starport.cloud/
Apache License 2.0
36 stars 12 forks source link

Review cli commands #204

Closed noandrea closed 2 years ago

noandrea commented 3 years ago

The v1.0.0 cli of cosmos cash cli should be reviewed:

➜ cosmos-cashd tx did                                                                            
did transactions subcommands

Usage:
  cosmoscash tx did [flags]
  cosmoscash tx did [command]

Available Commands:
  add-service                   add a service to a decentralized did (did) document
  add-verification-method       add an verification method to a decentralized did (did) document  
  add-verification-relationship adds a verification relationship to a key on a decentralized identifier (did) document  
  ^-- should be set-verification-relationships

  create-did                    create decentralized did (did) document
  delete-service                deletes a service from a decentralized did (did) document
  revoke-verification-method    revoke a verification method from a decentralized did (did) document
  update-did-document           updates a decentralized identifier (did) document to contain a controller

Flags:
  -h, --help   help for did

Global Flags:
      --chain-id string   The network chain ID
      --home string       directory for config and data (default "/home/andrea/.cosmoscash")
      --trace             print out full stack trace on errors

Use "cosmoscash tx did [command] --help" for more information about a command.