Install the MongoDB CLI¶
You can use the MongoDB Command Line Interface (mongocli
) to deploy and manage MongoDB clusters in
Atlas, Cloud Manager, and Ops Manager. For operating system and MongoDB
service version requirements, see Compatibility.
To install the MongoDB CLI, choose one of the following methods:
- Install with a package manager like Homebrew, Yum, or Apt.
- Download and extract the binary.
- Clone the GitHub repository and install the MongoDB CLI with Go.
Procedure¶
Next Steps¶
Configure the MongoDB CLI for your environment.
Give Feedback