mongocli

Manage your MongoDB Atlas clusters and deployments from CLI

brewmacoslinux
Try with needOr install directly
Source

About

MongoDB CLI enables you to manage your MongoDB in the Cloud

Commands

mongocli

Examples

List all MongoDB Atlas clusters in your organization$ mongocli atlas clusters list
Create a new MongoDB Atlas cluster$ mongocli atlas clusters create my-cluster --region US_EAST_1 --tier M10
Get connection string for a specific cluster$ mongocli atlas clusters connectionStrings describe my-cluster