ZIP
WinGet
Temporal CLI
Temporal Technologies Inc. · 1.7.0 · arm64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
temporal_cli_1.7.0_windows_arm64.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
Temporal.TemporalCLI
Version
1.7.0
Description
Command-line interface for running Temporal Server and interacting with Workflows, Activities, Namespaces, and other parts of Temporal
License
MIT
↗
Homepage
https://github.com/temporalio/cli
Installer URL
https://github.com/temporalio/cli/releases/download/v1.7.0/temporal_cli_1.7.0_windows_arm64.zip
Release Notes
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 the SDK client and server start-dev. Its default has changed from info to never for most commands (warn for server start-dev).
If you rely on structured log output, pass --log-level info explicitly to restore the previous SDK logging behavior.
Activity command flag changes
Remove…