This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch v2-7-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 41d57f090814e08e04d62e65878dfb295ea87735 Author: Jarek Potiuk <[email protected]> AuthorDate: Sat Aug 5 21:55:19 2023 +0200 Add links to Celery and Kubernetes executor CLI commands to Airflow (#33143) The #33081 added documentation generation for CLI commands contributed by executors coming from providers. Adding Airflow documentation in the same PR was not really possible because it created a documentation reference circle and we had to wait until the documentation inventory has been released in S3 and since this already happened, we can now add links to provider CLIs from Airflow. (cherry picked from commit 9910d92bfd1cc8ac047dbdc6f9841ab2069bc31f) --- docs/apache-airflow/cli-and-env-variables-ref.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/apache-airflow/cli-and-env-variables-ref.rst b/docs/apache-airflow/cli-and-env-variables-ref.rst index e2a929f1f4..d6c607a0c6 100644 --- a/docs/apache-airflow/cli-and-env-variables-ref.rst +++ b/docs/apache-airflow/cli-and-env-variables-ref.rst @@ -34,6 +34,12 @@ development and testing. :local: :depth: 2 +Providers that implement executors might contribute additional commands to the CLI. Here are the commands +contributed by the community providers: + +* Celery Executor and related CLI commands: :doc:`apache-airflow-providers-celery:cli-ref` +* Kubernetes Executor and related CLI commands: :doc:`apache-airflow-providers-cncf-kubernetes:cli-ref` + .. argparse:: :module: airflow.cli.cli_parser :func: get_parser
