ScoopInstaller_Main/bucket/temporal-cli.json
2025-11-04 00:39:56 +00:00

35 lines
1.3 KiB
JSON

{
"version": "1.5.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/v1.5.1/temporal_cli_1.5.1_windows_amd64.zip",
"hash": "d3b7982a15f3e5716d55a304f18465f625c144f154e52ac45dcfe288eb642eb3"
},
"arm64": {
"url": "https://github.com/temporalio/cli/releases/download/v1.5.1/temporal_cli_1.5.1_windows_arm64.zip",
"hash": "28e7cf32d7fa41d7b2daf4803ebd76897ceb1c1ba5094939e3f0edd119da0f4d"
}
},
"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"
}
}
}