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

bugraoz 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 4842f053f8b bugfix(airflowctl): Release notes since it is first to be 
released and date (#54925)
4842f053f8b is described below

commit 4842f053f8b3eae42a63da478918188af63296c2
Author: Bugra Ozturk <[email protected]>
AuthorDate: Mon Aug 25 22:41:07 2025 +0200

    bugfix(airflowctl): Release notes since it is first to be released and date 
(#54925)
    
    * fix(airflowctl): Release notes since it is first to be released and date
    
    * fix(airflowctl): Update description to clarify functionality and usage
---
 airflow-ctl/RELEASE_NOTES.rst | 7 ++++++-
 airflow-ctl/docs/index.rst    | 5 ++++-
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/airflow-ctl/RELEASE_NOTES.rst b/airflow-ctl/RELEASE_NOTES.rst
index 6712c4c3bce..138ed115947 100644
--- a/airflow-ctl/RELEASE_NOTES.rst
+++ b/airflow-ctl/RELEASE_NOTES.rst
@@ -15,8 +15,13 @@
     specific language governing permissions and limitations
     under the License.
 
-airflowctl 1.0.0b1 (2025-08-23)
+airflowctl 1.0.0b1 (2025-08-25)
 ------------------------------
 
 Beta Release of airflowctl, a command-line tool. There are lots of great 
features to use from start.
 Please check the documentation for quick start and usage instructions.
+
+Please visit quick start guide: :doc:`/start`
+
+A new way of using Apache Airflow using CLI. Enhanced security is provided by 
using the Apache Airflow API to provide similar functionality to the Apache 
Airflow CLI.
+Integrated with Keyring to enhance password security.
diff --git a/airflow-ctl/docs/index.rst b/airflow-ctl/docs/index.rst
index ef75a99cb25..0ab584a160e 100644
--- a/airflow-ctl/docs/index.rst
+++ b/airflow-ctl/docs/index.rst
@@ -17,7 +17,10 @@
 
 What is airflowctl?
 ===================
-airflowctl is a command line tool that helps you manage and deploy Apache 
Airflow environments.
+airflowctl is a command line tool that helps you communicate with API and 
provide similar functionality with Apache Airflow CLI.
+It is designed to be easy to use and provides a simple interface for managing 
your Airflow API calls and daily operations.
+
+Please head over to :doc:`/start` to get started.
 
 .. toctree::
     :hidden:

Reply via email to