Name

bite-bugzilla-user-update - update users

Synopsis

bite bugzilla user <update|u> [<options>] [id[,…​]]

Update users.

bite bugzilla user <update|u> [-h|--help]

Output help information.

Description

Update users.

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.

User options

-e, --email <value>

Update email address.

-n, --name <value>

Update real name.

-p, --password <value>

Update password.

-E, --email-enabled <bool>

Toggle sending bug-related email.

-d, --disable <reason>

Disable user account with reason.

Arguments

<id[,…​]>

User IDs or names.

Taken from standard input when -.

See Also