blob: 2ef71bfdb820558669cc167429301e276c641a76 [file] [log] [blame]
Yuxuan 'fishy' Wang61698b12013-12-20 12:55:51 -08001= gerrit apropos
David Ostrovsky1f04bca2013-10-19 10:38:50 +02002
Yuxuan 'fishy' Wang61698b12013-12-20 12:55:51 -08003== NAME
David Ostrovsky1f04bca2013-10-19 10:38:50 +02004gerrit apropos - Search Gerrit documentation index
5
Yuxuan 'fishy' Wang61698b12013-12-20 12:55:51 -08006== SYNOPSIS
Michael Ochmanne2d76a12016-06-23 17:07:37 +02007[verse]
Yuxuan 'fishy' Wangd85b6872013-11-15 11:47:46 -08008--
Michael Ochmanne2d76a12016-06-23 17:07:37 +02009_ssh_ -p <port> <host> _gerrit apropos_
David Ostrovsky1f04bca2013-10-19 10:38:50 +020010 <query>
Yuxuan 'fishy' Wangd85b6872013-11-15 11:47:46 -080011--
David Ostrovsky1f04bca2013-10-19 10:38:50 +020012
Yuxuan 'fishy' Wang61698b12013-12-20 12:55:51 -080013== DESCRIPTION
David Ostrovsky1f04bca2013-10-19 10:38:50 +020014Queries the documentation index and returns results with the title and URL
15from the matched documents.
16
Yuxuan 'fishy' Wang61698b12013-12-20 12:55:51 -080017== ACCESS
Gert van Dijkdc4f8d12017-08-27 21:14:23 +020018Any user who has SSH access to Gerrit.
David Ostrovsky1f04bca2013-10-19 10:38:50 +020019
Yuxuan 'fishy' Wang61698b12013-12-20 12:55:51 -080020== SCRIPTING
David Ostrovsky1f04bca2013-10-19 10:38:50 +020021This command is intended to be used in scripts.
22
Michael Ochmann8129ece2016-07-08 11:25:25 +020023[NOTE]
24This feature is only available if documentation index was built.
David Ostrovsky1f04bca2013-10-19 10:38:50 +020025
Yuxuan 'fishy' Wang61698b12013-12-20 12:55:51 -080026== EXAMPLES
David Ostrovsky1f04bca2013-10-19 10:38:50 +020027
Michael Ochmanne2d76a12016-06-23 17:07:37 +020028----
David Ostrovsky1f04bca2013-10-19 10:38:50 +020029$ ssh -p 29418 review.example.com gerrit apropos capabilities
Michael Ochmanne2d76a12016-06-23 17:07:37 +020030
David Ostrovsky1f04bca2013-10-19 10:38:50 +020031 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 Ochmanne2d76a12016-06-23 17:07:37 +020051----
David Ostrovsky1f04bca2013-10-19 10:38:50 +020052
Yuxuan 'fishy' Wang61698b12013-12-20 12:55:51 -080053== SEE ALSO
David Ostrovsky1f04bca2013-10-19 10:38:50 +020054
55* link:access-control.html[Access Controls]
56
57GERRIT
58------
59Part of link:index.html[Gerrit Code Review]
Yuxuan 'fishy' Wang99cb68d2013-10-31 17:26:00 -070060
61SEARCHBOX
62---------