Bug 989495
| Summary: | Headpin Nighty : User should have ReadMe or Help page description for CLI command that _requires_ --environment option | ||
|---|---|---|---|
| Product: | [Retired] Subscription Asset Manager | Reporter: | Tazim Kolhar <tkolhar> |
| Component: | katello | Assignee: | Tom McKay <tomckay> |
| Status: | CLOSED WONTFIX | QA Contact: | Tazim Kolhar <tkolhar> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 1.3 | CC: | cwelton, omaciel, sthirugn, tomckay |
| Target Milestone: | rc | ||
| Target Release: | 1.3 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-03-11 03:32:11 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 971511 | ||
Hi, list of cli headpin commands where there is requirement of ReadMe page : # headpin -u admin -p *** activation_key list --help # headpin -u admin -p *** activation_key update --help # headpin -u admin -p *** distributor update --help # headpin -u admin -p *** system update --help # headpin -u admin -p *** user create --help Thanks |
Description of problem: User should have ReadMe or Help page description for CLI command that _requires_ --environment option Version-Release number of selected component (if applicable): # rpm -qa | grep katello katello-certs-tools-1.4.2-1.el6.noarch katello-glue-candlepin-1.4.2-1.git.987.b81455e.el6.noarch katello-candlepin-cert-key-pair-1.0-1.noarch katello-cli-1.4.2-1.git.137.fea0d84.el6.noarch katello-cli-common-1.4.2-1.git.137.fea0d84.el6.noarch katello-glue-elasticsearch-1.4.2-1.git.987.b81455e.el6.noarch katello-headpin-1.4.2-1.git.987.b81455e.el6.noarch signo-katello-0.0.9-1.el6.noarch katello-configure-1.4.3-1.git.67.f71e590.el6.noarch katello-common-1.4.2-1.git.987.b81455e.el6.noarch katello-headpin-all-1.4.2-1.git.987.b81455e.el6.noarch katello-selinux-1.4.3-1.git.4.99dc194.el6.noarch katello-repos-1.4.2-1.el6.noarch How reproducible: # yum install -y katello-headpin-all # katello-configure --deployment=headpin --user-pass=PASSWORD Steps to Reproduce: 1.# headpin -u admin -p **** activation_key create --help Usage: headpin <options> activation_key create <options> Options: -h, --help show this help message and exit --name=NAME activation key name (required) --org=ORG name of organization e.g.: ACME_Corporation (required) --environment=ENVIRONMENT environment name e.g.: production (required) --description=DESCRIPTION activation key description --limit=USAGE_LIMIT usage limit (unlimited by default) -g grep friendly output -v verbose, more structured output -d DELIMITER column delimiter in grep friendly output, works only with option -g --noheading Suppress any heading output. Useful if grepping the output. 2.# headpin -u admin -p **** activation_key create --name act_key2 --org ACME_Corporation --environment=Library Successfully created activation key [ act_key2 ] 3.As you see above cli example, environment name (Library default value) something like that should be mentioned. Actual results: A proper ReadMe should be provided Expected results: No such notes made in the man/help page Additional info: