Bug 649668
| Summary: | RFE: specify pulp server address in pulp-admin | ||
|---|---|---|---|
| Product: | [Retired] Pulp | Reporter: | Daniel Mach <dmach> |
| Component: | z_other | Assignee: | Pradeep Kilambi <pkilambi> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Preethi Thomas <pthomas> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-08-16 14:03:13 UTC | Type: | --- |
| 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: | 563609, 647488 | ||
|
Description
Daniel Mach
2010-11-04 08:50:01 UTC
Fixed in 0.83. [root@preethi ~]# pulp-admin --help
Usage: pulp-admin <options> <command>
Supported Commands:
auth stores pulp authentication credentials
consumer consumer specific actions to pulp server
consumergroup consumer group specific actions to pulp server
distribution distribution specific actions to pulp server
errata errata specific actions to pulp server
package package specific actions to pulp server
packagegroup package group specific actions to pulp server
repo repository specific actions to pulp server
search search actions to pulp server
user user specific actions to pulp server
Options:
-h, --help show this help message and exit
Pulp User Account Credentials:
-u USERNAME, --username=USERNAME
account username
-p PASSWORD, --password=PASSWORD
account password
-s SERVER, --server=SERVER
pulp server host
[root@preethi ~]# pulp-client --help
Usage: pulp-client <options> <command>
Supported Commands:
consumer consumer specific actions to pulp server
errata errata specific actions to pulp server
repo repository specific actions to pulp server
Options:
-h, --help show this help message and exit
Pulp User Account Credentials:
-u USERNAME, --username=USERNAME
account username
-p PASSWORD, --password=PASSWORD
account password
-s SERVER, --server=SERVER
pulp server host
Closing with Community Release 15 pulp-0.0.223-4. |