Yuxuan 'fishy' Wang | 61698b1 | 2013-12-20 12:55:51 -0800 | [diff] [blame] | 1 | = gerrit apropos |
David Ostrovsky | 1f04bca | 2013-10-19 10:38:50 +0200 | [diff] [blame] | 2 | |
Yuxuan 'fishy' Wang | 61698b1 | 2013-12-20 12:55:51 -0800 | [diff] [blame] | 3 | == NAME |
David Ostrovsky | 1f04bca | 2013-10-19 10:38:50 +0200 | [diff] [blame] | 4 | gerrit apropos - Search Gerrit documentation index |
| 5 | |
Yuxuan 'fishy' Wang | 61698b1 | 2013-12-20 12:55:51 -0800 | [diff] [blame] | 6 | == SYNOPSIS |
Michael Ochmann | e2d76a1 | 2016-06-23 17:07:37 +0200 | [diff] [blame] | 7 | [verse] |
Yuxuan 'fishy' Wang | d85b687 | 2013-11-15 11:47:46 -0800 | [diff] [blame] | 8 | -- |
Michael Ochmann | e2d76a1 | 2016-06-23 17:07:37 +0200 | [diff] [blame] | 9 | _ssh_ -p <port> <host> _gerrit apropos_ |
David Ostrovsky | 1f04bca | 2013-10-19 10:38:50 +0200 | [diff] [blame] | 10 | <query> |
Yuxuan 'fishy' Wang | d85b687 | 2013-11-15 11:47:46 -0800 | [diff] [blame] | 11 | -- |
David Ostrovsky | 1f04bca | 2013-10-19 10:38:50 +0200 | [diff] [blame] | 12 | |
Yuxuan 'fishy' Wang | 61698b1 | 2013-12-20 12:55:51 -0800 | [diff] [blame] | 13 | == DESCRIPTION |
David Ostrovsky | 1f04bca | 2013-10-19 10:38:50 +0200 | [diff] [blame] | 14 | Queries the documentation index and returns results with the title and URL |
| 15 | from the matched documents. |
| 16 | |
Yuxuan 'fishy' Wang | 61698b1 | 2013-12-20 12:55:51 -0800 | [diff] [blame] | 17 | == ACCESS |
Gert van Dijk | dc4f8d1 | 2017-08-27 21:14:23 +0200 | [diff] [blame] | 18 | Any user who has SSH access to Gerrit. |
David Ostrovsky | 1f04bca | 2013-10-19 10:38:50 +0200 | [diff] [blame] | 19 | |
Yuxuan 'fishy' Wang | 61698b1 | 2013-12-20 12:55:51 -0800 | [diff] [blame] | 20 | == SCRIPTING |
David Ostrovsky | 1f04bca | 2013-10-19 10:38:50 +0200 | [diff] [blame] | 21 | This command is intended to be used in scripts. |
| 22 | |
Michael Ochmann | 8129ece | 2016-07-08 11:25:25 +0200 | [diff] [blame] | 23 | [NOTE] |
| 24 | This feature is only available if documentation index was built. |
David Ostrovsky | 1f04bca | 2013-10-19 10:38:50 +0200 | [diff] [blame] | 25 | |
Yuxuan 'fishy' Wang | 61698b1 | 2013-12-20 12:55:51 -0800 | [diff] [blame] | 26 | == EXAMPLES |
David Ostrovsky | 1f04bca | 2013-10-19 10:38:50 +0200 | [diff] [blame] | 27 | |
Michael Ochmann | e2d76a1 | 2016-06-23 17:07:37 +0200 | [diff] [blame] | 28 | ---- |
David Ostrovsky | 1f04bca | 2013-10-19 10:38:50 +0200 | [diff] [blame] | 29 | $ ssh -p 29418 review.example.com gerrit apropos capabilities |
Michael Ochmann | e2d76a1 | 2016-06-23 17:07:37 +0200 | [diff] [blame] | 30 | |
David Ostrovsky | 1f04bca | 2013-10-19 10:38:50 +0200 | [diff] [blame] | 31 | Gerrit Code Review - /config/ REST API: |
| 32 | http://localhost:8080/Documentation/rest-api-config.html |
| 33 | |
| 34 | Gerrit Code Review - /accounts/ REST API: |
| 35 | http://localhost:8080/Documentation/rest-api-accounts.html |
| 36 | |
| 37 | Gerrit Code Review - Project Configuration File Format: |
| 38 | http://localhost:8080/Documentation/config-project-config.html |
| 39 | |
| 40 | Gerrit Code Review - Access Controls: |
| 41 | http://localhost:8080/Documentation/access-control.html |
| 42 | |
| 43 | Gerrit Code Review - Plugin Development: |
| 44 | http://localhost:8080/Documentation/dev-plugins.html |
| 45 | |
| 46 | Gerrit Code Review - REST API: |
| 47 | http://localhost:8080/Documentation/rest-api.html |
| 48 | |
| 49 | Gerrit Code Review - /access/ REST API: |
| 50 | http://localhost:8080/Documentation/rest-api-access.html |
Michael Ochmann | e2d76a1 | 2016-06-23 17:07:37 +0200 | [diff] [blame] | 51 | ---- |
David Ostrovsky | 1f04bca | 2013-10-19 10:38:50 +0200 | [diff] [blame] | 52 | |
Yuxuan 'fishy' Wang | 61698b1 | 2013-12-20 12:55:51 -0800 | [diff] [blame] | 53 | == SEE ALSO |
David Ostrovsky | 1f04bca | 2013-10-19 10:38:50 +0200 | [diff] [blame] | 54 | |
| 55 | * link:access-control.html[Access Controls] |
| 56 | |
| 57 | GERRIT |
| 58 | ------ |
| 59 | Part of link:index.html[Gerrit Code Review] |
Yuxuan 'fishy' Wang | 99cb68d | 2013-10-31 17:26:00 -0700 | [diff] [blame] | 60 | |
| 61 | SEARCHBOX |
| 62 | --------- |