Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Document URL:
- https://access.redhat.com/documentation/fr-fr/red_hat_satellite/6.12/html/hammer_cli_guide/reference#hammer-content-view-component-list
- https://access.redhat.com/documentation/fr-fr/red_hat_satellite/6.13/html/hammer_cli_guide/reference#hammer-content-view-
component-list
Section Number and Name:
- 2.20.3.2. hammer content-view component list
Describe the issue:
Since Red Hat Satellite v6.12, the command "hammer content-view component list" has its default output changed.
The --help option gives :
- for v6.11
[root@momran-sat611serv-rhel8 ~]# hammer content-view component list --help
Usage:
hammer content-view component <list|index> [OPTIONS]
Options:
--composite-content-view VALUE Name of the composite content view
--composite-content-view-id NUMBER Composite content view id
--fields LIST Show specified fields or predefined field sets only. (See below)
--organization[-id|-label] VALUE Organization name/label/id to search by
-h, --help Print help
Predefined field sets:
----------------|-----|---------|-----
FIELDS | ALL | DEFAULT | THIN
----------------|-----|---------|-----
Id | x | x | x
Name | x | x |
Version | x | x |
Current version | x | x |
Version id | x | x |
----------------|-----|---------|-----
Option details:
Here you can find option types and the value an option can accept:
BOOLEAN One of true/false, yes/no, 1/0
DATETIME Date and time in YYYY-MM-DD HH:MM:SS or ISO 8601 format
ENUM Possible values are described in the option's description
FILE Path to a file
KEY_VALUE_LIST Comma-separated list of key=value.
JSON is acceptable and preferred way for such parameters
LIST Comma separated list of values. Values containing comma should be quoted or escaped with backslash.
JSON is acceptable and preferred way for such parameters
MULTIENUM Any combination of possible values described in the option's description
NUMBER Numeric value. Integer
SCHEMA Comma separated list of values defined by a schema.
JSON is acceptable and preferred way for such parameters
VALUE Value described in the option's description. Mostly simple string
- for a v6.12
[root@momran-sat612serv ~]# hammer content-view component list --help
Usage:
hammer content-view component <list|index> [OPTIONS]
Options:
--composite-content-view VALUE Name of the composite content view
--composite-content-view-id NUMBER Composite content view id
--fields LIST Show specified fields or predefined field sets only. (See below)
--organization[-id|-label] VALUE Organization name/label/id to search by
-h, --help Print help
Predefined field sets:
----------------|-----|---------|-----
FIELDS | ALL | DEFAULT | THIN
----------------|-----|---------|-----
Content view id | x | x |
Name | x | x |
Version | x | x |
Component id | x | x | x
Current version | x | x |
Version id | x | x |
----------------|-----|---------|-----
Option details:
Here you can find option types and the value an option can accept:
BOOLEAN One of true/false, yes/no, 1/0
DATETIME Date and time in YYYY-MM-DD HH:MM:SS or ISO 8601 format
ENUM Possible values are described in the option's description
FILE Path to a file
KEY_VALUE_LIST Comma-separated list of key=value.
JSON is acceptable and preferred way for such parameters
LIST Comma separated list of values. Values containing comma should be quoted or escaped with backslash.
JSON is acceptable and preferred way for such parameters
MULTIENUM Any combination of possible values described in the option's description
NUMBER Numeric value. Integer
SCHEMA Comma separated list of values defined by a schema.
JSON is acceptable and preferred way for such parameters
VALUE Value described in the option's description. Mostly simple string
But the associated documentation still gives old informations.
Suggestions for improvement:
- update v6.12 and v6.13 documentation
- update v6.12 release notes
Additional information:
Hello,
Thank you very much for reporting this issue.
The bug will go through proper tea mtriage and relevant updates will be shared in this ticket.
Thank you!