Skip to content

Commit 4b9feb8

Browse files
authored
(DOCSP-41222) Resolves quickstart build warnings (#447) (#457)
* (DOCSP-41222) Resolves quickstart build warnings * Changes ephemeral cluster page
1 parent 55301e6 commit 4b9feb8

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
@@ -306,7 +306,7 @@ Released 20 July 2023
306306
- Fixes issue with the printed table format for the
307307
:ref:`atlas-networking-containers-list` command.
308308
- Removes support for MongoDB 4.2.
309-
- Configures :ref:`atlas-quickstart` command as an alias for the
309+
- Configures ``atlas quickstart`` command as an alias for the
310310
:ref:`atlas-setup` command.
311311
- Fixes the :ref:`atlas-backups-restores-watch` command output format.
312312
- Fixes the :ref:`atlas-backups-restores-watch` command to work
@@ -347,7 +347,7 @@ Released 29 June 2023
347347
- :ref:`atlas-dataFederation-queryLimits`
348348

349349
- Adds the ``--tag`` flag to the :ref:`atlas-setup` and
350-
:ref:`atlas-quickstart` commands.
350+
``atlas quickstart`` commands.
351351
- Updates a namespace to be optional for performance advisor operations.
352352
- Fixes the :ref:`atlas-clusters-update` and :ref:`atlas-serverless-update`
353353
commands ignoring the ``--tag`` flag.
@@ -772,7 +772,7 @@ Released 16 June 2022
772772
with the {+atlas-cli+} <install-atlas-cli>` using a new meta-package
773773
for Linux package managers (``apt`` and ``yum``).
774774
- Automatically detects {+mongosh+} when you use the
775-
:ref:`atlas-quickstart` command.
775+
``atlas quickstart`` command.
776776

777777
.. _atlas-cli-1.1.3:
778778

@@ -781,7 +781,7 @@ Released 16 June 2022
781781

782782
Released 13 June 2022
783783

784-
- Improves the :ref:`atlas-quickstart` command:
784+
- Improves the ``atlas quickstart`` command:
785785

786786
- Prompts you to log in if you aren't already logged in.
787787
- Clarifies an error message when no regions are found for a given cloud
@@ -843,7 +843,7 @@ Changes
843843
{+cluster+}.
844844

845845
- Adds :ref:`telemetry <telemetry>` to the {+atlas-cli+}.
846-
- Adds the ``--currentIp`` flag to the :ref:`atlas-quickstart` and
846+
- Adds the ``--currentIp`` flag to the ``atlas quickstart`` and
847847
:ref:`atlas-setup` commands. ``--currentIp`` indicates whether to use
848848
the IP address of the host that is currently executing the command.
849849

@@ -858,14 +858,14 @@ Released 28 April 2022
858858
Changes
859859
~~~~~~~
860860

861-
- Improves :ref:`atlas-quickstart` commands:
861+
- Improves ``atlas quickstart`` commands:
862862

863-
- Clusters created using :ref:`atlas-quickstart` now start
863+
- Clusters created using ``atlas quickstart`` now start
864864
with the cluster prefix and five digits.
865-
- :ref:`atlas-quickstart` now displays a default cluster
865+
- ``atlas quickstart`` now displays a default cluster
866866
option before starting interactive setup.
867867
- {+atlas-cli+} automatically identifies the ``mongosh`` path for
868-
:ref:`atlas-config` and :ref:`atlas-quickstart` commands.
868+
:ref:`atlas-config` and ``atlas quickstart`` commands.
869869

870870
- Makes minor improvements to the {+atlas-cli+} documentation.
871871

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)