Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions source/embedded-shell.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,12 @@ to test queries and operations in your database.
Open the Embedded MongoDB Shell
-------------------------------

To open the embedded :binary:`mongosh`, click :guilabel:`_MONGOSH`
at the bottom of the |compass| window.
To open the embedded :binary:`mongosh`,you can either:

- Click :guilabel:`>_` on the right of your deployment name in the
:guilabel:`Connections Sidebar`.
- Click :guilabel:`>_Open MongoDB shell` in the top right of any tab
connected to a MongoDB deployment.

Use the Embedded MongoDB Shell
------------------------------
Expand Down
Loading