Description of problem: The "rhui-manager repo list" command displays repos by their IDs and "display names". If I'm only interested in the IDs, I need to parse the output. Please add an option that will make the command print only the IDs, and a related option to control how the IDs should be separated (basically a delimiter), which would default to new lines. I could then take the raw output and feed it to other commands easily. Version-Release number of selected component (if applicable): 3.0.6 Expected results: Something like: # rhui-manager repo list --ids-only rhel-sap-hana-for-rhel-6-server-eus-rhui-rpms-6.7-x86_64 rhel-sap-hana-for-rhel-7-server-eus-rhui-rpms-7.4-x86_64 # rhui-manager repo list --ids-only --delimiter , rhel-sap-hana-for-rhel-6-server-eus-rhui-rpms-6.7-x86_64,rhel-sap-hana-for-rhel-7-server-eus-rhui-rpms-7.4-x86_64 -i and -d could be short variants of --ids-only and --delimiter. I don't care much what you call the options.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2019:0149