Temporal CLI
The Temporal CLI provides direct access to a Temporal Service via the terminal. Use it to manage, monitor, and debug Temporal applications, plus run an embedded development service when you need fast local feedback.
note
When upgrading from tctl to the Temporal CLI, make sure to update your environment variables and use updated commands. For details, see CLI release notes.
Install and configure the CLI
Set up the CLI, run a local development server, and configure your environment in Install and configure the CLI.
Integrate CLI with Temporal Cloud
Connect the temporal CLI to Temporal Cloud with environment profiles and authentication settings in
Integrate CLI with Temporal Cloud.
Common CLI operations
Walk through everyday workflows such as starting, listing, and describing Workflows in Common CLI operations.