You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/command/atlas-setup.txt
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -12,14 +12,14 @@ atlas setup
12
12
:depth: 1
13
13
:class: singlecol
14
14
15
-
Register, authenticate, create, and access an Atlas cluster.
15
+
Login, authenticate, create, and access an Atlas cluster.
16
16
17
17
Public Preview: The atlas api sub-command, automatically generated from the MongoDB Atlas Admin API, offers full coverage of the Admin API and is currently in Public Preview (please provide feedback at https://feedback.mongodb.com/forums/930808-atlas-cli).
18
18
Admin API capabilities have their own release lifecycle, which you can check via the provided API endpoint documentation link.
19
19
20
20
21
21
22
-
This command takes you through registration, login, default profile creation, creating your first free tier cluster and connecting to it using MongoDB Shell.
22
+
This command takes you through login, default profile creation, creating your first free tier cluster and connecting to it using MongoDB Shell.
Short: "Register, authenticate, create, and access an Atlas cluster.",
673
-
Long: `This command takes you through registration, login, default profile creation, creating your first free tier cluster and connecting to it using MongoDB Shell.`,
662
+
Short: "Login, authenticate, create, and access an Atlas cluster.",
663
+
Long: `This command takes you through login, default profile creation, creating your first free tier cluster and connecting to it using MongoDB Shell.`,
674
664
Example: ` # Override default cluster settings like name, provider, or database username by using the command options
675
665
atlas setup --clusterName Test --provider GCP --username dbuserTest`,
0 commit comments