2025-09-18 20:28:37 +00:00

24 lines
706 B
JSON

{
"version": "1.4.2",
"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.2/force_windows_amd64.zip",
"hash": "31076d68213ea14880a6527fc4e35c1c7e2ed9d366b036345854f1aec4a2f798"
}
},
"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"
}
}
}
}