Bug 1979681
| Summary: | hammer repository --help still shows export subcommand | ||
|---|---|---|---|
| Product: | Red Hat Satellite | Reporter: | Lai <ltran> |
| Component: | Inter Satellite Sync | Assignee: | Chris Roberts <chrobert> |
| Status: | CLOSED ERRATA | QA Contact: | Sam Bible <sbible> |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.10.0 | CC: | chrobert, pcreech, zhunting |
| Target Milestone: | 6.10.0 | Keywords: | Triaged |
| Target Release: | Unused | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | tfm-rubygem-hammer_cli_katello-1.1.2.1-1,tfm-rubygem-hammer_cli_katello-1.1.2.2-1 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-11-16 14:12:23 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Moving this bug to POST for triage into Satellite since the upstream issue https://projects.theforeman.org/issues/32955 has been resolved. No need for cherry-pick automation repicked it up. Steps to Retest
1. Login to sat via cli
2. Run "hammer repository --help"
Actual results:
# hammer repository --help
Usage:
hammer repository [OPTIONS] SUBCOMMAND [ARG] ...
Parameters:
SUBCOMMAND Subcommand
[ARG] ... Subcommand arguments
Subcommands:
create Create a custom repository
delete Destroy a custom repository
info Show a repository
list List of enabled repositories
remove-content Remove content from a repository
synchronize Sync a repository
update Update a repository
upload-content Upload content into the repository
Options:
-h, --help Print help
Verified on 6_10_23 with tfm-rubygem-hammer_cli_katello-1.1.2.2-1.el7sat.noarch
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 (Moderate: Satellite 6.10 Release), 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/RHSA-2021:4702 |
Description of problem: The export command has moved to "hammer content-export" so "hammer repository" shouldn't have the "export" option anymore appearing in help. Version-Release number of selected component (if applicable): 6.10 snap 7 How reproducible: 100% Steps to Reproduce: 1. Login to sat via cli 2. Run "hammer repository --help" Actual results: # hammer repository --help Usage: hammer repository [OPTIONS] SUBCOMMAND [ARG] ... Parameters: SUBCOMMAND Subcommand [ARG] ... Subcommand arguments Subcommands: create Create a custom repository delete Destroy a custom repository export Export content from a repository to the configured directory info Show a repository list List of enabled repositories remove-content Remove content from a repository synchronize Sync a repository update Update a repository upload-content Upload content into the repository Options: -h, --help Print help Expected results: subcommand "export" should not appear anymore. Additional info: I'm not sure what else needs to removed from here, but please review them and remove as necessary.