File: cli.rst

package info (click to toggle)
celery 5.5.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,008 kB
  • sloc: python: 64,346; sh: 795; makefile: 378
file content (10 lines) | stat: -rw-r--r-- 285 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
=======================
 Command Line Interface
=======================

.. NOTE:: The prefix `CELERY_` must be added to the names of the environment
   variables described below. E.g., `APP` becomes `CELERY_APP`.

.. click:: celery.bin.celery:celery
   :prog: celery
   :nested: full