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

feat(trs): add CLI support #62

Open
7 tasks
Tracked by #59
pavelnikonorov opened this issue Nov 4, 2024 · 0 comments
Open
7 tasks
Tracked by #59

feat(trs): add CLI support #62

pavelnikonorov opened this issue Nov 4, 2024 · 0 comments

Comments

@pavelnikonorov
Copy link
Collaborator

pavelnikonorov commented Nov 4, 2024

Add CLI commands leveraging the SDK TRS client (#61) to support for the GA4GH Tool Registry Service (TRS) API, version 2.0.1.

This issue requires addressing the following tasks:

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

  • List all tools:
ga4gh-cli trs list
  • Retrieve detailed information for a specific tool by ID:
ga4gh-cli trs info [tool-id]
  • List all versions of a specific tool:
ga4gh-cli trs files [tool-id] [version-id] [descriptor-type]
  • Retrieve tests for a specific tool version:
ga4gh-cli trs tests [tool-id] [version-id] [descriptor-type]
  • Retrieve additional descriptor files for a tool, using a relative path:
ga4gh-cli trs descriptors [tool-id] [version-id] [descriptor-type] [relative-path]
  • Add unit tests to ensure the reliability of the CLI TRS Client.
  • Update CLI documentation with examples for each TRS method.

Additional context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

1 participant