2025-12-21 16:29:54 +00:00

24 lines
706 B
JSON

{
"version": "1.6.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.6.0/force_windows_amd64.zip",
"hash": "aa890ad23efb4bbf21f43409376246fb2b7d75d92c4638c7aa8aadee8a730670"
}
},
"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"
}
}
}
}