Skip to content

Commit ff1bbd2

Browse files
authored
(DOCSP-41222) Resolves quickstart build warnings (#447)
* (DOCSP-41222) Resolves quickstart build warnings * Changes ephemeral cluster page
1 parent b59ca47 commit ff1bbd2

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
@@ -356,7 +356,7 @@ Released 20 July 2023
356356
- Fixes issue with the printed table format for the
357357
:ref:`atlas-networking-containers-list` command.
358358
- Removes support for MongoDB 4.2.
359-
- Configures :ref:`atlas-quickstart` command as an alias for the
359+
- Configures ``atlas quickstart`` command as an alias for the
360360
:ref:`atlas-setup` command.
361361
- Fixes the :ref:`atlas-backups-restores-watch` command output format.
362362
- Fixes the :ref:`atlas-backups-restores-watch` command to work
@@ -397,7 +397,7 @@ Released 29 June 2023
397397
- :ref:`atlas-dataFederation-queryLimits`
398398

399399
- Adds the ``--tag`` flag to the :ref:`atlas-setup` and
400-
:ref:`atlas-quickstart` commands.
400+
``atlas quickstart`` commands.
401401
- Updates a namespace to be optional for performance advisor operations.
402402
- Fixes the :ref:`atlas-clusters-update` and :ref:`atlas-serverless-update`
403403
commands ignoring the ``--tag`` flag.
@@ -822,7 +822,7 @@ Released 16 June 2022
822822
with the {+atlas-cli+} <install-atlas-cli>` using a new meta-package
823823
for Linux package managers (``apt`` and ``yum``).
824824
- Automatically detects {+mongosh+} when you use the
825-
:ref:`atlas-quickstart` command.
825+
``atlas quickstart`` command.
826826

827827
.. _atlas-cli-1.1.3:
828828

@@ -831,7 +831,7 @@ Released 16 June 2022
831831

832832
Released 13 June 2022
833833

834-
- Improves the :ref:`atlas-quickstart` command:
834+
- Improves the ``atlas quickstart`` command:
835835

836836
- Prompts you to log in if you aren't already logged in.
837837
- Clarifies an error message when no regions are found for a given cloud
@@ -893,7 +893,7 @@ Changes
893893
{+cluster+}.
894894

895895
- Adds :ref:`telemetry <telemetry>` to the {+atlas-cli+}.
896-
- Adds the ``--currentIp`` flag to the :ref:`atlas-quickstart` and
896+
- Adds the ``--currentIp`` flag to the ``atlas quickstart`` and
897897
:ref:`atlas-setup` commands. ``--currentIp`` indicates whether to use
898898
the IP address of the host that is currently executing the command.
899899

@@ -908,14 +908,14 @@ Released 28 April 2022
908908
Changes
909909
~~~~~~~
910910

911-
- Improves :ref:`atlas-quickstart` commands:
911+
- Improves ``atlas quickstart`` commands:
912912

913-
- Clusters created using :ref:`atlas-quickstart` now start
913+
- Clusters created using ``atlas quickstart`` now start
914914
with the cluster prefix and five digits.
915-
- :ref:`atlas-quickstart` now displays a default cluster
915+
- ``atlas quickstart`` now displays a default cluster
916916
option before starting interactive setup.
917917
- {+atlas-cli+} automatically identifies the ``mongosh`` path for
918-
:ref:`atlas-config` and :ref:`atlas-quickstart` commands.
918+
:ref:`atlas-config` and ``atlas quickstart`` commands.
919919

920920
- Makes minor improvements to the {+atlas-cli+} documentation.
921921

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)