Temporal CLI logo

Temporal CLI Temporal Technologies Inc.

Use this command to install Temporal CLI:
winget install --id=Temporal.TemporalCLI -e

Command-line interface for running Temporal Server and interacting with Workflows, Activities, Namespaces, and other parts of Temporal

Temporal CLI is a command-line interface designed to interact with Temporal Server and its components, including Workflows, Activities, Namespaces, and other parts of the Temporal distributed system. This tool enables developers and operators to manage and monitor their Temporal resources efficiently.

Key Features:

  • Start a local development server for testing workflows.
  • Manage Workflows by creating, updating, or deleting them.
  • Interact with Activities by defining, registering, or querying their status.
  • Create or modify Namespaces to isolate resources logically.
  • View detailed information about running and completed Workflows.

Audience & Benefit: Ideal for developers and operators working with Temporal distributed systems. Temporal CLI streamlines development and operational tasks by providing direct command-line access without the need for a graphical interface, enabling users to test workflows locally, manage namespaces, and monitor resource usage efficiently.

The tool can be installed via winget on Windows, ensuring seamless integration into your workflow.

README

Temporal CLI

Temporal command-line interface and development server.

DOCUMENTATION

Quick Install

Reference the documentation for detailed install information.

Install via Homebrew

brew install temporal

Install via download

  1. Download the version for your OS and architecture:
  2. Extract the downloaded archive.
  3. Add the temporal binary to your PATH (temporal.exe for Windows).

Build

  1. Install Go
  2. Clone repository
  3. Switch to cloned directory, and run go build ./cmd/temporal

The executable will be at temporal (temporal.exe for Windows).

Usage

Reference the documentation for detailed usage information.

Contributing

See CONTRIBUTING.md.

Versions
1.3.0
1.2.0
1.1.2
Website
License