Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLI refactor #304

Merged
merged 9 commits into from
Dec 17, 2020
Merged

CLI refactor #304

merged 9 commits into from
Dec 17, 2020

Conversation

simonas-notcat
Copy link
Contributor

➜ yarn daf help
yarn run v1.21.1
$ ./packages/daf-cli/bin/daf.js help
Usage: daf [options] [command]

Options:
  -v, --version      output the version number
  --config <path>    Configuration file (default: "./agent.yml")
  -h, --help         display help for command

Commands:
  did                Decentralized identifiers
  credential         W3C Verifiable Credential
  presentation       W3C Verifiable Presentation
  explore            launch Verifiable Data explorer
  sdr                Selective Disclosure Request
  message            Messages
  execute [options]  Executes agent method
  server [options]   Launch OpenAPI server
  config             Agent configuration
  dev                Plugin developer tools
  help [command]     display help for command
✨  Done in 1.23s.
➜ yarn daf did -h 
yarn run v1.21.1
$ ./packages/daf-cli/bin/daf.js did -h
Usage: daf did [options] [command]

Decentralized identifiers

Options:
  -h, --help        display help for command

Commands:
  providers         list available identifier providers
  list              list managed identities
  create            create an identifier
  delete            create an identifier
  add-service       add a service endpoint to did document
  add-key           create and add a public key to did document
  export            export an identifier
  import            import an identifier
  resolve <didUrl>  Resolve DID Document
  help [command]    display help for command
✨  Done in 1.21s.

@codecov
Copy link

codecov bot commented Dec 16, 2020

Codecov Report

Merging #304 (14e8ddb) into beta (03ad5df) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             beta     #304   +/-   ##
=======================================
  Coverage   68.21%   68.21%           
=======================================
  Files          62       62           
  Lines        1504     1504           
  Branches      237      237           
=======================================
  Hits         1026     1026           
  Misses        382      382           
  Partials       96       96           

Copy link
Member

@mirceanis mirceanis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it looks good to me, thanks!

@mirceanis mirceanis merged commit a5a0670 into beta Dec 17, 2020
@mirceanis mirceanis deleted the feature/cli-refactor branch December 17, 2020 10:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants