Skip to content

DOCSP-48590-connect-via-atlas-cli #110

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
fixes
  • Loading branch information
amalhotra-mdb committed Apr 3, 2025
commit f984907828f98c4e11c35980006a15480c68d772
5 changes: 2 additions & 3 deletions source/connect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,8 @@ Create a Connection
:tabid: Connect with Atlas CLI

The :atlascli:`Atlas CLI </>` allows you to connect to both your
local and Atlas deployments from MongoDB for VsCode.

Before beginning, :atlascli:`install the Atlas CLI </install-atlas-cli/>`.
local and Atlas deployments from MongoDB for VsCode. Before beginning,
:atlascli:`install the Atlas CLI </install-atlas-cli/>`.

.. include:: /includes/steps/starting-vsce-connect-with-atlas-cli.rst

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ content: |

In your terminal, run ``atlas auth login`` to authenticate with your
Atlas login credentials. To learn more,
see :atlascli:`Connect from the {+atlas-cli+} </connect-atlas-cli/>`.
see :atlascli:`Connect from the Atlas CLI </connect-atlas-cli/>`.

---
title: Run the connection command.
Expand Down Expand Up @@ -37,7 +37,7 @@ ref: vsce-connect-paste
content: |

The Atlas CLI prompts you to select your connection method. Select
"vscode - MongoDB for VsCode".
**"vscode - MongoDB for VsCode"**.

An instance of VS Code will open on the MongoDB for VS Code connections panel.
Your saved connection is now visible and connected.
You can now acces an instance of VS Code opens on the |vcse|
connections panel, and your saved connection is now visible and connected.
Loading