Patrick Hiesel | 20d981e | 2018-07-04 09:48:21 +0200 | [diff] [blame] | 1 | = gerrit index changes in project |
Hector Oswaldo Caballero | 2b4239a | 2017-02-13 07:40:33 -0500 | [diff] [blame] | 2 | |
| 3 | == NAME |
Patrick Hiesel | 20d981e | 2018-07-04 09:48:21 +0200 | [diff] [blame] | 4 | gerrit index changes in project - Index all the changes in one or more projects. |
Hector Oswaldo Caballero | 2b4239a | 2017-02-13 07:40:33 -0500 | [diff] [blame] | 5 | |
| 6 | == SYNOPSIS |
| 7 | [verse] |
| 8 | -- |
Patrick Hiesel | 20d981e | 2018-07-04 09:48:21 +0200 | [diff] [blame] | 9 | _ssh_ -p <port> <host> _gerrit index changes-in-project_ <PROJECT> [<PROJECT> ...] |
Hector Oswaldo Caballero | 2b4239a | 2017-02-13 07:40:33 -0500 | [diff] [blame] | 10 | -- |
| 11 | |
| 12 | == DESCRIPTION |
| 13 | Index all the changes in one or more projects. |
| 14 | |
| 15 | == ACCESS |
| 16 | Caller must have the 'Maintain Server' capability. |
| 17 | |
| 18 | == SCRIPTING |
| 19 | This 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 |
| 26 | Index all changes in projects MyProject and NiceProject. |
| 27 | |
| 28 | ---- |
David Shevitz | ec7d20e | 2018-09-24 21:30:48 -0700 | [diff] [blame] | 29 | $ ssh -p 29418 user@review.example.com gerrit index changes-in-project MyProject NiceProject |
Hector Oswaldo Caballero | 2b4239a | 2017-02-13 07:40:33 -0500 | [diff] [blame] | 30 | ---- |
| 31 | |
| 32 | GERRIT |
| 33 | ------ |
| 34 | Part of link:index.html[Gerrit Code Review] |
| 35 | |
| 36 | SEARCHBOX |
| 37 | --------- |