ScoopInstaller_Main/bucket/mongodb-atlas-cli.json
2024-11-07 12:32:38 +00:00

26 lines
841 B
JSON

{
"version": "1.31.0",
"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.31.0_windows_x86_64.zip",
"hash": "e38cb6aa7aadd49b75f176c10a96a920d91d3af36ea87f9e33c2b6de7c2fe2b9"
}
},
"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"
}
}
}
}