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