blob: a4490a8439f90953462df04abac5077bf5c141a0 [file] [log] [blame]
Edwin Kempinf7295742012-07-16 15:03:46 +02001plugin reload
2=============
3
4NAME
5----
6plugin reload - Reload/Restart plugins.
7
8SYNOPSIS
9--------
10[verse]
11'ssh' -p <port> <host> 'gerrit plugin reload'
12 <NAME> ...
13
14DESCRIPTION
15-----------
Edwin Kempinb778e212012-07-18 12:42:23 +020016Reload/Restart plugins.
17
18Whether a plugin is reloaded or restarted is defined by the plugin's
19link:dev-plugins.html#reload_method[reload method].
20
21E.g. a plugin needs to be reloaded if its configuration is modified to
22make the new configuration data become active.
Edwin Kempinf7295742012-07-16 15:03:46 +020023
24ACCESS
25------
26Caller must be a member of the privileged 'Administrators' group.
27
28SCRIPTING
29---------
30This command is intended to be used in scripts.
31
32OPTIONS
33-------
34<NAME>::
35 Name of the plugin that should be reloaded. Multiple names of
36 plugins that should be reloaded may be specified.
37
38EXAMPLES
39--------
40Reload a plugin:
41
42====
43 ssh -p 29418 localhost gerrit plugin reload my-plugin
44====
45
46GERRIT
47------
48Part of link:index.html[Gerrit Code Review]
Yuxuan 'fishy' Wang99cb68d2013-10-31 17:26:00 -070049
50SEARCHBOX
51---------