ScoopInstaller_Main/bucket/temporal-cli.json
2025-07-08 20:29:42 +00:00

35 lines
1.3 KiB
JSON

{
"version": "1.4.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.4.0/temporal_cli_1.4.0_windows_amd64.zip",
"hash": "9dad73b28cf229ffd35b37aa085ff44ac69e5f1ad3b9e72d49a50d66897263d0"
},
"arm64": {
"url": "https://github.com/temporalio/cli/releases/download/v1.4.0/temporal_cli_1.4.0_windows_arm64.zip",
"hash": "1a27359ab59baa52b58a79150bc71cc542498c99127d31d1da7dc934b1442b43"
}
},
"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"
}
}
}