mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-09 10:11:21 +00:00
35 lines
1.3 KiB
JSON
35 lines
1.3 KiB
JSON
{
|
|
"version": "0.13.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/v0.13.0/temporal_cli_0.13.0_windows_amd64.zip",
|
|
"hash": "c5adb26820dedc615cccd0e2da6e255df1dbb98084dc40803a343dcc15ff8046"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/temporalio/cli/releases/download/v0.13.0/temporal_cli_0.13.0_windows_arm64.zip",
|
|
"hash": "c9adf0ed1c10a3462ed6d6f74040ffd511c540a5e209f80bddccb3bf2ce2566e"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|