This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 9910d92bfd Add links to Celery and Kubernetes executor CLI commands to 
Airflow (#33143)
9910d92bfd is described below

commit 9910d92bfd1cc8ac047dbdc6f9841ab2069bc31f
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.
---
 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

Reply via email to