Clean up remaining command reference files
Change-Id: I96c2d95a22c3b0e9629471ea994e25b72349fe4c
This commit is contained in:
parent
76b78009a2
commit
c47f23698a
@ -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:
|
||||
|
||||
----
|
||||
ssh -p 29418 localhost gerrit plugin install -n name.jar \
|
||||
$(pwd)/my-plugin.jar
|
||||
ssh -p 29418 localhost gerrit plugin install -n name.jar $(pwd)/my-plugin.jar
|
||||
----
|
||||
|
||||
Install a WebUI plugin from an absolute file path on the server's host:
|
||||
|
||||
----
|
||||
ssh -p 29418 localhost gerrit plugin install -n name.js \
|
||||
$(pwd)/my-webui-plugin.js
|
||||
ssh -p 29418 localhost gerrit plugin install -n name.js $(pwd)/my-webui-plugin.js
|
||||
----
|
||||
|
||||
Install a plugin from an HTTP site:
|
||||
|
||||
----
|
||||
ssh -p 29418 localhost gerrit plugin install -n name.jar \
|
||||
http://build-server/output/our-plugin
|
||||
ssh -p 29418 localhost gerrit plugin install -n name.jar http://build-server/output/our-plugin
|
||||
----
|
||||
|
||||
Install a plugin from piped input:
|
||||
|
||||
----
|
||||
ssh -p 29418 localhost gerrit plugin install -n name.jar \
|
||||
- <target/name-0.1.jar
|
||||
ssh -p 29418 localhost gerrit plugin install -n name.jar - <target/name-0.1.jar
|
||||
----
|
||||
|
||||
GERRIT
|
||||
|
@ -1,7 +1,7 @@
|
||||
= git-receive-pack
|
||||
|
||||
== NAME
|
||||
git-receive-pack - Receive what is pushed into the repository
|
||||
git-receive-pack - Receive what is pushed into the repository.
|
||||
|
||||
== SYNOPSIS
|
||||
[verse]
|
||||
|
@ -1,7 +1,7 @@
|
||||
= gerrit review
|
||||
|
||||
== NAME
|
||||
gerrit review - Apply reviews to one or more patch sets
|
||||
gerrit review - Apply reviews to one or more patch sets.
|
||||
|
||||
== SYNOPSIS
|
||||
[verse]
|
||||
|
@ -1,7 +1,7 @@
|
||||
= gerrit set-members
|
||||
|
||||
== NAME
|
||||
gerrit set-members - Set group members
|
||||
gerrit set-members - Set group members.
|
||||
|
||||
== SYNOPSIS
|
||||
[verse]
|
||||
|
@ -1,7 +1,7 @@
|
||||
= gerrit set-reviewers
|
||||
|
||||
== NAME
|
||||
gerrit set-reviewers - Add or remove reviewers to a change
|
||||
gerrit set-reviewers - Add or remove reviewers to a change.
|
||||
|
||||
== SYNOPSIS
|
||||
[verse]
|
||||
|
@ -1,7 +1,7 @@
|
||||
= gerrit show-caches
|
||||
|
||||
== NAME
|
||||
gerrit show-caches - Display current cache statistics
|
||||
gerrit show-caches - Display current cache statistics.
|
||||
|
||||
== SYNOPSIS
|
||||
[verse]
|
||||
|
@ -1,7 +1,7 @@
|
||||
= gerrit show-connections
|
||||
|
||||
== NAME
|
||||
gerrit show-connections - Display active client SSH connections
|
||||
gerrit show-connections - Display active client SSH connections.
|
||||
|
||||
== SYNOPSIS
|
||||
[verse]
|
||||
|
@ -1,7 +1,8 @@
|
||||
= gerrit show-queue
|
||||
|
||||
== 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
|
||||
[verse]
|
||||
|
@ -1,6 +1,6 @@
|
||||
= gerrit stream-events
|
||||
== NAME
|
||||
gerrit stream-events - Monitor events occurring in real time
|
||||
gerrit stream-events - Monitor events occurring in real time.
|
||||
|
||||
== SYNOPSIS
|
||||
[verse]
|
||||
|
@ -1,7 +1,7 @@
|
||||
= suexec
|
||||
|
||||
== NAME
|
||||
suexec - Execute a command as any registered user account
|
||||
suexec - Execute a command as any registered user account.
|
||||
|
||||
== SYNOPSIS
|
||||
[verse]
|
||||
|
@ -1,7 +1,7 @@
|
||||
= gerrit version
|
||||
|
||||
== NAME
|
||||
gerrit version - Show the version of the currently executing Gerrit server
|
||||
gerrit version - Show the version of the currently executing Gerrit server.
|
||||
|
||||
== SYNOPSIS
|
||||
[verse]
|
||||
|
Loading…
Reference in New Issue
Block a user