d85b687536
AsciiDoctor have different understanding of [verse] with asciidoc, causing some rendering differences. To get similar result with asciidoc, we use something else instead of [verse] now. Screenshots: before: http://imgur.com/JKMdBiv after: http://imgur.com/yFVvVac Change-Id: I14e84f0e998e1e87b633681e8028ad657bde07e4
68 lines
1.4 KiB
Plaintext
68 lines
1.4 KiB
Plaintext
gerrit apropos
|
|
==============
|
|
|
|
NAME
|
|
----
|
|
gerrit apropos - Search Gerrit documentation index
|
|
|
|
SYNOPSIS
|
|
--------
|
|
--
|
|
'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 configured an SSH key.
|
|
|
|
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
|
|
---------
|