LISTUSERS
List users with the Unity Version Control CLI.
Read time 1 minuteLast updated 21 days ago
Description
Lists users and groups.Usage
cm listusers | lu <repserverspec> [--onlyusers] [--onlygroups] [--filter=<str_filter>]
cm listusers | lu <repserverspec> --group=<group_name>
Options
Option / Argument | Description |
|---|---|
| --onlyusers | Lists only users. |
| --onlygroups | Lists only groups. |
| --filter | Lists only users and/or groups that matches the specified filter. |
| --group | Lists only users from a certain group. This option is not compatible with onlyusers, onlygroups, nor filter. |
| repserverspec | Repository server specification. (Use 'cm help objectspec' to learn more about specs.) |
Help
Examples
(Lists all users in the server.)cm lu localhost:8084
(Lists only the users in the server that contains "m".)cm listusers localhost:8084 --onlyusers --filter=m
(Lists only the users in the group Administrators in the 'codice@cloud' org.)cm listusers codice@cloud --group=Administrators