ScoopInstaller_Main/bucket/mongodb-atlas-cli.json
2025-05-29 16:30:18 +00:00

26 lines
841 B
JSON

{
"version": "1.43.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.43.0_windows_x86_64.zip",
"hash": "d16f2fc599467c1cfa19c4b9407a5b22b28abe3f4b3c92d9f72f2dcafb2be9af"
}
},
"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"
}
}
}
}