1BKR-GROUP-MODIFY(1)                 Beaker                 BKR-GROUP-MODIFY(1)
2
3
4

NAME

6       bkr-group-modify - Modify a group
7

SYNOPSIS

9       bkr group-modify [options] <group-name>
10
11

DESCRIPTION

13       Modify an existing group.
14

OPTIONS

16       --display-name
17              New display name of the group.
18
19       --group-name
20              New name of the group.
21
22       --description
23              New description of the group.
24
25       --add-member
26              Add  a  user to the group. This option can be specified multiple
27              times to add more than one user to the group. Should a specified
28              user fail to be added, all subsequent users are ignored.
29
30       --remove-member
31              Remove  a user from the group. This option can be specified mul‐
32              tiple times to remove more than one user from the group.  Should
33              a  specified  user  fail to be removed, all subsequent users are
34              ignored.
35
36       --grant-owner
37              Grant group owner permissions to an existing group member.
38
39       --revoke-owner
40              Remove group owner permissions from an existing group owner.
41
42       --root-password
43              Root password for group jobs.
44
45       Common bkr options are described in the Options section of bkr(1).
46

EXIT STATUS

48       Non-zero on error, otherwise zero.
49

EXAMPLES

51       Modify an existing group 'mygroup' with the new  display  name  'A  new
52       group':
53
54          bkr group-modify --display-name="A new group" mygroup
55
56       Modify  an  existing  group  'mygroup' with the new display name 'A new
57       group' and new group name 'mynewgroup':
58
59          bkr group-modify --display-name="A new group" --group-name="mynewgroup" mygroup
60
61       Add a user with username 'user1' to the group 'mygroup':
62
63          bkr group-modify --add-member user1 mygroup
64
65       Remove an existing group member with username 'user1'  from  the  group
66       'mygroup':
67
68          bkr group-modify --remove-member user1 mygroup
69
70       Add an existing group member with username 'user1' as an owner of group
71       'mygroup':
72
73          bkr group-modify --grant-owner user1 mygroup
74
75       Revoke group owner  rights  from  an  existing  group  owner  of  group
76       'mygroup' with username 'user1':
77
78          bkr group-modify --revoke-owner user1 mygroup
79

SEE ALSO

81       bkr(1)
82

AUTHOR

84       The Beaker team <beaker-devel@lists.fedorahosted.org>
85
87       2013-2020 Red Hat, Inc.
88
89
90
91
9227.4                             Mar 30, 2020              BKR-GROUP-MODIFY(1)
Impressum