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