Skip to content
Closed
Changes from 6 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
6 changes: 6 additions & 0 deletions source/connect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ or sharded cluster host.
To create an |service| cluster using a Terraform template included
with |vsce|, see :ref:`vsce-create-cluster-terraform`.

Starting in version 1.13.0 of |vsce|, you can also use the Local Atlas Experience
to build MongoDB Atlas deployments locally. Use the :atlascli:`Atlas CLI </>`
to set up and connect to local deployments with |vsce| directly from your
command line. For more information, see
:atlascli:`Manage Local and Cloud Deployments from the Atlas CLI </atlas-cli-local-cloud>`.

Copy link

Choose a reason for hiding this comment

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

Just a note on versions: users can create Local Atlas deployments and connect using the resulting connection string irregardless of vsce version.
For functionality to connect directly from command line, atlasCLI v1.42.0+ and vsce v1.13.0+ are required.

Suggested change
Starting in version 1.13.0 of |vsce|, you can also use the Local Atlas Experience
to build MongoDB Atlas deployments locally. Use the :atlascli:`Atlas CLI </>`
to set up and connect to local deployments with |vsce| directly from your
command line. For more information, see
:atlascli:`Manage Local and Cloud Deployments from the Atlas CLI </atlas-cli-local-cloud>`.
You can also use the Local Atlas Experience
to build MongoDB Atlas deployments locally. Use the :atlascli:`Atlas CLI </>`
to set up local deployments. For more information, see
:atlascli:`Manage Local and Cloud Deployments from the Atlas CLI </atlas-cli-local-cloud>`.
Starting in version 1.42.0 of the :atlascli:`Atlas CLI </>` and version 1.13.0 of |vsce|, you can connect directly to your local deployments from your
command line.

If you need to install |vsce|, see :ref:`vsce-install` for instructions.

Considerations
Expand Down