{ "version": "0.13.1", "description": "Command-line interface for running Temporal Server and interacting with Workflows, Activities, Namespaces, and other parts of Temporal", "homepage": "https://docs.temporal.io/cli", "license": "MIT", "architecture": { "64bit": { "url": "https://github.com/temporalio/cli/releases/download/v0.13.1/temporal_cli_0.13.1_windows_amd64.zip", "hash": "a109234a472f2850bd55de1f930fa4ff2596e34f9a638f1d3cf1b0e0c9e58028" }, "arm64": { "url": "https://github.com/temporalio/cli/releases/download/v0.13.1/temporal_cli_0.13.1_windows_arm64.zip", "hash": "190ae54d6fdaf895f7e1827e6769650600c8e0b43af02674bf7c2fac28795948" } }, "bin": "temporal.exe", "checkver": { "github": "https://github.com/temporalio/cli" }, "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/temporalio/cli/releases/download/v$version/temporal_cli_$version_windows_amd64.zip" }, "arm64": { "url": "https://github.com/temporalio/cli/releases/download/v$version/temporal_cli_$version_windows_arm64.zip" } }, "hash": { "url": "$baseurl/checksums.txt", "regex": "$sha256\\s+$basename" } } }