bugz(1) - Linux man page
Name
bugz - command line interface to bugzilla
Synopsis
bugz [ global options ] subcommand [ subcommand options ]
Description
Bugz is a program which gives you access to the features of the bugzilla bug tracking system from the command line.
This man page is a stub; the bugz program has extensive built in help. bugz -h will show the help for the global options and bugz [subcommand] -h will show the help for a specific subcommand.
Configuration
PyBugz is still configured just using the ~/.bugzrc file. For simple template look at the bugzrc.example (rpm -qd pybugz | grep example) - you may copy it directly into your home directory to make PyBugz work by default with Red Hat bugzilla.
Bugs
The home page of this project is http://www.github.com/williamh/pybugz. Bugs should be reported to the bug tracker there.
Author
The original author is Alastair Tse <alastair@liquidx.net>. The current maintainer is William Hubbs <w.d.hubbs@gmail.com>. William also wrote this man page.