mongodb-atlas-cli

Manage MongoDB Atlas infrastructure and deployments from the CLI

brewmacoslinux
Try with needOr install directly
Source

About

Atlas CLI enables you to manage your MongoDB Atlas

Commands

atlas

Examples

List all Atlas projects$ atlas projects list
Create a new MongoDB Atlas cluster$ atlas clusters create myCluster --projectId <projectId>
Get status of a specific cluster$ atlas clusters describe myCluster --projectId <projectId>