Allow plugin version to be specified when running a plugin command#7113
Merged
bentsherman merged 9 commits intoJun 16, 2026
Merged
Conversation
…pluginId and version separation Signed-off-by: Josua Carl <[email protected]>
✅ Deploy Preview for nextflow-docs-staging canceled.
|
jorgee
reviewed
May 21, 2026
jorgee
left a comment
Contributor
There was a problem hiding this comment.
Looks fine to me, just minor comments.
Co-authored-by: Jorge Ejarque <[email protected]> Signed-off-by: Josua Carl <[email protected]>
…n and id separation Signed-off-by: Josua Carl <[email protected]>
jorgee
approved these changes
Jun 1, 2026
nextflow plugin CLI commandSigned-off-by: Ben Sherman <[email protected]>
28005a8 to
925ca0e
Compare
Member
|
As far as I can tell, this is new scope, not a bug fix. The docs suggest that it was never possible to specify the plugin version: https://docs.seqera.io/nextflow/reference/cli#plugin @pditommaso are you okay with allowing the plugin version when running a plugin command: nextflow plugin [email protected]:mycommand ...it's a bit messy but it is useful for local testing, since you always need to specify the plugin version in that case |
Member
|
In some extends I agree with you. However it's consistent with |
Signed-off-by: Ben Sherman <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Goal
Correct fetching of plugin in
nextflow pluginCLI command viapluginIdandversionseparationChanges
executeCustomPluginCmdfunction, similar tocreatePluginto handle logical fork inrunPlugins.manager.getPluginRelated issues
nextflow plugincommand #7110