Gerrit Command Line Utility

python-gerritclient CLI is a command line utility for managing Gerrit Code Review environment. It allows to perform several types of operations.

For help on a specific gerrit command or subcommand, enter:

$ gerrit COMMAND [SUBCOMMAND [SUBCOMMAND ...]] --help

All gerrit commands support several options:

Usage: gerrit [--version] [-v | -q] [--log-file LOG_FILE] [-h] [--debug]

optional arguments:

--version
Show program’s version number and exit.
-v, --verbose
Increase verbosity of output. Can be repeated.
-q, --quiet
Suppress output except warnings and errors.
--log-file LOG_FILE
Specify a file to log output. Disabled by default.
-h, --help
Show help message and exit.
--debug
Show tracebacks on errors.