blob: 6b62360cf95a1510956e335c9b2721ebf5c9fb95 [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
Paul Belangerbaca3132016-11-04 12:49:54 -040031 zuul enqueue --tenant openstack --trigger gerrit --pipeline check --project example_project --change 12345,1
Akihiro Motoki7109dc62014-02-10 19:09:28 +090032
33Note that the format of change id is <number>,<patchset>.
Antoine Musso6aa89842014-06-30 21:35:26 +020034
35Promote
36^^^^^^^
37.. program-output:: zuul promote --help
38
39Example::
40
Paul Belangerbaca3132016-11-04 12:49:54 -040041 zuul promote --tenant openstack --pipeline check --changes 12345,1 13336,3
Antoine Musso6aa89842014-06-30 21:35:26 +020042
43Note that the format of changes id is <number>,<patchset>.
44
45Show
46^^^^
47.. program-output:: zuul show --help
48
49Example::
50
51 zuul show running-jobs