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

[FEATURE] Support dependency sugar syntax in viash run #695

Open
2 tasks done
rcannood opened this issue Apr 30, 2024 · 0 comments
Open
2 tasks done

[FEATURE] Support dependency sugar syntax in viash run #695

rcannood opened this issue Apr 30, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@rcannood
Copy link
Member

Feature summary

Support dependency sugar syntax during viash run

Feature description

It'd be really useful if we could allow users to run a component from a different repository by using the dependency/repository sugar syntax. Something like:

viash run github://openpipelines-bio/openpipeline:0.3.0:mynamespace/mycomponent

The exact syntax be discussed, of course. Maybe something simpler might be:

viash run mynamespace/mycomponent --repository github://openpipelines-bio/openpipeline:0.3.0

This would allow something like this:

viash run mynamespace/mycomponent --repository local

to also work, which would run but not build a component from the current project.

Why is this feature beneficial?

Being able to run a component from a different repository would be useful but is not always trivial, since a component can have resources.

Alternatives considered

No response

Possible solution

No response

Confirmation

  • I have searched the existing issues to make sure this is not a duplicate request.
  • I have provided clear and concise information about the feature.
@rcannood rcannood added the enhancement New feature or request label Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant