summaryrefslogtreecommitdiffstats
path: root/bugzilla.1
blob: 91e6b9a7074799b505aaaadc0c0f96eddddf6e9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
.TH bugzilla 1  "December 12, 2007" "version 0.1" "USER COMMANDS"
.SH NAME
bugzilla - command-line interface to Bugzilla over XML-RPC
.SH SYNOPSIS
.B bugzilla
[options] [command] [command-options]
.SH DESCRIPTION
.PP
.B bugzilla
is a command-line utility that allows access to the XML-RPC interface provided
by Bugzilla. 
.PP
\fIcommand\fP is one of:
.br
.I \fR * new - create a new bug
.br
.I \fR * query - search for bugs matching given criteria
.br
.I \fR * modify - modify existing bugs
.br
.I \fR * info - get info about the given bugzilla instance
.SH "GENERAL OPTIONS"
These options apply to any command.
.PP
.IP "\fB\-h, \-\-help\fP"
Displays a help message and then quits. If given after the command,
this will give command-specific help.
.IP "\fB\-\-bugzilla=BUGZILLA\fP"
.IP "\fB\-\-user=USER\fP"
.IP "\fB\-\-password=PASSWORD\fP"
.IP "\fB\-\-cookiefile=COOKIEFILE\fP"
.IP "\fB\-\-verbose\fP"
.IP "\fB\-\-debug\fP"
.SH EXAMPLES
.TP
TODO.
.SH EXIT STATUS
Also TODO.
.SH AUTHOR
Will Woods <wwoods@redhat.com>