2025-07-17 00:42:54 +00:00

24 lines
706 B
JSON

{
"version": "1.1.0",
"description": "Force.com CLI tool",
"homepage": "https://force-cli.herokuapp.com/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/ForceCLI/force/releases/download/v1.1.0/force_windows_amd64.zip",
"hash": "ba078e5f5c03ef2e871a9b2fe57e8fcec85a3887129eb29f73c9d15633f0d437"
}
},
"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"
}
}
}
}