We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
./cli/src/main.rs
ga4gh-cli trs list
ga4gh-cli trs info [tool-id]
ga4gh-cli trs files [tool-id] [version-id] [descriptor-type]
ga4gh-cli trs tests [tool-id] [version-id] [descriptor-type]
ga4gh-cli trs descriptors [tool-id] [version-id] [descriptor-type] [relative-path]
Additional context
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
:Additional context
The text was updated successfully, but these errors were encountered: