diff --git a/source/command/atlas-deployments-setup.txt b/source/command/atlas-deployments-setup.txt index c3d7dd75..fce53c6e 100644 --- a/source/command/atlas-deployments-setup.txt +++ b/source/command/atlas-deployments-setup.txt @@ -67,6 +67,8 @@ Options - string - false - Method for connecting to the deployment. Valid values are compass, mongosh and skip. + + Mutually exclusive with --skipMongosh. * - --currentIp - - false @@ -85,6 +87,10 @@ Options - - false - help for setup + * - --initdb + - string + - false + - Flag that uses a folder to be mapped into LOCAL deployment for initialization * - --mdbVersion - string - false @@ -109,10 +115,6 @@ Options - string - false - Physical location of your MongoDB deployment. For a complete list of supported AWS regions, see: https://dochub.mongodb.org/core/aws-atlas. For a complete list of supported Azure regions, see: https://dochub.mongodb.org/core/azure-atlas. For a complete list of supported GCP regions, see: https://dochub.mongodb.org/core/gcp-atlas. - * - --skipMongosh - - - - false - - Flag that indicates whether to skip accessing your deployment with MongoDB Shell. * - --skipSampleData - - false diff --git a/source/command/atlas-setup.txt b/source/command/atlas-setup.txt index a9924964..302145b0 100644 --- a/source/command/atlas-setup.txt +++ b/source/command/atlas-setup.txt @@ -47,6 +47,12 @@ Options - string - false - Name of the cluster. To learn more, see https://dochub.mongodb.org/core/create-cluster-api. + * - --connectWith + - string + - false + - Method for connecting to the cluster. Valid values are compass, mongosh and skip. + + Mutually exclusive with --skipMongosh. * - --currentIp - - false @@ -69,6 +75,10 @@ Options - - false - help for setup + * - --mdbVersion + - string + - false + - Major MongoDB version of the deployment. * - --noBrowser - - false @@ -89,10 +99,6 @@ Options - string - false - Physical location of your MongoDB cluster. For a complete list of supported AWS regions, see: https://dochub.mongodb.org/core/aws-atlas. For a complete list of supported Azure regions, see: https://dochub.mongodb.org/core/azure-atlas. For a complete list of supported GCP regions, see: https://dochub.mongodb.org/core/gcp-atlas. - * - --skipMongosh - - - - false - - Flag that indicates whether to skip accessing your deployment with MongoDB Shell. * - --skipSampleData - - false diff --git a/source/command/atlas-users.txt b/source/command/atlas-users.txt index ca097394..7507d266 100644 --- a/source/command/atlas-users.txt +++ b/source/command/atlas-users.txt @@ -14,7 +14,7 @@ atlas users Manage your Atlas users. -Create, list and manage your Atlas users. +Create and manage your Atlas users. Options -------