Skip to content
This repository was archived by the owner on Jan 29, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

**:warning: Deprecation Notice :warning:**

The `tctl` CLI is now deprecated in favor of Temporal CLI. <br />
This repository is no longer maintained. <br />
Please use the new utility for all future development. <br />
tctl will enter End of Support on September 30, 2025. <br />
This repository and issues will be archived at that time. <br />
Please migrate to the Temporal CLI. <br />

* 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).
Expand Down
Loading