blob: 31972035678d122961cb5187a48eb042b30b1b31 [file] [log] [blame]
Yuxuan 'fishy' Wang61698b12013-12-20 12:55:51 -08001= plugin remove
Edwin Kempinf7295742012-07-16 15:03:46 +02002
Yuxuan 'fishy' Wang61698b12013-12-20 12:55:51 -08003== NAME
Edwin Kempinf7295742012-07-16 15:03:46 +02004plugin remove - Disable plugins.
5
6plugin rm - Disable plugins.
7
Yuxuan 'fishy' Wang61698b12013-12-20 12:55:51 -08008== SYNOPSIS
Yuxuan 'fishy' Wangd85b6872013-11-15 11:47:46 -08009--
Edwin Kempinf7295742012-07-16 15:03:46 +020010'ssh' -p <port> <host> 'gerrit plugin remove | rm'
11 <NAME> ...
Yuxuan 'fishy' Wangd85b6872013-11-15 11:47:46 -080012--
Edwin Kempinf7295742012-07-16 15:03:46 +020013
Yuxuan 'fishy' Wang61698b12013-12-20 12:55:51 -080014== DESCRIPTION
Edwin Kempinf7295742012-07-16 15:03:46 +020015Disable plugins. The plugins will be disabled by renaming the plugin
16jars in the site path's `plugins` directory to `<plugin-jar-name>.disabled`.
17
Yuxuan 'fishy' Wang61698b12013-12-20 12:55:51 -080018== ACCESS
Edwin Kempinf7295742012-07-16 15:03:46 +020019Caller must be a member of the privileged 'Administrators' group.
20
Yuxuan 'fishy' Wang61698b12013-12-20 12:55:51 -080021== SCRIPTING
Edwin Kempinf7295742012-07-16 15:03:46 +020022This command is intended to be used in scripts.
23
Yuxuan 'fishy' Wang61698b12013-12-20 12:55:51 -080024== OPTIONS
Edwin Kempinf7295742012-07-16 15:03:46 +020025<NAME>::
26Name of the plugin that should be disabled. Multiple names of
27plugins that should be disabled may be specified.
28
Yuxuan 'fishy' Wang61698b12013-12-20 12:55:51 -080029== EXAMPLES
Edwin Kempinf7295742012-07-16 15:03:46 +020030Disable a plugin:
31
32====
33ssh -p 29418 localhost gerrit plugin remove my-plugin
34====
35
36GERRIT
37------
38Part of link:index.html[Gerrit Code Review]
Yuxuan 'fishy' Wang99cb68d2013-10-31 17:26:00 -070039
40SEARCHBOX
41---------