blob: 6d652f530db3d132fd76462dfb87c8ff19cf0a17 [file] [log] [blame]
Gustaf Lundhe0f52ff2018-04-16 10:51:47 +02001= plugin reload
2
3== NAME
4reload-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
14Reloads the gerrit.config configuration.
15
Sven Selberg2a0beab2018-04-20 14:49:20 +020016Not all configuration values can be picked up by this command. Which config
Gustaf Lundhe0f52ff2018-04-16 10:51:47 +020017sections and values that are supported is documented here:
18link:config-gerrit.html[Configuration]
19
20_The output shows only modified config values that are picked up by Gerrit
21and applied._
22
23If a config entry is added or removed from gerrit.config, but still brings
24no 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
30This command is intended to be used in scripts.
31
32== EXAMPLES
33Reload the gerrit configuration:
34
35----
David Shevitzc47f2362018-09-27 10:55:35 -070036ssh -p 29418 localhost gerrit reload-config
Gustaf Lundhe0f52ff2018-04-16 10:51:47 +020037----
38
39GERRIT
40------
41Part of link:index.html[Gerrit Code Review]
42
43SEARCHBOX
44---------