Edwin Kempin | f729574 | 2012-07-16 15:03:46 +0200 | [diff] [blame] | 1 | plugin remove |
| 2 | ============= |
| 3 | |
| 4 | NAME |
| 5 | ---- |
| 6 | plugin remove - Disable plugins. |
| 7 | |
| 8 | plugin rm - Disable plugins. |
| 9 | |
| 10 | SYNOPSIS |
| 11 | -------- |
| 12 | [verse] |
| 13 | 'ssh' -p <port> <host> 'gerrit plugin remove | rm' |
| 14 | <NAME> ... |
| 15 | |
| 16 | DESCRIPTION |
| 17 | ----------- |
| 18 | Disable plugins. The plugins will be disabled by renaming the plugin |
| 19 | jars in the site path's `plugins` directory to `<plugin-jar-name>.disabled`. |
| 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 disabled. Multiple names of |
| 33 | plugins that should be disabled may be specified. |
| 34 | |
| 35 | EXAMPLES |
| 36 | -------- |
| 37 | Disable a plugin: |
| 38 | |
| 39 | ==== |
| 40 | ssh -p 29418 localhost gerrit plugin remove my-plugin |
| 41 | ==== |
| 42 | |
| 43 | GERRIT |
| 44 | ------ |
| 45 | Part of link:index.html[Gerrit Code Review] |