blob: d9c997e8579811a17bed6924e7467407e59f7597 [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
Yuxuan 'fishy' Wangd85b6872013-11-15 11:47:46 -08007--
Edwin Kempinf7295742012-07-16 15:03:46 +02008'ssh' -p <port> <host> 'gerrit plugin ls'
9 [--all | -a]
10 [--format {text | json | json_compact}]
Yuxuan 'fishy' Wangd85b6872013-11-15 11:47:46 -080011--
Edwin Kempinf7295742012-07-16 15:03:46 +020012
Yuxuan 'fishy' Wang61698b12013-12-20 12:55:51 -080013== DESCRIPTION
Edwin Kempinf7295742012-07-16 15:03:46 +020014List the installed plugins and show their version and status.
15
Yuxuan 'fishy' Wang61698b12013-12-20 12:55:51 -080016== ACCESS
Edwin Kempinf7295742012-07-16 15:03:46 +020017Caller must be a member of the privileged 'Administrators' group.
18
Yuxuan 'fishy' Wang61698b12013-12-20 12:55:51 -080019== SCRIPTING
Edwin Kempinf7295742012-07-16 15:03:46 +020020This command is intended to be used in scripts.
21
Yuxuan 'fishy' Wang61698b12013-12-20 12:55:51 -080022== OPTIONS
Edwin Kempinf7295742012-07-16 15:03:46 +020023--all::
24-a::
25 List all plugins, including disabled plugins.
26
27--format::
28 What output format to display the results in.
29+
30--
31`text`:: Simple text based format.
32`json`:: Map of JSON objects describing each project.
33`json_compact`:: Minimized JSON output.
34--
35
36GERRIT
37------
38Part of link:index.html[Gerrit Code Review]
Yuxuan 'fishy' Wang99cb68d2013-10-31 17:26:00 -070039
40SEARCHBOX
41---------