Man page - celery-amqp(1)
Packages contains this manual
- celery-list(1)
- celery-logtool-incomplete(1)
- celery-worker(1)
- celery-migrate(1)
- celery-amqp-exchange.delete(1)
- celery-amqp-queue.delete(1)
- celery-amqp-basic.get(1)
- celery-purge(1)
- celery-call(1)
- celery-shell(1)
- celery-logtool-traces(1)
- celery-logtool(1)
- celery-multi(1)
- celery-logtool-stats(1)
- celery-amqp-queue.bind(1)
- celery-amqp-repl(1)
- celery-logtool-debug(1)
- celery-upgrade(1)
- celery(1)
- celery-amqp-exchange.declare(1)
- celery-graph-workers(1)
- celery-beat(1)
- celery-result(1)
- celery-amqp-basic.ack(1)
- celery-upgrade-settings(1)
- celery-graph-bootsteps(1)
- celery-status(1)
- celery-inspect(1)
- celery-logtool-errors(1)
- celery-list-bindings(1)
- celery-report(1)
- celery-graph(1)
- celery-amqp-basic.publish(1)
- celery-amqp-queue.purge(1)
- celery-amqp-queue.declare(1)
- celery-amqp(1)
- celery-control(1)
- celery-events(1)
apt-get install celery
Manual
CELERY AMQP
NAMESYNOPSIS
DESCRIPTION
COMMANDS
NAME
celery-amqp - AMQP Administration Shell.
SYNOPSIS
celery amqp [OPTIONS] COMMAND [ARGS]...
DESCRIPTION
AMQP Administration Shell.
Also works for non-AMQP transports (but not ones that store declarations in memory).
COMMANDS
exchange.declare
.PP
See
celery amqp-exchange.declare(1)
for full
documentation on the
exchange.declare
command.
exchange.delete
.PP
See
celery amqp-exchange.delete(1)
for full
documentation on the
exchange.delete
command.
queue.bind
.PP
See
celery amqp-queue.bind(1)
for full documentation
on the
queue.bind
command.
queue.declare
.PP
See
celery amqp-queue.declare(1)
for full
documentation on the
queue.declare
command.
queue.delete
.PP
See
celery amqp-queue.delete(1)
for full
documentation on the
queue.delete
command.
queue.purge
.PP
See
celery amqp-queue.purge(1)
for full documentation
on the
queue.purge
command.
basic.get
.PP
See
celery amqp-basic.get(1)
for full documentation
on the
basic.get
command.
basic.publish
.PP
See
celery amqp-basic.publish(1)
for full
documentation on the
basic.publish
command.
basic.ack
.PP
See
celery amqp-basic.ack(1)
for full documentation
on the
basic.ack
command.
repl
Start an interactive shell.
See
celery amqp-repl(1)
for full documentation on the
repl
command.