Actions
Bug #29555
closedhammer does not support description for custom repositories
Difficulty:
trivial
Triaged:
Yes
Bugzilla link:
Pull request:
Description
Description of problem:
It's not possible to provide a description when creating or updating custom repositories via hammer
Version-Release number of selected component (if applicable):
tfm-rubygem-hammer_cli-0.17.1-2.el7sat
How reproducible:
Always
Steps to Reproduce:
1. Create a custom product
2. Try creating a custom repository using hammer
3.
- hammer repository create --name "Repository 1" --description "Description of Repository 1"
Could not create the repository:
Error: Unrecognised option '--description'.
See: 'hammer repository create --help'.
- hammer repository create --help | grep desc #
- hammer repository update --help | grep desc #
Expected results:
Description can be provided when creating and updating custom repositories via hammer.
Descriptions are accepted via web ui
Actions