Actions
Bug #5017
closedSupport repo set commands using Product and repo name
Description
The previous katello cli made it pretty easy to enable repos by product and repo name. Now you have to specify ID which is not nearly as scriptable.
I want something like:
fr
hammer repository-set list --product="Red Hat Enterprise Linux" --organization-id=ACME_Corporation
hammer repository-set enable --product="Red Hat Enterprise Linux" --organization-id=ACME_Corporation --repo-set='Red Hat Enterprise Linux 6 Server (RPMs)'
right now you would have to script some grepping and awking to script it. It is very unfriendly
also repository-set list right now returns a csv list which seems odd...
Updated by Eric Helms over 10 years ago
- Category set to Hammer
- Triaged changed from No to Yes
Updated by Justin Sherrill over 10 years ago
- Status changed from New to Closed
This is now resolved.
Updated by Eric Helms over 10 years ago
- Translation missing: en.field_release set to 13
Actions