Name

bite - a command line tool for bug, issue, and ticket mangling

Synopsis

bite [<options>] <subcommand> [<args>]

Run a subcommand.

bite [-h|--help|-V|--version]

Output help or version information.

Description

Bite is a command line tool for interacting with bug, issue, and ticket trackers. It aims to support common actions such as searching, requesting, creating, and updating bugs, issues, or tickets in addition to other functionality provided by a service.

Global Options

-v, --verbose

Increase logging verbosity.

-q, --quiet

Decrease logging verbosity.

-h, --help

Print help output and exit.

Options

--config <path>

Load a config from a custom path.

-V, --version

Print version and exit.

Environment variables

BUGBITE_CONNECTION

Define a service connection to use.

Subcommands

bite-bugzilla(1)

bugzilla service support

bite-github(1)

github service support

bite-redmine(1)

redmine service support

Resources