MongoDB CLI
The MongoDB CLI is a modern command-line interface tool that enables you to manage your MongoDB services from the terminal. It is used to deploy and manage MongoDB clusters in Atlas, Cloud Manager, and Ops Manager.
Installation
You can install MongoDB CLI from the official website: https://www.mongodb.com/try/download/mongocli.
Once installed, you can use it to interact with your cloud deployments and manage clusters remotely for Atlas, Cloud Manager, and Ops Manager deployments through its user-friendly command-line interface.
Configuration
Follow these steps to configure and authenticate MongoDB CLI to your cluster:
- Create API keys: In the Atlas UI, create an API key to programmatically access your organization or project.
- Create a project: If you don't have an existing project, create one to group clusters that share users, settings, or environments.
- Establish a connection: Add your IP or CIDR block to the API access list for your...