| Yuxuan 'fishy' Wang | 61698b1 | 2013-12-20 12:55:51 -0800 | [diff] [blame^] | 1 | = plugin remove | 
| Edwin Kempin | f729574 | 2012-07-16 15:03:46 +0200 | [diff] [blame] | 2 |  | 
| Yuxuan 'fishy' Wang | 61698b1 | 2013-12-20 12:55:51 -0800 | [diff] [blame^] | 3 | == NAME | 
| Edwin Kempin | f729574 | 2012-07-16 15:03:46 +0200 | [diff] [blame] | 4 | plugin remove - Disable plugins. | 
 | 5 |  | 
 | 6 | plugin rm - Disable plugins. | 
 | 7 |  | 
| Yuxuan 'fishy' Wang | 61698b1 | 2013-12-20 12:55:51 -0800 | [diff] [blame^] | 8 | == SYNOPSIS | 
| Yuxuan 'fishy' Wang | d85b687 | 2013-11-15 11:47:46 -0800 | [diff] [blame] | 9 | -- | 
| Edwin Kempin | f729574 | 2012-07-16 15:03:46 +0200 | [diff] [blame] | 10 | 'ssh' -p <port> <host> 'gerrit plugin remove | rm' | 
 | 11 |  <NAME> ... | 
| Yuxuan 'fishy' Wang | d85b687 | 2013-11-15 11:47:46 -0800 | [diff] [blame] | 12 | -- | 
| Edwin Kempin | f729574 | 2012-07-16 15:03:46 +0200 | [diff] [blame] | 13 |  | 
| Yuxuan 'fishy' Wang | 61698b1 | 2013-12-20 12:55:51 -0800 | [diff] [blame^] | 14 | == DESCRIPTION | 
| Edwin Kempin | f729574 | 2012-07-16 15:03:46 +0200 | [diff] [blame] | 15 | Disable plugins. The plugins will be disabled by renaming the plugin | 
 | 16 | jars in the site path's `plugins` directory to `<plugin-jar-name>.disabled`. | 
 | 17 |  | 
| Yuxuan 'fishy' Wang | 61698b1 | 2013-12-20 12:55:51 -0800 | [diff] [blame^] | 18 | == ACCESS | 
| Edwin Kempin | f729574 | 2012-07-16 15:03:46 +0200 | [diff] [blame] | 19 | Caller must be a member of the privileged 'Administrators' group. | 
 | 20 |  | 
| Yuxuan 'fishy' Wang | 61698b1 | 2013-12-20 12:55:51 -0800 | [diff] [blame^] | 21 | == SCRIPTING | 
| Edwin Kempin | f729574 | 2012-07-16 15:03:46 +0200 | [diff] [blame] | 22 | This command is intended to be used in scripts. | 
 | 23 |  | 
| Yuxuan 'fishy' Wang | 61698b1 | 2013-12-20 12:55:51 -0800 | [diff] [blame^] | 24 | == OPTIONS | 
| Edwin Kempin | f729574 | 2012-07-16 15:03:46 +0200 | [diff] [blame] | 25 | <NAME>:: | 
 | 26 | Name of the plugin that should be disabled. Multiple names of | 
 | 27 | plugins that should be disabled may be specified. | 
 | 28 |  | 
| Yuxuan 'fishy' Wang | 61698b1 | 2013-12-20 12:55:51 -0800 | [diff] [blame^] | 29 | == EXAMPLES | 
| Edwin Kempin | f729574 | 2012-07-16 15:03:46 +0200 | [diff] [blame] | 30 | Disable a plugin: | 
 | 31 |  | 
 | 32 | ==== | 
 | 33 | ssh -p 29418 localhost gerrit plugin remove my-plugin | 
 | 34 | ==== | 
 | 35 |  | 
 | 36 | GERRIT | 
 | 37 | ------ | 
 | 38 | Part of link:index.html[Gerrit Code Review] | 
| Yuxuan 'fishy' Wang | 99cb68d | 2013-10-31 17:26:00 -0700 | [diff] [blame] | 39 |  | 
 | 40 | SEARCHBOX | 
 | 41 | --------- |