blob: 012bf7b23898fa161b2586dcec1672c3941ffdd1 [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`.
Saša Živkovcae842e2019-05-13 14:38:20 +020023* Mandatory plugin cannot be disabled
Edwin Kempinf7295742012-07-16 15:03:46 +020024
Yuxuan 'fishy' Wang61698b12013-12-20 12:55:51 -080025== SCRIPTING
Edwin Kempinf7295742012-07-16 15:03:46 +020026This command is intended to be used in scripts.
27
Yuxuan 'fishy' Wang61698b12013-12-20 12:55:51 -080028== OPTIONS
Edwin Kempinf7295742012-07-16 15:03:46 +020029<NAME>::
30 Name of the plugin that should be disabled. Multiple names of
31 plugins that should be disabled may be specified.
32
Yuxuan 'fishy' Wang61698b12013-12-20 12:55:51 -080033== EXAMPLES
Edwin Kempinf7295742012-07-16 15:03:46 +020034Disable a plugin:
35
Michael Ochmannb99feab2016-07-06 14:10:22 +020036----
David Shevitzc47f2362018-09-27 10:55:35 -070037ssh -p 29418 localhost gerrit plugin remove my-plugin
Michael Ochmannb99feab2016-07-06 14:10:22 +020038----
Edwin Kempinf7295742012-07-16 15:03:46 +020039
40GERRIT
41------
42Part of link:index.html[Gerrit Code Review]
Yuxuan 'fishy' Wang99cb68d2013-10-31 17:26:00 -070043
44SEARCHBOX
45---------