| Hector Oswaldo Caballero | 2b4239a | 2017-02-13 07:40:33 -0500 | [diff] [blame] | 1 | = gerrit index project |
| 2 | |
| 3 | == NAME |
| 4 | gerrit 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 |
| 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 | ---- |
| 29 | $ ssh -p 29418 user@review.example.com gerrit index project MyProject NiceProject |
| 30 | ---- |
| 31 | |
| 32 | GERRIT |
| 33 | ------ |
| 34 | Part of link:index.html[Gerrit Code Review] |
| 35 | |
| 36 | SEARCHBOX |
| 37 | --------- |