blob: 2196a26a7f3b13666e50ec0beeb017ab4deed589 [file] [log] [blame]
Hector Oswaldo Caballero2b4239a2017-02-13 07:40:33 -05001= gerrit index project
2
3== NAME
4gerrit index project - Index all the changes in one or more projects.
5
6== SYNOPSIS
7[verse]
8--
9_ssh_ -p <port> <host> _gerrit index project_ <PROJECT> [<PROJECT> ...]
10--
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----
29 $ ssh -p 29418 user@review.example.com gerrit index project MyProject NiceProject
30----
31
32GERRIT
33------
34Part of link:index.html[Gerrit Code Review]
35
36SEARCHBOX
37---------