ScoopInstaller_Main/bucket/temporal-cli.json
2024-08-06 16:29:30 +00:00

35 lines
1.3 KiB
JSON

{
"version": "1.0.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.0.0/temporal_cli_1.0.0_windows_amd64.zip",
"hash": "e599f51a52d2ae1de6e654603d06d434eff8e95fffedfcb31f9be5ecb477d618"
},
"arm64": {
"url": "https://github.com/temporalio/cli/releases/download/v1.0.0/temporal_cli_1.0.0_windows_arm64.zip",
"hash": "42575d7b582fb6721628df02678ec21409c27d5f0ac4fed7a1873fbb6a8d9e0e"
}
},
"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"
}
}
}