MongoDB Atlas Enterprise
bCloud LLC
MongoDB Atlas Enterprise
bCloud LLC
MongoDB Atlas Enterprise
bCloud LLC
Version 1.46.2 + Free with Support on Ubuntu 24.04
MongoDB Atlas CLI (Enterprise Edition) is a command-line interface for managing MongoDB Atlas — a fully managed cloud database platform. It enables developers, DevOps engineers, and administrators to automate and script their MongoDB Atlas workflows directly from the terminal. The CLI supports project creation, cluster management, user administration, backups, monitoring, and more, making it a versatile tool for both production environments and development pipelines.
Features of MongoDB Atlas CLI (Enterprise):
- Automates management of MongoDB Atlas resources like clusters, projects, users, backups, and network access.
- Integrates with CI/CD pipelines for infrastructure as code (IaC) deployments.
- Supports secure authentication through Atlas profiles and API keys.
- Provides human-readable and machine-parsable outputs (e.g., JSON, table, YAML).
- Cross-platform support with prebuilt binaries for Linux, macOS, and Windows.
- Actively maintained by MongoDB, with frequent updates and new feature support.
To check the installed version of MongoDB Atlas Enterprise, run these commands in your environment:
$ sudo su
$ sudo apt update
$ atlas --version
Disclaimer: The MongoDB Atlas CLI is provided under the Server Side Public License (SSPL) by MongoDB Inc. Users should ensure compliance with licensing requirements in their environment. While the tool is regularly updated and tested, MongoDB is not responsible for unintended behavior in unsupported environments. Always consult the official documentation for the latest usage guidelines and API coverage.