summaryrefslogtreecommitdiffstats
path: root/Documentation/cmd-apropos.txt
blob: 2ef71bfdb820558669cc167429301e276c641a76 (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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
= gerrit apropos

== NAME
gerrit apropos - Search Gerrit documentation index

== SYNOPSIS
[verse]
--
_ssh_ -p <port> <host> _gerrit apropos_
  <query>
--

== DESCRIPTION
Queries the documentation index and returns results with the title and URL
from the matched documents.

== ACCESS
Any user who has SSH access to Gerrit.

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

[NOTE]
This feature is only available if documentation index was built.

== EXAMPLES

----
$ ssh -p 29418 review.example.com gerrit apropos capabilities

    Gerrit Code Review - /config/ REST API:
    http://localhost:8080/Documentation/rest-api-config.html

    Gerrit Code Review - /accounts/ REST API:
    http://localhost:8080/Documentation/rest-api-accounts.html

    Gerrit Code Review - Project Configuration File Format:
    http://localhost:8080/Documentation/config-project-config.html

    Gerrit Code Review - Access Controls:
    http://localhost:8080/Documentation/access-control.html

    Gerrit Code Review - Plugin Development:
    http://localhost:8080/Documentation/dev-plugins.html

    Gerrit Code Review - REST API:
    http://localhost:8080/Documentation/rest-api.html

    Gerrit Code Review - /access/ REST API:
    http://localhost:8080/Documentation/rest-api-access.html
----

== SEE ALSO

* link:access-control.html[Access Controls]

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

SEARCHBOX
---------