2026-02-23 00:53:53 +00:00

24 lines
706 B
JSON

{
"version": "1.7.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.7.0/force_windows_amd64.zip",
"hash": "590745301e7353ccfbb1d317aaabf356b639d34f82245f8372faac19e37b7561"
}
},
"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"
}
}
}
}