-
-
Notifications
You must be signed in to change notification settings - Fork 57
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] Do not allow beta to override stable repository if both active #2935
Conversation
Allow addressing the repositories by name
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.
What exactly is the point of working with index? This adds a lot of edge cases as you can see in the code you needed to add. In fact you can not assume any order anyway, so what exactly is the point here?
if it gets easier we could also not use a joined parameter "name/index" but use different comands that use index which makes it easier too
* cleanup for repo PR * do not prevent normal cli workflow -> unset -> set
I still do not understand, If we have index, why not to use it instead of writing "my repo" ? |
Hm index is now supported? but of course not for |
To avoid such a situation
Tests
Only CLI files changed
Documentation