-
Notifications
You must be signed in to change notification settings - Fork 994
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] conan list merge
command
#14145
Comments
Hi @DoDoENT thanks a lot for your request. While this is something that we think has some value being added, we need to think the UX/implementation of this one, as internally it's not straightforward to create subcommands for In the meantime and for anyone else finding this problem, if you are using
|
Great idea for jq! Never thought of it, even though I used it before for other stuff. In the meantime, I've already created a custom command UX-wise, since subcommands for
could be something like
I don't know if it's too confusing or not. It does look a bit unintuitive. |
We are going with the |
What is your suggestion?
This is akin to
conan lock merge
.This is useful when you create a package and immediately build multiple binaries for it, with different configurations (e.g. debug, release, various options) and you want to upload all binaries in a single
conan upload
call so that you benefit from Conan's parallel upload feature.The flow would be something like this (avoiding multiple
conan create
calls because each call creates a different revision for some reason).Of course, this can be implemented as a custom command (but not as
conan list merge
becauselist
command is already reserved). However, I think that having this command by default would be a good value.The text was updated successfully, but these errors were encountered: