Clean up remaining command reference files

Change-Id: I96c2d95a22c3b0e9629471ea994e25b72349fe4c
This commit is contained in:
David Shevitz 2018-09-27 10:55:35 -07:00 committed by David Pursehouse
parent 76b78009a2
commit c47f23698a
22 changed files with 159 additions and 162 deletions

View File

@ -46,29 +46,25 @@ This command is intended to be used in scripts.
Install a plugin from an absolute file path on the server's host: Install a plugin from an absolute file path on the server's host:
---- ----
ssh -p 29418 localhost gerrit plugin install -n name.jar \ ssh -p 29418 localhost gerrit plugin install -n name.jar $(pwd)/my-plugin.jar
$(pwd)/my-plugin.jar
---- ----
Install a WebUI plugin from an absolute file path on the server's host: Install a WebUI plugin from an absolute file path on the server's host:
---- ----
ssh -p 29418 localhost gerrit plugin install -n name.js \ ssh -p 29418 localhost gerrit plugin install -n name.js $(pwd)/my-webui-plugin.js
$(pwd)/my-webui-plugin.js
---- ----
Install a plugin from an HTTP site: Install a plugin from an HTTP site:
---- ----
ssh -p 29418 localhost gerrit plugin install -n name.jar \ ssh -p 29418 localhost gerrit plugin install -n name.jar http://build-server/output/our-plugin
http://build-server/output/our-plugin
---- ----
Install a plugin from piped input: Install a plugin from piped input:
---- ----
ssh -p 29418 localhost gerrit plugin install -n name.jar \ ssh -p 29418 localhost gerrit plugin install -n name.jar - <target/name-0.1.jar
- <target/name-0.1.jar
---- ----
GERRIT GERRIT

View File

@ -1,7 +1,7 @@
= git-receive-pack = git-receive-pack
== NAME == NAME
git-receive-pack - Receive what is pushed into the repository git-receive-pack - Receive what is pushed into the repository.
== SYNOPSIS == SYNOPSIS
[verse] [verse]

View File

@ -1,7 +1,7 @@
= gerrit review = gerrit review
== NAME == NAME
gerrit review - Apply reviews to one or more patch sets gerrit review - Apply reviews to one or more patch sets.
== SYNOPSIS == SYNOPSIS
[verse] [verse]

View File

@ -1,7 +1,7 @@
= gerrit set-members = gerrit set-members
== NAME == NAME
gerrit set-members - Set group members gerrit set-members - Set group members.
== SYNOPSIS == SYNOPSIS
[verse] [verse]

View File

@ -1,7 +1,7 @@
= gerrit set-reviewers = gerrit set-reviewers
== NAME == NAME
gerrit set-reviewers - Add or remove reviewers to a change gerrit set-reviewers - Add or remove reviewers to a change.
== SYNOPSIS == SYNOPSIS
[verse] [verse]

View File

@ -1,7 +1,7 @@
= gerrit show-caches = gerrit show-caches
== NAME == NAME
gerrit show-caches - Display current cache statistics gerrit show-caches - Display current cache statistics.
== SYNOPSIS == SYNOPSIS
[verse] [verse]

View File

@ -1,7 +1,7 @@
= gerrit show-connections = gerrit show-connections
== NAME == NAME
gerrit show-connections - Display active client SSH connections gerrit show-connections - Display active client SSH connections.
== SYNOPSIS == SYNOPSIS
[verse] [verse]

View File

@ -1,7 +1,8 @@
= gerrit show-queue = gerrit show-queue
== NAME == NAME
gerrit show-queue - Display the background work queues, including replication and indexing gerrit show-queue - Display the background work queues, including replication
and indexing.
== SYNOPSIS == SYNOPSIS
[verse] [verse]

View File

@ -1,6 +1,6 @@
= gerrit stream-events = gerrit stream-events
== NAME == NAME
gerrit stream-events - Monitor events occurring in real time gerrit stream-events - Monitor events occurring in real time.
== SYNOPSIS == SYNOPSIS
[verse] [verse]

View File

@ -1,7 +1,7 @@
= suexec = suexec
== NAME == NAME
suexec - Execute a command as any registered user account suexec - Execute a command as any registered user account.
== SYNOPSIS == SYNOPSIS
[verse] [verse]

View File

@ -1,7 +1,7 @@
= gerrit version = gerrit version
== NAME == NAME
gerrit version - Show the version of the currently executing Gerrit server gerrit version - Show the version of the currently executing Gerrit server.
== SYNOPSIS == SYNOPSIS
[verse] [verse]