2024-11-19 00:37:44 +00:00

24 lines
706 B
JSON

{
"version": "1.0.7",
"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.7/force_windows_amd64.zip",
"hash": "34c0f381cd029924e28b7b51529be3d12578046d11bd952ec2d1a7f8fe6fb7f8"
}
},
"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"
}
}
}
}