ScoopInstaller_Main/bucket/mongodb-atlas-cli.json
2023-10-20 16:27:30 +00:00

26 lines
841 B
JSON

{
"version": "1.12.2",
"description": "Command line interface for MongoDB Atlas",
"homepage": "https://www.mongodb.com/docs/atlas/cli/stable/",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://fastdl.mongodb.org/mongocli/mongodb-atlas-cli_1.12.2_windows_x86_64.zip",
"hash": "c8c769f16f57f4a7b53fa46dcfdd2dcbe683f81b496d2fc3f7f72dc1da11037e"
}
},
"extract_dir": "bin",
"bin": "atlas.exe",
"checkver": {
"url": "https://www.mongodb.com/try/download/atlascli",
"regex": "mongodb-atlas-cli_([\\d.]+)_windows_x86_64"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://fastdl.mongodb.org/mongocli/mongodb-atlas-cli_$version_windows_x86_64.zip"
}
}
}
}