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-site.git
The following commit(s) were added to refs/heads/main by this push:
new 6c9a931da1 0.1.0 Adding airflowctl to docs index page (#1269)
6c9a931da1 is described below
commit 6c9a931da117f1a0995a82a614e50365b3ca7162
Author: Bugra Ozturk <[email protected]>
AuthorDate: Tue Nov 11 17:41:33 2025 +0100
0.1.0 Adding airflowctl to docs index page (#1269)
---
landing-pages/site/content/en/docs/_index.md | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/landing-pages/site/content/en/docs/_index.md
b/landing-pages/site/content/en/docs/_index.md
index 7feaca3ec8..fdd77c40eb 100644
--- a/landing-pages/site/content/en/docs/_index.md
+++ b/landing-pages/site/content/en/docs/_index.md
@@ -14,6 +14,11 @@ menu:
Apache Airflow Core, which includes webserver, scheduler, CLI and other
components that are needed for minimal Airflow installation.
[Read the documentation >>](/docs/apache-airflow/stable/index.html)
+## [Apache Airflow CTL
(airflowctl)](/docs/apache-airflow-ctl/stable/index.html)
+
+Apache Airflow CTL (airflowctl) is a command-line interface (CLI) for Apache
Airflow that interacts exclusively with the Airflow REST API. It provides a
secure, auditable, and consistent way to manage Airflow deployments — without
direct access to the metadata database.
+[Read the documentation >>](/docs/apache-airflow-ctl/stable/index.html)
+
## [Task SDK](/docs/task-sdk/stable/index.html)
The Task SDK provides python-native interfaces for defining DAGs,