2025-05-02 20:29:01 +00:00

24 lines
706 B
JSON

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