@@ -59,6 +59,11 @@ When you run the command, it prompts you for the following information:
5959 - ID of your project.
6060 - Optional.
6161
62+ * - Default MongoDB Shell Path
63+ - Path to |mongo| shell on your system. The default value is
64+ ``/usr/local/bin/mongosh``.
65+ - Optional.
66+
6267{+mcli+} saves these settings as a profile in the :ref:`mcli-config-file`.
6368
6469.. _mcli-config-command-syntax:
@@ -143,10 +148,11 @@ The following examples use the ``mongocli config`` command to:
143148
144149 ~ mongocli config
145150
146- ? Public API Key: abcdefgh
151+ ? Public API Key: [? for help] abcdefgh
147152 ? Private API Key: [? for help] ************************************
148- ? Choose a default organization: Org1 (5c815cc7d5ec13092a02a1b2)
149- ? Choose a default project: Project1 (5e5ebffd0c04a9700906c3d4)
153+ ? Default Org ID: [? for help] 5c815cc7d5ec13092a02a1b2
154+ ? Default Project ID: [? for help] 5e5ebffd0c04a9700906c3d4
155+ ? Default MongoDB Shell Path: [? for help] /usr/local/bin/mongosh
150156
151157 **Example 2**
152158
@@ -158,10 +164,11 @@ The following examples use the ``mongocli config`` command to:
158164
159165 ~ mongocli config --profile Profile1
160166
161- ? Public API Key: abcdefgh
167+ ? Public API Key: [? for help] abcdefgh
162168 ? Private API Key: [? for help] ************************************
163- ? Choose a default organization: Org1 (5c815cc7d5ec13092a02a1b2)
164- ? Choose a default project: Project1 (5e5ebffd0c04a9700906c3d4)
169+ ? Default Org ID: [? for help] Org1 (5c815cc7d5ec13092a02a1b2)
170+ ? Default Project ID: [? for help] Project1 (5e5ebffd0c04a9700906c3d4)
171+ ? Default MongoDB Shell Path: [? for help] (/usr/local/bin/mongosh)
165172
166173 .. tab:: Cloud Manager
167174 :tabid: cloud-manager
@@ -176,10 +183,10 @@ The following examples use the ``mongocli config`` command to:
176183
177184 ~ mongocli config --service cloud-manager
178185
179- ? Public API Key: abcdefgh
186+ ? Public API Key: [? for help] abcdefgh
180187 ? Private API Key: [? for help] ************************************
181- ? Choose a default organization: Org1 (5c815cc7d5ec13092a02a1b2)
182- ? Choose a default project: Project1 (5e5ebffd0c04a9700906c3d4)
188+ ? Default Org ID: [? for help] Org1 (5c815cc7d5ec13092a02a1b2)
189+ ? Default Project ID: [? for help] Project1 (5e5ebffd0c04a9700906c3d4)
183190
184191 **Example 2**
185192
@@ -191,10 +198,10 @@ The following examples use the ``mongocli config`` command to:
191198
192199 ~ mongocli config --service cloud-manager --profile Profile1
193200
194- ? Public API Key: abcdefgh
201+ ? Public API Key: [? for help] abcdefgh
195202 ? Private API Key: [? for help] ************************************
196- ? Choose a default organization: Org1 (5c815cc7d5ec13092a02a1b2)
197- ? Choose a default project: Project1 (5e5ebffd0c04a9700906c3d4)
203+ ? Default Org ID: [? for help] Org1 (5c815cc7d5ec13092a02a1b2)
204+ ? Default Project ID: [? for help] Project1 (5e5ebffd0c04a9700906c3d4)
198205
199206 .. tab:: Ops Manager
200207 :tabid: ops-manager
@@ -210,10 +217,10 @@ The following examples use the ``mongocli config`` command to:
210217 ~ mongocli config --service ops-manager
211218
212219 ? URL to Access Ops Manager: https://mms.example.com:8080/
213- ? Public API Key: abcdefgh
220+ ? Public API Key: [? for help] abcdefgh
214221 ? Private API Key: [? for help] ************************************
215- ? Choose a default organization: Org1 (5c815cc7d5ec13092a02a1b2)
216- ? Choose a default project: Project1 (5e5ebffd0c04a9700906c3d4)
222+ ? Default Org ID: [? for help] Org1 (5c815cc7d5ec13092a02a1b2)
223+ ? Default Project ID: [? for help] Project1 (5e5ebffd0c04a9700906c3d4)
217224
218225 **Example 2**
219226
@@ -226,7 +233,7 @@ The following examples use the ``mongocli config`` command to:
226233 mongocli config --service ops-manager --profile Profile1
227234
228235 ? URL to Access Ops Manager: https://mms.example.com:8080/
229- ? Public API Key: abcdefgh
236+ ? Public API Key: [? for help] abcdefgh
230237 ? Private API Key: [? for help] ************************************
231- ? Choose a default organization: Org1 (5c815cc7d5ec13092a02a1b2)
232- ? Choose a default project: Project1 (5e5ebffd0c04a9700906c3d4)
238+ ? Default Org ID:[? for help] Org1 (5c815cc7d5ec13092a02a1b2)
239+ ? Default Project ID:[? for help] Project1 (5e5ebffd0c04a9700906c3d4)
0 commit comments