summaryrefslogtreecommitdiffstats
path: root/Documentation/cmd-index-changes-in-project.txt
blob: b2282fc93934f3f7b526e29687dc1910189baddc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
= gerrit index changes in project

== NAME
gerrit index changes in project - Index all the changes in one or more projects.

== SYNOPSIS
[verse]
--
_ssh_ -p <port> <host> _gerrit index changes-in-project_ <PROJECT> [<PROJECT> ...]
--

== DESCRIPTION
Index all the changes in one or more projects.

== ACCESS
Caller must have the 'Maintain Server' capability.

== SCRIPTING
This command is intended to be used in scripts.

== OPTIONS
<PROJECT>::
    Required; name of the project to be indexed.

== EXAMPLES
Index all changes in projects MyProject and NiceProject.

----
$ ssh -p 29418 user@review.example.com gerrit index changes-in-project MyProject NiceProject
----

GERRIT
------
Part of link:index.html[Gerrit Code Review]

SEARCHBOX
---------