2025-11-11 20:29:15 +00:00

24 lines
706 B
JSON

{
"version": "1.4.3",
"description": "Force.com CLI tool",
"homepage": "https://force-cli.herokuapp.com/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/ForceCLI/force/releases/download/v1.4.3/force_windows_amd64.zip",
"hash": "c6538e5d53ad1bd9dd3d34e31edbf16dacdaa7cef58cf2aa5cb3d9e226be3cb9"
}
},
"bin": "force.exe",
"checkver": {
"github": "https://github.com/ForceCLI/force"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/ForceCLI/force/releases/download/v$version/force_windows_amd64.zip"
}
}
}
}