Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copies Atlas CLI commands for release tag: atlascli/v1.33.0 #781

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions source/command/atlas-deployments-setup.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
14 changes: 10 additions & 4 deletions source/command/atlas-setup.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -69,6 +75,10 @@ Options
-
- false
- help for setup
* - --mdbVersion
- string
- false
- Major MongoDB version of the deployment.
* - --noBrowser
-
- false
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion source/command/atlas-users.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ atlas users

Manage your Atlas users.

Create, list and manage your Atlas users.
Create and manage your Atlas users.

Options
-------
Expand Down