bkr group-members: List members of a group¶
Synopsis¶
bkr group-members [options] <group-name>
Description¶
List the members of an existing group.
Options¶
-
--format
<format>
¶ Display results in the given format, either
list
orjson
. The list` format lists one user per line and is useful to be fed as input to other command line utilities. The default format isjson
, which returns the users as a JSON array.
Common bkr options are described in the Options section of bkr(1).