Name

bite-bugzilla-comment-tag - tag bug comments

Synopsis

bite bugzilla comment tag [<options>] <ids>

Tag bug comments.

bite bugzilla comment tag [-h|--help]

Output help information.

Description

Tag bug comments.

Global Options

-v, --verbose

Increase logging verbosity.

Verbosity levels in increasing order are error, warning, info, debug, and trace. The default level is warning causing errors and warnings to be shown. Each -v/--verbose option specified increases the level up to the maximum so bite -vv …​ runs the given subcommand at the debug level.

Warning
Running at the trace level leaks authentication data as it outputs raw response structures including URLs which often include injected login parameters for authenticated sessions.
-q, --quiet

Decrease logging verbosity.

-h, --help

Print help output and exit.

Options

-a, --attachment [<bool>]

Restrict by attachments.

-c, --created

Restrict by creation time.

-R, --creator

Restrict by creator.

-t, --tags

Add, remove, or set comment tags.

-u, --untag [<bool>]

Untag comments.

Arguments

<ids>

Bug IDs to target for comments.

Taken from standard input when -.

See Also