Bug 1104742
| Summary: | The Pulp RPM CLI doesn't tell users they can install RPMs by epoch, version, release, and architecture | ||
|---|---|---|---|
| Product: | [Retired] Pulp | Reporter: | Preethi Thomas <pthomas> |
| Component: | consumers | Assignee: | pulp-bugs |
| Status: | CLOSED UPSTREAM | QA Contact: | pulp-qe-list |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | Master | CC: | bcourt, mhrivnak, rbarlow, skarmark |
| Target Milestone: | --- | Keywords: | Triaged |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1004981 | Environment: | |
| Last Closed: | 2015-02-28 22:09:53 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: | 1004981 | ||
| Bug Blocks: | 1004986 | ||
|
Description
Preethi Thomas
2014-06-04 15:06:18 UTC
[root@hp-dl380pgen8-01 ~]# pulp-admin rpm consumer package install run --consumer-id kitkat
Command: run
Description: triggers an immediate package install on a consumer
Available Arguments:
--bg - if specified, the client process will end immediately (the
task will continue to run on the server)
--consumer-id - (required) unique identifier; only alphanumeric, ., -, and _
allowed
--name, -n - (required) package name; may repeat for multiple packages
--no-commit - test the transaction without committing it
--reboot - reboot after a successful transaction
--import-keys - import GPG keys as needed
The following options are required but were not specified:
--name
[root@hp-dl380pgen8-01 ~]#
The CLI is not meant to have these features, but we could update the helptext on the --name flag to mention that users can put version, release, etc. Moved to https://pulp.plan.io/issues/447 |