| plugin ls - List the installed plugins. |
| 'ssh' -p <port> <host> 'gerrit plugin ls' |
| [--format {text | json | json_compact}] |
| List the installed plugins and show their version and status. |
| Caller must be a member of the privileged 'Administrators' group. |
| This command is intended to be used in scripts. |
| List all plugins, including disabled plugins. |
| What output format to display the results in. |
| `text`:: Simple text based format. |
| `json`:: Map of JSON objects describing each project. |
| `json_compact`:: Minimized JSON output. |
| Part of link:index.html[Gerrit Code Review] |