ScoopInstaller_Main/bucket/temporal-cli.json
2023-10-03 00:32:44 +00:00

35 lines
1.3 KiB
JSON

{
"version": "0.10.6",
"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.10.6/temporal_cli_0.10.6_windows_amd64.zip",
"hash": "1b145ef0c872a6035927ac899983baad02ce767e8a06ef36d8de4a5c1e2e30b9"
},
"arm64": {
"url": "https://github.com/temporalio/cli/releases/download/v0.10.6/temporal_cli_0.10.6_windows_arm64.zip",
"hash": "7e29d56565c5c11efbeb36b0a86e54d3266e0107a08228e681b4c9a4729f080a"
}
},
"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"
}
}
}