ScoopInstaller_Main/bucket/mongodb-atlas-cli.json
2025-01-09 16:30:19 +00:00

26 lines
841 B
JSON

{
"version": "1.35.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.35.0_windows_x86_64.zip",
"hash": "c080d57f34187a9f296eb8039d8eba07deb790368f8930af45c47f89740618ad"
}
},
"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"
}
}
}
}