Gustaf Lundh | e0f52ff | 2018-04-16 10:51:47 +0200 | [diff] [blame] | 1 | = plugin reload |
| 2 | |
| 3 | == NAME |
| 4 | reload-config - Reloads the gerrit.config. |
| 5 | |
| 6 | == SYNOPSIS |
| 7 | [verse] |
| 8 | -- |
| 9 | _ssh_ -p <port> <host> _gerrit reload-config_ |
| 10 | <NAME> ... |
| 11 | -- |
| 12 | |
| 13 | == DESCRIPTION |
| 14 | Reloads the gerrit.config configuration. |
| 15 | |
Sven Selberg | 2a0beab | 2018-04-20 14:49:20 +0200 | [diff] [blame] | 16 | Not all configuration values can be picked up by this command. Which config |
Gustaf Lundh | e0f52ff | 2018-04-16 10:51:47 +0200 | [diff] [blame] | 17 | sections and values that are supported is documented here: |
| 18 | link:config-gerrit.html[Configuration] |
| 19 | |
| 20 | _The output shows only modified config values that are picked up by Gerrit |
| 21 | and applied._ |
| 22 | |
| 23 | If a config entry is added or removed from gerrit.config, but still brings |
| 24 | no effect due to a matching default value, no output for this entry is shown. |
| 25 | |
| 26 | == ACCESS |
| 27 | * Caller must be a member of the privileged 'Administrators' group. |
| 28 | |
| 29 | == SCRIPTING |
| 30 | This command is intended to be used in scripts. |
| 31 | |
| 32 | == EXAMPLES |
| 33 | Reload the gerrit configuration: |
| 34 | |
| 35 | ---- |
David Shevitz | c47f236 | 2018-09-27 10:55:35 -0700 | [diff] [blame] | 36 | ssh -p 29418 localhost gerrit reload-config |
Gustaf Lundh | e0f52ff | 2018-04-16 10:51:47 +0200 | [diff] [blame] | 37 | ---- |
| 38 | |
| 39 | GERRIT |
| 40 | ------ |
| 41 | Part of link:index.html[Gerrit Code Review] |
| 42 | |
| 43 | SEARCHBOX |
| 44 | --------- |