blob: d329db5ced40e21ec709e87bf4bd0638b404cf6e [file] [log] [blame]
Yuxuan 'fishy' Wang61698b12013-12-20 12:55:51 -08001= plugin ls
Edwin Kempinf7295742012-07-16 15:03:46 +02002
Yuxuan 'fishy' Wang61698b12013-12-20 12:55:51 -08003== NAME
Edwin Kempinf7295742012-07-16 15:03:46 +02004plugin ls - List the installed plugins.
5
Yuxuan 'fishy' Wang61698b12013-12-20 12:55:51 -08006== SYNOPSIS
Michael Ochmanne2d76a12016-06-23 17:07:37 +02007[verse]
Yuxuan 'fishy' Wangd85b6872013-11-15 11:47:46 -08008--
Michael Ochmanne2d76a12016-06-23 17:07:37 +02009_ssh_ -p <port> <host> _gerrit plugin ls_
Edwin Kempinf7295742012-07-16 15:03:46 +020010 [--all | -a]
11 [--format {text | json | json_compact}]
Yuxuan 'fishy' Wangd85b6872013-11-15 11:47:46 -080012--
Edwin Kempinf7295742012-07-16 15:03:46 +020013
Yuxuan 'fishy' Wang61698b12013-12-20 12:55:51 -080014== DESCRIPTION
Edwin Kempinf7295742012-07-16 15:03:46 +020015List the installed plugins and show their version and status.
16
Yuxuan 'fishy' Wang61698b12013-12-20 12:55:51 -080017== ACCESS
Edwin Kempinb3f31d82015-04-29 14:24:23 +020018* The caller must be a member of a group that is granted the
19 link:access-control.html#capability_viewPlugins[View Plugins]
20 capability or the link:access-control.html#capability_administrateServer[
21 Administrate Server] capability.
David Myllykangas511823f2015-01-20 16:34:57 +010022* link:config-gerrit.html#plugins.allowRemoteAdmin[plugins.allowRemoteAdmin]
Edwin Kempinb3f31d82015-04-29 14:24:23 +020023 must be enabled in `$site_path/etc/gerrit.config`.
Edwin Kempinf7295742012-07-16 15:03:46 +020024
Yuxuan 'fishy' Wang61698b12013-12-20 12:55:51 -080025== SCRIPTING
Edwin Kempinf7295742012-07-16 15:03:46 +020026This command is intended to be used in scripts.
27
Yuxuan 'fishy' Wang61698b12013-12-20 12:55:51 -080028== OPTIONS
Edwin Kempinf7295742012-07-16 15:03:46 +020029--all::
30-a::
31 List all plugins, including disabled plugins.
32
33--format::
34 What output format to display the results in.
35+
36--
37`text`:: Simple text based format.
38`json`:: Map of JSON objects describing each project.
39`json_compact`:: Minimized JSON output.
40--
41
42GERRIT
43------
44Part of link:index.html[Gerrit Code Review]
Yuxuan 'fishy' Wang99cb68d2013-10-31 17:26:00 -070045
46SEARCHBOX
47---------