Skip to content

Commit 7dda630

Browse files
authored
(DOCSP-41222) Resolves quickstart build warnings (#447) (#459)
* (DOCSP-41222) Resolves quickstart build warnings * Changes ephemeral cluster page
1 parent 2bb7e70 commit 7dda630

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

source/atlas-cli-changelog.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ Released 20 July 2023
287287
- Fixes issue with the printed table format for the
288288
:ref:`atlas-networking-containers-list` command.
289289
- Removes support for MongoDB 4.2.
290-
- Configures :ref:`atlas-quickstart` command as an alias for the
290+
- Configures ``atlas quickstart`` command as an alias for the
291291
:ref:`atlas-setup` command.
292292
- Fixes the :ref:`atlas-backups-restores-watch` command output format.
293293
- Fixes the :ref:`atlas-backups-restores-watch` command to work
@@ -328,7 +328,7 @@ Released 29 June 2023
328328
- :ref:`atlas-dataFederation-queryLimits`
329329

330330
- Adds the ``--tag`` flag to the :ref:`atlas-setup` and
331-
:ref:`atlas-quickstart` commands.
331+
``atlas quickstart`` commands.
332332
- Updates a namespace to be optional for performance advisor operations.
333333
- Fixes the :ref:`atlas-clusters-update` and :ref:`atlas-serverless-update`
334334
commands ignoring the ``--tag`` flag.
@@ -753,7 +753,7 @@ Released 16 June 2022
753753
with the {+atlas-cli+} <install-atlas-cli>` using a new meta-package
754754
for Linux package managers (``apt`` and ``yum``).
755755
- Automatically detects {+mongosh+} when you use the
756-
:ref:`atlas-quickstart` command.
756+
``atlas quickstart`` command.
757757

758758
.. _atlas-cli-1.1.3:
759759

@@ -762,7 +762,7 @@ Released 16 June 2022
762762

763763
Released 13 June 2022
764764

765-
- Improves the :ref:`atlas-quickstart` command:
765+
- Improves the ``atlas quickstart`` command:
766766

767767
- Prompts you to log in if you aren't already logged in.
768768
- Clarifies an error message when no regions are found for a given cloud
@@ -824,7 +824,7 @@ Changes
824824
{+cluster+}.
825825

826826
- Adds :ref:`telemetry <telemetry>` to the {+atlas-cli+}.
827-
- Adds the ``--currentIp`` flag to the :ref:`atlas-quickstart` and
827+
- Adds the ``--currentIp`` flag to the ``atlas quickstart`` and
828828
:ref:`atlas-setup` commands. ``--currentIp`` indicates whether to use
829829
the IP address of the host that is currently executing the command.
830830

@@ -839,14 +839,14 @@ Released 28 April 2022
839839
Changes
840840
~~~~~~~
841841

842-
- Improves :ref:`atlas-quickstart` commands:
842+
- Improves ``atlas quickstart`` commands:
843843

844-
- Clusters created using :ref:`atlas-quickstart` now start
844+
- Clusters created using ``atlas quickstart`` now start
845845
with the cluster prefix and five digits.
846-
- :ref:`atlas-quickstart` now displays a default cluster
846+
- ``atlas quickstart`` now displays a default cluster
847847
option before starting interactive setup.
848848
- {+atlas-cli+} automatically identifies the ``mongosh`` path for
849-
:ref:`atlas-config` and :ref:`atlas-quickstart` commands.
849+
:ref:`atlas-config` and ``atlas quickstart`` commands.
850850

851851
- Makes minor improvements to the {+atlas-cli+} documentation.
852852

source/atlas-cli-ephemeral-cluster.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@ Follow These Steps
6969
Alternatively, you can use the :ref:`atlas-projects-list`
7070
command to find the project ID.
7171

72-
d. Run the :ref:`atlas-quickstart` command to create an ``M10``
72+
d. Run the :ref:`atlas-setup` command to create an ``M10``
7373
{+cluster+} and a database user. Replace <YOUR-PASSWORD> with a password for the database user and replace <PROJECT-ID> with
7474
the project ID for the ephemeral project you created.
7575

7676
.. code-block::
7777

78-
atlas quickstart --clusterName myEphemeralCluster --provider AWS --region US_EAST_1 --tier M10 --username myEphemeralUser --password <YOUR-PASSWORD> --currentIp --skipSampleData --projectId <PROJECT-ID> --force
78+
atlas setup --clusterName myEphemeralCluster --provider AWS --region US_EAST_1 --tier M10 --username myEphemeralUser --password <YOUR-PASSWORD> --currentIp --skipSampleData --projectId <PROJECT-ID> --force
7979

8080
After |service| creates the {+cluster+}, the {+atlas-cli+}
8181
provides the :manual:`connection string

0 commit comments

Comments
 (0)