blob: f9c0eea70c010735830a8d9ae269a65a3a867a6c [file] [log] [blame]
Edwin Kempinf7295742012-07-16 15:03:46 +02001plugin remove
2=============
3
4NAME
5----
6plugin remove - Disable plugins.
7
8plugin rm - Disable plugins.
9
10SYNOPSIS
11--------
12[verse]
13'ssh' -p <port> <host> 'gerrit plugin remove | rm'
14 <NAME> ...
15
16DESCRIPTION
17-----------
18Disable plugins. The plugins will be disabled by renaming the plugin
19jars in the site path's `plugins` directory to `<plugin-jar-name>.disabled`.
20
21ACCESS
22------
23Caller must be a member of the privileged 'Administrators' group.
24
25SCRIPTING
26---------
27This command is intended to be used in scripts.
28
29OPTIONS
30-------
31<NAME>::
32Name of the plugin that should be disabled. Multiple names of
33plugins that should be disabled may be specified.
34
35EXAMPLES
36--------
37Disable a plugin:
38
39====
40ssh -p 29418 localhost gerrit plugin remove my-plugin
41====
42
43GERRIT
44------
45Part of link:index.html[Gerrit Code Review]
Yuxuan 'fishy' Wang99cb68d2013-10-31 17:26:00 -070046
47SEARCHBOX
48---------