Actions
Feature #3734
closedAllow user info to use --login as an optional argument
Status:
Closed
Priority:
Normal
Assignee:
Category:
Foreman commands (obsolete)
Target version:
Description
Currently the command user info only accepts --id as a valid argument. During automation, when we create a new user via the CLI there's no way to get the ID for the newly created user (unless you loop through the results of user list). It would be helpful if we could also run hammer user info --login <my new user name>.
- hammer user info --help
Usage:
hammer user info [OPTIONS]
Options:
--id ID resource id
-h, --help print help
Updated by Dominic Cleal almost 11 years ago
- Related to Feature #3246: Return id of created object in create methods added
Updated by Dominic Cleal almost 11 years ago
I think #3246 (merged but not released in a build) has just added the ID of newly created objects to the output of create commands. Also you can search by name, e.g. hammer user list --search "login = admin"
.
Updated by Dominic Cleal almost 11 years ago
- Blocked by Bug #3736: GET /api/users/loginname throws 500 error added
Updated by Martin Bacovsky almost 11 years ago
- Category set to Foreman commands (obsolete)
- Status changed from New to Ready For Testing
- Assignee set to Martin Bacovsky
- Target version set to 1.9.2
Updated by Martin Bacovsky almost 11 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset foreman:hammer-cli-foreman|commit:05360682a9620406d2fcbb4f7d724270b582c9cf.
Updated by Martin Bacovsky almost 11 years ago
- Has duplicate Feature #3469: Allow users to be identified by --login added
Actions