| 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. |
| * The caller must be a member of a group that is granted the |
| link:access-control.html#capability_viewPlugins[View Plugins] |
| capability or the link:access-control.html#capability_administrateServer[ |
| Administrate Server] capability. |
| * link:config-gerrit.html#plugins.allowRemoteAdmin[plugins.allowRemoteAdmin] |
| must be enabled in `$site_path/etc/gerrit.config`. |
| 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] |