Skip to content

Commit 96abd17

Browse files
authored
DOCSP-26519 Enable Shell UI Settings (#460)
* DOCSP-26519 Enable Shell UI Settings * fix typos + styling * fix step 3 styling * replace directive * copy edits * IF edits
1 parent 5b1c187 commit 96abd17

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

source/embedded-shell.txt

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,31 @@ an :ref:`aggregation pipeline <aggregation-pipeline>`:
6666
{ $match: { "last_name": "Smith" } } // press Shift + Enter
6767
] ) // Press Enter
6868

69+
Disable the Embedded MongoDB Shell
70+
----------------------------------
71+
72+
You can disable the embedded MongoDB shell in |compass-short| to avoid running
73+
unauthorized commands on :binary:`mongosh`.
74+
75+
To disable the embedded MongoDB shell:
76+
77+
.. procedure::
78+
:style: normal
79+
80+
.. step:: In the |compass-short| top menu bar, click :guilabel:`Help`.
81+
82+
.. step:: In the :guilabel:`Help` menu, click :guilabel:`Settings`.
83+
84+
|compass-short| opens a dialog box where you configure your |compass|
85+
settings.
86+
87+
.. step:: Toggle :guilabel:`Enable MongoDB Shell`.
88+
89+
If you select :guilabel:`Set Read-Only Mode`, |compass-short|
90+
automatically unchecks the :guilabel:`Enable MongoDB Shell` setting.
91+
92+
.. step:: Click :guilabel:`Save`.
93+
6994
Learn More
7095
~~~~~~~~~~
7196

0 commit comments

Comments
 (0)