-
Notifications
You must be signed in to change notification settings - Fork 991
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
Add --allowed-packges
to remotes to limit what references a remote can supply
#15464
Add --allowed-packges
to remotes to limit what references a remote can supply
#15464
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
filters
to remotes to limit what references a remote can supply
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IMO, I think that --filter
name is a bit confusing. It's being used in conan remote
command, and it's filtering recipe references. I'd prefer to see another param name.
Let's talk with the team about what the best naming is, yeah :) |
I think the name suggest that the packages added with |
filters
to remotes to limit what references a remote can supply--allowed-packges
to remotes to limit what references a remote can supply
Changelog: Feature: Add
--allowed-packges
to remotes to limit what references a remote can supply.Docs: conan-io/docs#3534