blob: b2282fc93934f3f7b526e29687dc1910189baddc [file] [log] [blame]
Patrick Hiesel20d981e2018-07-04 09:48:21 +02001= gerrit index changes in project
Hector Oswaldo Caballero2b4239a2017-02-13 07:40:33 -05002
3== NAME
Patrick Hiesel20d981e2018-07-04 09:48:21 +02004gerrit index changes in project - Index all the changes in one or more projects.
Hector Oswaldo Caballero2b4239a2017-02-13 07:40:33 -05005
6== SYNOPSIS
7[verse]
8--
Patrick Hiesel20d981e2018-07-04 09:48:21 +02009_ssh_ -p <port> <host> _gerrit index changes-in-project_ <PROJECT> [<PROJECT> ...]
Hector Oswaldo Caballero2b4239a2017-02-13 07:40:33 -050010--
11
12== DESCRIPTION
13Index all the changes in one or more projects.
14
15== ACCESS
16Caller must have the 'Maintain Server' capability.
17
18== SCRIPTING
19This command is intended to be used in scripts.
20
21== OPTIONS
22<PROJECT>::
23 Required; name of the project to be indexed.
24
25== EXAMPLES
26Index all changes in projects MyProject and NiceProject.
27
28----
David Shevitzec7d20e2018-09-24 21:30:48 -070029$ ssh -p 29418 user@review.example.com gerrit index changes-in-project MyProject NiceProject
Hector Oswaldo Caballero2b4239a2017-02-13 07:40:33 -050030----
31
32GERRIT
33------
34Part of link:index.html[Gerrit Code Review]
35
36SEARCHBOX
37---------