Add or delete users from a group; set the maxresults value for the members of that group.
A group is a list of Perforce users. Groups have two purposes:
To delete a group, use p4 group -d groupname, or call p4 group groupname and remove all the users from the resulting form.
| -d groupname | Delete group groupname. The members of the group are affected only if their access level or maxresults value changes as a result of the group's deletion. |
| -i | Read the form from standard input without invoking the user's editor. The new group specification will replace the previous one. |
| -o groupname | Write the form to standard output without invoking the user's editor. |
| g_opts | See global options section. |
|
Can File Arg Use Revision Specifier? |
Can File Arg Use Revision Range? |
Minimal Access Level Required |
|---|---|---|
| <NA> | <NA> | super |
| To modify users' access levels | p4 protect |
| To view a list of existing groups | p4 groups |