CASCABEL-ADMIN

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
AUTHOR
SEE ALSO

NAME

cascabel-admin − day-to-day administration of Cascabel queues

SYNOPSIS

cascabel-admin [global-options] sub-command [sub-command-options]

DESCRIPTION

The cascabel-admin command is used to perform basic administration tasks for the Cascabel tracking system. These tasks currently only include managing the list of user email addresses but are planned to be extended to managing the queue staff and possibly other features.

OPTIONS

The cascabel-admin command accepts optional global arguments, followed by a sub-command controlling its specific behavior and optional arguments to that sub-command.

Global options

-h, -?, --help

Print a usage message.

-q, --queue=QUEUE

Limit the operations to Cascabel queue QUEUE, where meaninful.

Sub-commands

users

Manage user email addresses.

-h, -?, --help

Print a usage message.

-l, --list

List the email addresses in the database. With the --queue global option, the list is limited to the specified queue.

-r, --remove address [address]...

Remove the given addresses from the database (or from the tickets in the specified queue, with the --queue global option).

staff

Manage queue staff addresses.

-h, -?, --help

Print a usage message.

-l, --list

List the staff email addresses in the database. With the --queue global option, the list is limited to the specific queue.

-r, --remove address [address]...

Remove the given addresses from the database (or only from the specified queue with the --queue global option).

-a, --add address [address]...

Add the given addresses to the database, and add the addresses to the given queue with the --queue global option. An initial password is automatically generated, if one is needed, in which case the address and password are printed to standard out.

AUTHOR

Tommy M. McGuire (mcguire@cs.utexas.edu) wrote this.

SEE ALSO

cascabel(1).

Also, see the Cascabel home page.

http://www.cs.utexas.edu/users/mcguire/software/cascabel/