Bug #27523
closedRemove --repositories flag from hammer content-view update
Description
Description of problem:
hammer content-view update provides a "--repositories" flag where by one can pass in multiple repository names. Repository names however are scoped by the product they belong to. Repository with the same name can belong to multiple products. Moreover hammer does not have a way to specify multiple key value pairs via the command line.
In short we need to remove --repositories flag from this call.
Related to https://bugzilla.redhat.com/show_bug.cgi?id=1546021
Version-Release number of selected component (if applicable):
6.2+
How reproducible:
always
Steps to Reproduce:
1. hammer content-view update --help
Expected:
No --repositories flag
Actual:
--repositories flag with very limited use case (only repos belonging to one product can be set for the content view )