blob: 805c7b42b1ba51b9cc3312ad9787447bed7cbf1f [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
Michael Ochmanne2d76a12016-06-23 17:07:37 +02009[verse]
Yuxuan 'fishy' Wangd85b6872013-11-15 11:47:46 -080010--
Michael Ochmanne2d76a12016-06-23 17:07:37 +020011_ssh_ -p <port> <host> _gerrit plugin remove_ | _rm_
Edwin Kempinf7295742012-07-16 15:03:46 +020012 <NAME> ...
Yuxuan 'fishy' Wangd85b6872013-11-15 11:47:46 -080013--
Edwin Kempinf7295742012-07-16 15:03:46 +020014
Yuxuan 'fishy' Wang61698b12013-12-20 12:55:51 -080015== DESCRIPTION
Edwin Kempinf7295742012-07-16 15:03:46 +020016Disable plugins. The plugins will be disabled by renaming the plugin
17jars in the site path's `plugins` directory to `<plugin-jar-name>.disabled`.
18
Yuxuan 'fishy' Wang61698b12013-12-20 12:55:51 -080019== ACCESS
David Myllykangas511823f2015-01-20 16:34:57 +010020* Caller must be a member of the privileged 'Administrators' group.
21* link:config-gerrit.html#plugins.allowRemoteAdmin[plugins.allowRemoteAdmin]
22must be enabled in `$site_path/etc/gerrit.config`.
Edwin Kempinf7295742012-07-16 15:03:46 +020023
Yuxuan 'fishy' Wang61698b12013-12-20 12:55:51 -080024== SCRIPTING
Edwin Kempinf7295742012-07-16 15:03:46 +020025This command is intended to be used in scripts.
26
Yuxuan 'fishy' Wang61698b12013-12-20 12:55:51 -080027== OPTIONS
Edwin Kempinf7295742012-07-16 15:03:46 +020028<NAME>::
29Name of the plugin that should be disabled. Multiple names of
30plugins that should be disabled may be specified.
31
Yuxuan 'fishy' Wang61698b12013-12-20 12:55:51 -080032== EXAMPLES
Edwin Kempinf7295742012-07-16 15:03:46 +020033Disable a plugin:
34
Michael Ochmannb99feab2016-07-06 14:10:22 +020035----
Edwin Kempinf7295742012-07-16 15:03:46 +020036ssh -p 29418 localhost gerrit plugin remove my-plugin
Michael Ochmannb99feab2016-07-06 14:10:22 +020037----
Edwin Kempinf7295742012-07-16 15:03:46 +020038
39GERRIT
40------
41Part of link:index.html[Gerrit Code Review]
Yuxuan 'fishy' Wang99cb68d2013-10-31 17:26:00 -070042
43SEARCHBOX
44---------