| reload-config - Reloads the gerrit.config. |
| _ssh_ -p <port> <host> _gerrit reload-config_ |
| Reloads the gerrit.config configuration. |
| Not all configuration values can be picked up by this command. Which config |
| sections and values that are supported is documented here: |
| link:config-gerrit.html[Configuration] |
| _The output shows only modified config values that are picked up by Gerrit |
| If a config entry is added or removed from gerrit.config, but still brings |
| no effect due to a matching default value, no output for this entry is shown. |
| * Caller must be a member of the privileged 'Administrators' group. |
| This command is intended to be used in scripts. |
| Reload the gerrit configuration: |
| ssh -p 29418 localhost gerrit reload-config |
| Part of link:index.html[Gerrit Code Review] |