Kamil Bregula created AIRFLOW-6324:
--------------------------------------
Summary: Hide celery commands when executor is not CeleryExecutor
Key: AIRFLOW-6324
URL: https://issues.apache.org/jira/browse/AIRFLOW-6324
Project: Apache Airflow
Issue Type: New Feature
Components: cli
Affects Versions: 1.10.6
Reporter: Kamil Bregula
If the Celery executor is not used, commands specific to it are still
displayed. This is confusing to novice users because they try to run commands
that do not work.
In addition, the celery commands have been grouped into one subcommand.
|*Old command*|*New command*|
|``airflow worker``|``airflow celery worker``|
|``airflow flower``|``airflow celery flower``|
--
This message was sent by Atlassian Jira
(v8.3.4#803005)