From f70c47d172f702ec1611417d465014326ebcbfe0 Mon Sep 17 00:00:00 2001 From: Tasha Alfano Date: Tue, 15 Jul 2025 13:52:23 -0500 Subject: [PATCH] Update README.md updating read me with end of support notice --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3f94a8a..29ed67e 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,12 @@ **:warning: Deprecation Notice :warning:** -The `tctl` CLI is now deprecated in favor of Temporal CLI.
-This repository is no longer maintained.
-Please use the new utility for all future development.
+tctl will enter End of Support on September 30, 2025.
+This repository and issues will be archived at that time.
+Please migrate to the Temporal CLI.
-* New [Temporal CLI repository](https://github.com/temporalio/cli). -* [Temporal CLI Documentation site](https://docs.temporal.io/cli). +* [Temporal CLI repository](https://github.com/temporalio/cli) +* [Temporal CLI Documentation](https://docs.temporal.io/cli) # tctl tctl is a command-line tool that you can use to interact with a Temporal Cluster. It can perform Namespace operations (such as register, update, and describe) and Workflow operations (such as start Workflow, show Workflow History, and Signal Workflow).