ScoopInstaller_Main/bucket/temporal-cli.json
2025-10-10 20:28:55 +00:00

35 lines
1.3 KiB
JSON

{
"version": "1.5.0",
"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/v1.5.0/temporal_cli_1.5.0_windows_amd64.zip",
"hash": "f44ca7a0eab7dba34070f306619af160d0a4e0255f002abd9b66e3d3834393da"
},
"arm64": {
"url": "https://github.com/temporalio/cli/releases/download/v1.5.0/temporal_cli_1.5.0_windows_arm64.zip",
"hash": "775a09a90664ca65370e0037550e0d1f3944fec94f9766b85ff2f66818c13d53"
}
},
"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"
}
}
}