logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

celery-amqp - AMQP Administration Shell.

Commands

exchange.declare
         .PP
         See celeryamqp-exchange.declare(1) for full documentation on the exchange.declare command.

       exchange.delete
         .PP
         See celeryamqp-exchange.delete(1) for full documentation on the exchange.delete command.

       queue.bind
         .PP
         See celeryamqp-queue.bind(1) for full documentation on the queue.bind command.

       queue.declare
         .PP
         See celeryamqp-queue.declare(1) for full documentation on the queue.declare command.

       queue.delete
         .PP
         See celeryamqp-queue.delete(1) for full documentation on the queue.delete command.

       queue.purge
         .PP
         See celeryamqp-queue.purge(1) for full documentation on the queue.purge command.

       basic.get
         .PP
         See celeryamqp-basic.get(1) for full documentation on the basic.get command.

       basic.publish
         .PP
         See celeryamqp-basic.publish(1) for full documentation on the basic.publish command.

       basic.ack
         .PP
         See celeryamqp-basic.ack(1) for full documentation on the basic.ack command.

       repl
         Start an interactive shell.
         See celeryamqp-repl(1) for full documentation on the repl command.

5.4.0                                              2025-03-01                                     CELERYAMQP(1)

Description

       AMQP Administration Shell.

       Also works for non-AMQP transports (but not ones that store declarations in memory).

Name

       celery-amqp - AMQP Administration Shell.

Synopsis

celeryamqp [OPTIONS] COMMAND [ARGS]...

See Also