mongocli atlas quickstart
Create and access an Atlas Cluster
Options
| Name | Description | 
|---|---|
--accessListIp  <accessListIp> | IP address to be allowed to access the deployment | 
--clusterName  <clusterName> | Name of the cluster | 
--default, -Y | Flag that indicates whether to run the Quickstart command with all the auto-generated values to deploy and access an Atlas cluster | 
--force | If specified, skips asking for confirmation before proceeding with a requsted action | 
--password  <password> | User's password | 
--projectId  <projectId> | Project ID to use. Overrides the settings in the configuration file or environment variable | 
--provider  <provider> | Name of your cloud service provider. Valid values are AWS, AZURE, or GCP | 
--region, -r  <region> | Physical location of your MongoDB cluster. For a complete list of supported AWS regions, see: https://docs.atlas.mongodb.com/reference/amazon-aws/#amazon-aws. For a complete list of supported Azure regions, see: https://docs.atlas.mongodb.com/reference/microsoft-azure/#microsoft-azure. For a complete list of supported GCP regions, see: https://docs.atlas.mongodb.com/reference/google-gcp/#google-gcp | 
--skipMongosh | Indicates whether to skip accessing your deployment with MongoDB Shell | 
--skipSampleData | Indicates whether to skip loading sample data into your Atlas Cluster | 
--tier  <tier> | Tier for each data-bearing server in the cluster | 
--username  <username> | Username for authenticating to MongoDB |