gerrit group * commands¶
group create¶
Creates a new group in Gerrit Code Review.
gerrit group create
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width]
[--print-empty]
[--noindent]
[--prefix PREFIX]
[--file FILE]
group-identifier
-
-f<FORMATTER>,--format<FORMATTER>¶ the output format, defaults to table
-
-cCOLUMN,--columnCOLUMN¶ specify the column(s) to include, can be repeated
-
--max-width<integer>¶ Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence.
-
--fit-width¶ Fit the table to the display width. Implied if –max-width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable
-
--print-empty¶ Print empty table if there is no data to show.
-
--noindent¶ whether to disable indenting the JSON
-
--prefix<PREFIX>¶ add a prefix to all variable names
-
--file<FILE>¶ File with metadata to be uploaded.
-
group-identifier¶ Group identifier.
This command is provided by the python-gerritclient plugin.
group description delete¶
Deletes the description of a specified Gerrit internal group.
gerrit group description delete group-identifier
-
group-identifier¶ Group identifier.
This command is provided by the python-gerritclient plugin.
group description set¶
Sets the description of a specified Gerrit internal group.
gerrit group description set group-identifier description
-
group-identifier¶ Group identifier.
-
description¶ Group description.
This command is provided by the python-gerritclient plugin.
group exclude¶
Deletes one or several included groups from a Gerrit internal group.
gerrit group exclude
--group group-identifier
[group-identifier ...]
group-identifier
-
--groupgroup-identifier¶ Group(s) identifier(s).
-
group-identifier¶ Group identifier.
This command is provided by the python-gerritclient plugin.
group include¶
Includes one or several groups into a Gerrit internal group.
gerrit group include
--group group-identifier
[group-identifier ...]
group-identifier
-
--groupgroup-identifier¶ Group(s) identifier(s).
-
group-identifier¶ Group identifier.
This command is provided by the python-gerritclient plugin.
group list¶
Lists all groups in Gerrit Code Review.
gerrit group list
[-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width]
[--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[-s SORT_COLUMN [SORT_COLUMN ...]]
-
-f<FORMATTER>,--format<FORMATTER>¶ the output format, defaults to table
-
-cCOLUMN,--columnCOLUMN¶ specify the column(s) to include, can be repeated
-
--max-width<integer>¶ Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence.
-
--fit-width¶ Fit the table to the display width. Implied if –max-width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable
-
--print-empty¶ Print empty table if there is no data to show.
-
--noindent¶ whether to disable indenting the JSON
-
--quote<QUOTE_MODE>¶ when to include quotes, defaults to nonnumeric
-
-sSORT_COLUMN,--sort-columnsSORT_COLUMN¶ Space separated list of keys for sorting the data. Defaults to ‘group_id’. Wrong values are ignored.
This command is provided by the python-gerritclient plugin.
group member add¶
Adds a user or several users as member(s) to a Gerrit internal group.
gerrit group member add
--account account-identifier
[account-identifier ...]
group-identifier
-
--accountaccount-identifier¶ Account(s) identifier(s).
-
group-identifier¶ Group identifier.
This command is provided by the python-gerritclient plugin.
group member delete¶
Removes a user or several users from a Gerrit internal group.
gerrit group member delete
--account account-identifier
[account-identifier ...]
group-identifier
-
--accountaccount-identifier¶ Account(s) identifier(s).
-
group-identifier¶ Group identifier.
This command is provided by the python-gerritclient plugin.
group member list¶
Lists all members of specific group in Gerrit Code Review.
gerrit group member list
[-f {csv,json,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width]
[--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[-s SORT_COLUMN [SORT_COLUMN ...]]
[-a]
group-identifier
-
-f<FORMATTER>,--format<FORMATTER>¶ the output format, defaults to table
-
-cCOLUMN,--columnCOLUMN¶ specify the column(s) to include, can be repeated
-
--max-width<integer>¶ Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence.
-
--fit-width¶ Fit the table to the display width. Implied if –max-width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable
-
--print-empty¶ Print empty table if there is no data to show.
-
--noindent¶ whether to disable indenting the JSON
-
--quote<QUOTE_MODE>¶ when to include quotes, defaults to nonnumeric
-
-sSORT_COLUMN,--sort-columnsSORT_COLUMN¶ Space separated list of keys for sorting the data. Defaults to ‘_account_id’. Wrong values are ignored.
-
-a,--all¶ Show members from included groups.
-
group-identifier¶ Group identifier.
This command is provided by the python-gerritclient plugin.
group options set¶
Sets the options of a Gerrit internal group.
gerrit group options set
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width]
[--print-empty]
[--noindent]
[--prefix PREFIX]
(--visible | --no-visible)
group-identifier
-
-f<FORMATTER>,--format<FORMATTER>¶ the output format, defaults to table
-
-cCOLUMN,--columnCOLUMN¶ specify the column(s) to include, can be repeated
-
--max-width<integer>¶ Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence.
-
--fit-width¶ Fit the table to the display width. Implied if –max-width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable
-
--print-empty¶ Print empty table if there is no data to show.
-
--noindent¶ whether to disable indenting the JSON
-
--prefix<PREFIX>¶ add a prefix to all variable names
-
--visible¶ Set group visible to all registered users.
-
--no-visible¶ Set group not visible to all registered users.
-
group-identifier¶ Group identifier.
This command is provided by the python-gerritclient plugin.
group owner set¶
Sets the owner group of a Gerrit internal group.
gerrit group owner set group-identifier owner
-
group-identifier¶ Group identifier.
-
owner¶ Group owner.
This command is provided by the python-gerritclient plugin.
group rename¶
Renames a Gerrit internal group.
gerrit group rename group-identifier new_name
-
group-identifier¶ Group identifier.
-
new_name¶ New group name.
This command is provided by the python-gerritclient plugin.
group show¶
Shows information about specific group in Gerrit Code Review.
gerrit group show
[-f {json,shell,table,value,yaml}]
[-c COLUMN]
[--max-width <integer>]
[--fit-width]
[--print-empty]
[--noindent]
[--prefix PREFIX]
[-a]
group-identifier
-
-f<FORMATTER>,--format<FORMATTER>¶ the output format, defaults to table
-
-cCOLUMN,--columnCOLUMN¶ specify the column(s) to include, can be repeated
-
--max-width<integer>¶ Maximum display width, <1 to disable. You can also use the CLIFF_MAX_TERM_WIDTH environment variable, but the parameter takes precedence.
-
--fit-width¶ Fit the table to the display width. Implied if –max-width greater than 0. Set the environment variable CLIFF_FIT_WIDTH=1 to always enable
-
--print-empty¶ Print empty table if there is no data to show.
-
--noindent¶ whether to disable indenting the JSON
-
--prefix<PREFIX>¶ add a prefix to all variable names
-
-a,--all¶ Show more details about group.
-
group-identifier¶ Group identifier.
This command is provided by the python-gerritclient plugin.