elixir-cloud-aai / ga4gh-sdk

Generic SDK and CLI for GA4GH API services
Apache License 2.0
13 stars 2 forks source link

feat(drs): add CLI support #57

Open pavelnikonorov opened 2 weeks ago

pavelnikonorov commented 2 weeks ago

Add CLI commands leveraging the SDK DRS client (#56) to support for the GA4GH Data Repository Service (DRS) API, version 1.4.0.

This issue requires addressing the following tasks:

Implement the following commands in ./cli/src/main.rs:

ga4gh-cli drs metadata [object-id]

Additional context