blob: 1a843e5049c55860110239b0ae6c10780f3bab80 [file] [log] [blame]
James E. Blair4ce47da2013-12-05 14:06:08 -08001:title: Zuul Client
2
3Zuul Client
4===========
5
6Zuul includes a simple command line client that may be used by
7administrators to affect Zuul's behavior while running. It must be
8run on a host that has access to the Gearman server (e.g., locally on
9the Zuul host).
10
11Configuration
12-------------
13
14The client uses the same zuul.conf file as the server, and will look
15for it in the same locations if not specified on the command line.
16
17Usage
18-----
19The general options that apply to all subcommands are:
20
21.. program-output:: zuul --help
22
23The following subcommands are supported:
24
25Enqueue
26^^^^^^^
27.. program-output:: zuul enqueue --help
28
29Example::
30
Akihiro Motoki7109dc62014-02-10 19:09:28 +090031 zuul enqueue --trigger gerrit --pipeline check --project example_project --change 12345,1
32
33Note that the format of change id is <number>,<patchset>.