This document describes Celery 2.4. For development docs, go here.

celeryctl - celery.bin.celeryctl

class celery.bin.celeryctl.Command(app=None, no_color=False)
create_parser(prog_name, command)
error(s)
out(s, fh=<open file '<stdout>', mode 'w' at 0x2b7038087150>)
prettify(n)
prettify_dict_ok_error(n)
prettify_list(n)
run(*args, **kwargs)
run_from_argv(prog_name, argv)
usage(command)
exception celery.bin.celeryctl.Error
class celery.bin.celeryctl.apply(app=None, no_color=False)
run(name, *_, **kw)
class celery.bin.celeryctl.celeryctl(app=None, get_app=None)
execute(command, argv=None)
handle_argv(prog_name, argv)
remove_options_at_beginning(argv, index=0)
celery.bin.celeryctl.command(fun, name=None)
class celery.bin.celeryctl.help(app=None, no_color=False)
run(*args, **kwargs)
usage(command)
celery.bin.celeryctl.indent(s, n=4)
class celery.bin.celeryctl.inspect(app=None, no_color=False)
run(*args, **kwargs)
say(direction, title, body='')
usage(command)
class celery.bin.celeryctl.list_(app=None, no_color=False)
list_bindings(channel)
run(what, *_, **kw)
celery.bin.celeryctl.main()
celery.bin.celeryctl.pluralize(n, text, suffix='s')
class celery.bin.celeryctl.purge(app=None, no_color=False)
run(*args, **kwargs)
class celery.bin.celeryctl.result(app=None, no_color=False)
run(task_id, *args, **kwargs)
class celery.bin.celeryctl.status(app=None, no_color=False)
run(*args, **kwargs)

Previous topic

celery.bin.celeryev

Next topic

celery.bin.camqadm

This Page