Skip to content

Commit af80cc3

Browse files
authored
Merge pull request #8 from sarahsimpers/DOCSP-21720
(DOCSP-21720) Adds --skipConfig option to Connect page
2 parents f4488aa + 7ef7fc8 commit af80cc3

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

source/connect-atlas-cli.txt

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,17 @@ from the {+atlas-cli+}.
113113

114114
.. procedure::
115115

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.
117127

118128
.. step:: Sign into |service|.
119129

@@ -131,14 +141,6 @@ from the {+atlas-cli+}.
131141
message:
132142

133143
``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``
142144

143145
.. important::
144146

0 commit comments

Comments
 (0)