Actions
Bug #30463
closedhammer does not support description for custom repositories
Difficulty:
easy
Triaged:
Yes
Bugzilla link:
Pull request:
Description
No option for description when running “hammer repository update”
Steps to Reproduce:
1) Create a product
2) SSH into Satellite
3) $ hammer repository create --name "Repo 1" --description "Description of repo 1" --product "my-product" --organization "Default Organization" --content-type "yum"
4) $ hammer repository update --name "Repo 1" --description "Updated description" --product "my-product" --organization "Default Organization"
Expected Result:
Console outputs “Repository updated.” and the new description replaces the original.
Actual Result:
Could not update the repository:
Error: Unrecognised option '--description'.
See: 'hammer repository update --help'.
Actions