2022-12-01 20:25:52 +00:00

24 lines
708 B
JSON

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