bkr group-create: Create a group¶
Synopsis¶
bkr group-create [options] <group-name>
Description¶
Create a new group with the specified name, display name and root password.
Options¶
- --ldap¶
Populate the members from an LDAP group, specified by <group-name>.
- --display-name¶
Display name of the group.
- --description¶
Description of the group.
- --root-password¶
Root password for group jobs.
Common bkr options are described in the Options section of bkr(1).
Exit status¶
Non-zero on error, otherwise zero.
Examples¶
Create a group with the following group name, display name, and root password: ‘mygroup’, ‘My Group’, and ‘d3c0yz3d’ respectively:
bkr group-create --display-name="My Group" --root-password="d3c0yz3d" mygroup
See also¶
bkr(1)