Actions
Bug #26091
closedhammer content-view update fails on --repositories
Difficulty:
Triaged:
Yes
Bugzilla link:
Description
Consider the following call
hammer content-view update --organization-id=4 --repositories=goo --id=6
This call should have ve required a product-id to identify the repo with the correct name. Instead this call searches across all products and orgs for a repository with the given name.
We should require a --product-id when specifying a repository name.
Actions