File tree Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,17 @@ from the {+atlas-cli+}.
113
113
114
114
.. procedure::
115
115
116
- .. include:: /includes/steps-atlas-cli-auth-nonprog-default.rst
116
+ .. step:: Run the authentication command with the ``--skipConfig`` flag.
117
+
118
+ Run the ``atlas auth login`` command in your terminal with the flag
119
+ to skip profile setup.
120
+
121
+ .. code-block:: sh
122
+
123
+ atlas auth login --skipConfig
124
+
125
+ The command opens a browser window and returns a one-time
126
+ activation code. This code expires after 10 minutes.
117
127
118
128
.. step:: Sign into |service|.
119
129
@@ -131,14 +141,6 @@ from the {+atlas-cli+}.
131
141
message:
132
142
133
143
``Successfully logged in as {Your Email Address}.``
134
-
135
- Accept the default profile configuration by pressing :guilabel:`Enter`
136
- when the following options display:
137
-
138
- - ``Default Org ID``
139
- - ``Default Project ID``
140
- - ``Default Output Format``
141
- - ``Default MongoDB Shell Path``
142
144
143
145
.. important::
144
146
You can’t perform that action at this time.
0 commit comments