dc4f8d1723
Most documentation assumed the use of SSH public key authentication. This change removes that assumption and adds some hints on client configuration with OpenSSH and kerberos. Change-Id: I4d5654a088a68afd740d3e4e91eaf15d0bbf58b1
63 lines
1.4 KiB
Plaintext
63 lines
1.4 KiB
Plaintext
= 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
|
|
---------
|