Mercurial > hg > bzconsole
comparison README.txt @ 22:3b7f4104cd72
add README + release
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Thu, 09 Dec 2010 15:33:27 -0800 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
21:e04729acf5be | 22:3b7f4104cd72 |
---|---|
1 bzconsole | |
2 ========= | |
3 | |
4 bzconsole is a simple python API to bugzilla's bzapi. | |
5 Currently, it only has a few functions, including getting the | |
6 configuration, listing the products and components, and filing a new | |
7 bug. I mostly introduced it to make filing bugs from the command line | |
8 simple. I'll probably include more features going forward as I need | |
9 them, but if anyone else is interested I'm happy to take feature | |
10 requests. | |
11 | |
12 Usage | |
13 ----- | |
14 | |
15 The console entry point is ``bz``. Invoking without options gives you | |
16 the usage and help. The general pattern is | |
17 ``bz [options] <command> [command-options]`` . Using ``bz help <command>`` | |
18 displays the help for the command. | |
19 | |
20 You can have a ~/.bz dotfile to contain your username and password in. | |
21 | |
22 Feel free to contact me with any questions! | |
23 | |
24 jhammel@mozilla.com |