This document describes the current stable version of Celery (5.0). For development docs, go here.

celery.bin.celery

Celery Command Line Interface.

class celery.bin.celery.App[source]

Application option.

convert(value, param, ctx)[source]

Converts the value. This is not invoked for values that are None (the missing value).

name = 'application'
celery.bin.celery.main()int[source]

Start celery umbrella command.

This function is the main entrypoint for the CLI.

Returns

The exit code of the CLI.