Date: Fri, 31 Aug 2018 18:28:02 -0700 From: Oleksandr Tymoshenko <gonzo@bluezbox.com> To: hackers@freebsd.org Subject: Bugzilla CLI tool Message-ID: <20180901012802.GA1537@bluezbox.com>
next in thread | raw e-mail | index | archive | help
Hello, I would like to announce the first release of scarab[1], a CLI tool for FreeBSD's Bugzilla system. The idea was to create a tool that reduces the number of steps for some workflows, e.g., downloading and copying submitted patches between the desktop system and the dev box. This release implements the bare minimum of the features to make it useful: attachments operations (list, fetch single, fetch all in PR, attach) and submitting new PRs. Users who submit the same type of bugs regularly can define a template (set of field/value pairs) and use a short-hand to provide all of them by a single command line switch. It's possible to combine templates or override certain fields from command line. More information and examples are available in a sample config file[2] [1] https://github.com/gonzoua/scarab [2] https://github.com/gonzoua/scarab/blob/master/examples/scarabrc -- gonzo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20180901012802.GA1537>