blob: a8356af6ddf5cc7d8e3139f4042318587f0ce136 [file] [log] [blame]
Brad Larsond5e87c32012-07-11 12:18:49 -05001plugin enable
2=============
3
4NAME
5----
6plugin enable - Enable plugins.
7
8SYNOPSIS
9--------
Yuxuan 'fishy' Wangd85b6872013-11-15 11:47:46 -080010--
Brad Larsond5e87c32012-07-11 12:18:49 -050011'ssh' -p <port> <host> 'gerrit plugin enable'
12 <NAME> ...
Yuxuan 'fishy' Wangd85b6872013-11-15 11:47:46 -080013--
Brad Larsond5e87c32012-07-11 12:18:49 -050014
15DESCRIPTION
16-----------
17Enable plugins currently disabled. The plugins will be enabled by renaming
18the plugin jars in the site path's `plugins` directory from
19`<plugin-jar-name>.disabled` to `<plugin-jar-name>`.
20
21ACCESS
22------
23Caller must be a member of the privileged 'Administrators' group.
24
25SCRIPTING
26---------
27This command is intended to be used in scripts.
28
29OPTIONS
30-------
31<NAME>::
32Name of the plugin that should be enabled. Multiple names of
33plugins that should be enabled may be specified.
34
35EXAMPLES
36--------
37Enable a plugin:
38
39====
40ssh -p 29418 localhost gerrit plugin enable my-plugin
41====
42
43GERRIT
44------
45Part of link:index.html[Gerrit Code Review]
Yuxuan 'fishy' Wang99cb68d2013-10-31 17:26:00 -070046
47SEARCHBOX
48---------