mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
35 lines
1.3 KiB
JSON
35 lines
1.3 KiB
JSON
{
|
|
"version": "0.10.7",
|
|
"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.7/temporal_cli_0.10.7_windows_amd64.zip",
|
|
"hash": "c7029f7532518ad959745f89b112059cea3a8b095860b5d0f559e898a68b32eb"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/temporalio/cli/releases/download/v0.10.7/temporal_cli_0.10.7_windows_arm64.zip",
|
|
"hash": "dfb06f9d0f9729ed7db1ae40f22b39b1e75f8fb1f91d9aa094cdec1886a0b56a"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|