-
Notifications
You must be signed in to change notification settings - Fork 32
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
DOCSP-48592-point-users-to-local-atlas-experience #109
base: master
Are you sure you want to change the base?
DOCSP-48592-point-users-to-local-atlas-experience #109
Conversation
✅ Deploy Preview for docs-mongodb-vscode ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for picking this up @amalhotra-mdb ! I left a couple small suggestions for your consideration!
source/connect.txt
Outdated
If you are a developer, consider using the Local Atlas Experience to build | ||
MongoDB Atlas deployments locally. Use the :atlascli:`Atlas CLI </>` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[suggestion] for minimalism
If you are a developer, consider using the Local Atlas Experience to build | |
MongoDB Atlas deployments locally. Use the :atlascli:`Atlas CLI </>` | |
You can also use the Local Atlas Experience to build | |
MongoDB Atlas deployments locally. Use the :atlascli:`Atlas CLI </>` |
source/connect.txt
Outdated
@@ -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`. | |||
|
|||
If you are a developer, consider using the Local Atlas Experience to build | |||
MongoDB Atlas deployments locally. Use the :atlascli:`Atlas CLI </>` | |||
to set up and connect to local deployments with MongoDB for VS Code |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just in the off chance that the product name changes, I would recommend using the constant here
to set up and connect to local deployments with MongoDB for VS Code | |
to set up and connect to local deployments with |vsce| |
source/connect.txt
Outdated
directly from your command line. To create a Local Atlas deployment, | ||
see :atlascli:`Manage Local and Cloud Deployments from the Atlas CLI </atlas-cli-local-cloud>`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[suggestion] for minimalism
directly from your command line. To create a Local Atlas deployment, | |
see :atlascli:`Manage Local and Cloud Deployments from the Atlas CLI </atlas-cli-local-cloud>`. | |
directly from your command line. For more information,, | |
see :atlascli:`Manage Local and Cloud Deployments from the Atlas CLI </atlas-cli-local-cloud>`. |
Thanks for your help on this @ltran-mdb2 , back to you! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
source/connect.txt
Outdated
@@ -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`. | |||
|
|||
You can also use the Local Atlas Experience to build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we also note that this feature is available for versions 1.13.0+ of MongoDB for VsCode.
This version is in the process of releasing and corresponding version of AtlasCLI release will precede it. Are we able to hold on the publication of this update until then?
Thanks for your review, @cveticm ! Could you take another look at the changes, whenever you get a chance? |
source/connect.txt
Outdated
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>`. | ||
|
There was a problem hiding this comment.
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.
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. |
DESCRIPTION
Add option for using the Local Atlas Experience when connecting to MongoDB VS Code.
STAGING
https://deploy-preview-109--docs-mongodb-vscode.netlify.app/connect/#connect-to-your-mongodb-deployment
JIRA
https://jira.mongodb.org/browse/DOCSP-48952
BUILD LOG
Self-Review Checklist
External Review Requirements
What's expected of an external reviewer?