Skip to content

Commit c0871af

Browse files
Project import generated by Copybara. (#781)
GitOrigin-RevId: d586dc411ceb9bbee4afad3666575e004376d61c Co-authored-by: apix-bot[bot] <168195273+apix-bot[bot]@users.noreply.github.com>
1 parent df7ce44 commit c0871af

File tree

3 files changed

+17
-9
lines changed

3 files changed

+17
-9
lines changed

source/command/atlas-deployments-setup.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ Options
6767
- string
6868
- false
6969
- Method for connecting to the deployment. Valid values are compass, mongosh and skip.
70+
71+
Mutually exclusive with --skipMongosh.
7072
* - --currentIp
7173
-
7274
- false
@@ -85,6 +87,10 @@ Options
8587
-
8688
- false
8789
- help for setup
90+
* - --initdb
91+
- string
92+
- false
93+
- Flag that uses a folder to be mapped into LOCAL deployment for initialization
8894
* - --mdbVersion
8995
- string
9096
- false
@@ -109,10 +115,6 @@ Options
109115
- string
110116
- false
111117
- 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.
112-
* - --skipMongosh
113-
-
114-
- false
115-
- Flag that indicates whether to skip accessing your deployment with MongoDB Shell.
116118
* - --skipSampleData
117119
-
118120
- false

source/command/atlas-setup.txt

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ Options
4747
- string
4848
- false
4949
- Name of the cluster. To learn more, see https://dochub.mongodb.org/core/create-cluster-api.
50+
* - --connectWith
51+
- string
52+
- false
53+
- Method for connecting to the cluster. Valid values are compass, mongosh and skip.
54+
55+
Mutually exclusive with --skipMongosh.
5056
* - --currentIp
5157
-
5258
- false
@@ -69,6 +75,10 @@ Options
6975
-
7076
- false
7177
- help for setup
78+
* - --mdbVersion
79+
- string
80+
- false
81+
- Major MongoDB version of the deployment.
7282
* - --noBrowser
7383
-
7484
- false
@@ -89,10 +99,6 @@ Options
8999
- string
90100
- false
91101
- 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.
92-
* - --skipMongosh
93-
-
94-
- false
95-
- Flag that indicates whether to skip accessing your deployment with MongoDB Shell.
96102
* - --skipSampleData
97103
-
98104
- false

source/command/atlas-users.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ atlas users
1414

1515
Manage your Atlas users.
1616

17-
Create, list and manage your Atlas users.
17+
Create and manage your Atlas users.
1818

1919
Options
2020
-------

0 commit comments

Comments
 (0)