Bug 620412
Summary: | Pulp user cli are too confusing with all the username/password options | ||
---|---|---|---|
Product: | [Retired] Pulp | Reporter: | Preethi Thomas <pthomas> |
Component: | z_other | Assignee: | Mike McCune <mmccune> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Preethi Thomas <pthomas> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | unspecified | CC: | pkilambi, skarmark, whayutin |
Target Milestone: | --- | Keywords: | Triaged |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-02-17 16:51:54 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: | 647488 |
Description
Preethi Thomas
2010-08-02 13:27:06 UTC
We revamped how the CLI handles username and password arguments. can you re-test to see if things are clearer now? yes this looks good now [root@preethi ~]# pulp-admin user create --help Usage: pulp-admin <options> user create <options> Options: -h, --help show this help message and exit --username=USERNAME new username to create (required) --password=PASSWORD password for authentication --name=NAME name of user for display purposes [root@preethi ~]# pulp-admin user delete --help Usage: pulp-admin <options> user delete <options> Options: -h, --help show this help message and exit --username=USERNAME username of user you wish to delete (required) [root@preethi ~]# pulp-admin user update --help Usage: pulp-admin <options> user update <options> Options: -h, --help show this help message and exit --username=USERNAME username of user you wish to edit. Not editable (required) --password=PASSWORD updated password to assign to user --name=NAME updated name of user for display purposes [root@preethi ~]# [root@preethi ~]# [root@preethi ~]# [root@preethi ~]# [root@preethi ~]# [root@preethi ~]# pulp-admin user Usage: pulp-admin <options> user <action> <options> Supported Actions: list list available users create create a user delete delete a user update update a user pulp-admin: error: no action given: please see --help [root@preethi ~]# pulp-admin user list --help Usage: pulp-admin <options> user list <options> Options: -h, --help show this help message and exit [root@preethi ~]# Closing with community release pulp-0.0.139-1.fc14.noarch |