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
Next Next commit
DOCSP-48590-connect-via-atlas-cli
  • Loading branch information
amalhotra-mdb committed Apr 3, 2025
commit cb53bc6d9909c230c9df52ca2b592e21c4282f03
9 changes: 9 additions & 0 deletions source/connect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,15 @@ Create a Connection

.. include:: /includes/steps/starting-vsce-connect-with-advanced-connection-settings.rst

.. tab:: Connect with Atlas CLI
: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/>`.

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

.. _vsce-connect-task-atlas-streams:

Expand Down
19 changes: 19 additions & 0 deletions source/includes/steps-starting-vsce-connect-with-atlas-cli.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Given that this is a new content, I recommend using .. procedure:: and .. step:: directives in this procedure.

Spitballing:

.. procedure::
   :style: normal

   .. step:: Connect from the Atlas CLI. 
   
       In your terminal, run ...

title: Run ``atlas deployment connect`` in your terminal.
level: 4
ref: vsce-enter-connection-info
content: |


---
title: Select your deployment you wish to connect to.
level: 4
ref: vsce-open-overview-page
content: |


---
title: Select **"vscode - MongoDB for VsCode"** as your connection method to save.
level: 4
ref: vsce-connect-paste
content: |
Loading