← Package directory
Available on winget

Install Temporal CLI

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

Install with winget
winget install --id Temporal.TemporalCLI
Upgrade
winget upgrade --id Temporal.TemporalCLI
Uninstall
winget uninstall --id Temporal.TemporalCLI

About Temporal CLI

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

What's new in 1.7.2

What's Changed - Bump go.temporal.io/server to v1.31.1 (security patch via OSS server) by @fretz12 in https://github.com/temporalio/cli/pull/1088 Full Changelog: https://github.com/temporalio/cli/compare/v1.7.1...v1.7.2

Read release notes

Version history

Version Updated Notes
1.7.2 Unknown What's Changed - Bump go.temporal.io/server to v1.31.1 (security patch via OSS server) by @fretz12 in https://github.com/temporalio/cli/pull/1088 Full Changelog: https://github.com/temporalio/cli/compare/v1.7.1...v1.7.2
1.7.1 Unknown What's Changed - Security patch: bump Go 1.26.3 and gomarkdown by @fretz12 in https://github.com/temporalio/cli/pull/1073 New Contributors - @fretz12 made their first contribution in https://github.com/temporalio/cli/pul...
1.7.0 Unknown Breaking Changes Structured logging removed from CLI commands The CLI itself no longer uses structured logging. Warnings and errors are printed as plain text to stderr. The --log-level flag now only controls logging for...
1.6.2 Unknown What's Changed - Add experimental warning around activity batch operations by @spkane31 in https://github.com/temporalio/cli/pull/969 - update dev server to 1.30.2 and go to 1.26.1 by @chaptersix in https://github.com/te...
1.6.1 Unknown What's Changed - add CI validation for server dependency version by @chaptersix in https://github.com/temporalio/cli/pull/933 - fix: replace BuildJet ARM runner with GitHub-hosted runner by @chaptersix in https://github....
1.5.1 Unknown New Commands - temporal worker describe and temporal worker list are added as experimental commands, as a part of a new feature, worker heartbeating. Both allow users to query data about a worker. What's Changed - fix(he...
1.5.0 Unknown New Commands - temporal task-queue config commands (set and get). Allows user to set and get Task Queue configs such as rate limit. - temporal worker deployment manager-identity commands (set and unset). Allows CLI clien...
1.4.1 Unknown New Commands - temporal workflow reset with-workflow-update-options runs Workflow Update Options (temporal workflow update-options) atomically after the Workflow is reset. This is useful for versioned workflows that have...
1.4.0 Unknown Experimental environment config support CLI now supports an experimental form of environment config. This is a new approach to environment configuration that draws on config files and environment variables and is usable...
1.3.0 Unknown Highlights - The built-in Temporal Server has been updated to 1.27.1, and UI Server has been updated to 2.36.0. - There are significant changes to the experimental temporal worker deployment commands to expose new Worker...
1.2.0 Unknown Highlights This release includes the latest versions Temporal Server (v1.26.2) and UI Server (v2.34.0), and provides provides updated support for the revamped experimental Worker Versioning feature, and includes addition...
1.1.2 Unknown Highlights - Updates Temporal Server to 1.25.2 and UI Server to 2.32.0. - temporal workflow reset now respects the --reapply-* options when operating in batch mode. What's Changed - Fix mismatched go versions (and AS cas...