Skip to content

Commit 460a59a

Browse files
authored
(DOCSP-41222) Resolves quickstart build warnings (#447) (#456)
* (DOCSP-41222) Resolves quickstart build warnings * Changes ephemeral cluster page
1 parent 1bd6919 commit 460a59a

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
@@ -323,7 +323,7 @@ Released 20 July 2023
323323
- Fixes issue with the printed table format for the
324324
:ref:`atlas-networking-containers-list` command.
325325
- Removes support for MongoDB 4.2.
326-
- Configures :ref:`atlas-quickstart` command as an alias for the
326+
- Configures ``atlas quickstart`` command as an alias for the
327327
:ref:`atlas-setup` command.
328328
- Fixes the :ref:`atlas-backups-restores-watch` command output format.
329329
- Fixes the :ref:`atlas-backups-restores-watch` command to work
@@ -364,7 +364,7 @@ Released 29 June 2023
364364
- :ref:`atlas-dataFederation-queryLimits`
365365

366366
- Adds the ``--tag`` flag to the :ref:`atlas-setup` and
367-
:ref:`atlas-quickstart` commands.
367+
``atlas quickstart`` commands.
368368
- Updates a namespace to be optional for performance advisor operations.
369369
- Fixes the :ref:`atlas-clusters-update` and :ref:`atlas-serverless-update`
370370
commands ignoring the ``--tag`` flag.
@@ -789,7 +789,7 @@ Released 16 June 2022
789789
with the {+atlas-cli+} <install-atlas-cli>` using a new meta-package
790790
for Linux package managers (``apt`` and ``yum``).
791791
- Automatically detects {+mongosh+} when you use the
792-
:ref:`atlas-quickstart` command.
792+
``atlas quickstart`` command.
793793

794794
.. _atlas-cli-1.1.3:
795795

@@ -798,7 +798,7 @@ Released 16 June 2022
798798

799799
Released 13 June 2022
800800

801-
- Improves the :ref:`atlas-quickstart` command:
801+
- Improves the ``atlas quickstart`` command:
802802

803803
- Prompts you to log in if you aren't already logged in.
804804
- Clarifies an error message when no regions are found for a given cloud
@@ -860,7 +860,7 @@ Changes
860860
{+cluster+}.
861861

862862
- Adds :ref:`telemetry <telemetry>` to the {+atlas-cli+}.
863-
- Adds the ``--currentIp`` flag to the :ref:`atlas-quickstart` and
863+
- Adds the ``--currentIp`` flag to the ``atlas quickstart`` and
864864
:ref:`atlas-setup` commands. ``--currentIp`` indicates whether to use
865865
the IP address of the host that is currently executing the command.
866866

@@ -875,14 +875,14 @@ Released 28 April 2022
875875
Changes
876876
~~~~~~~
877877

878-
- Improves :ref:`atlas-quickstart` commands:
878+
- Improves ``atlas quickstart`` commands:
879879

880-
- Clusters created using :ref:`atlas-quickstart` now start
880+
- Clusters created using ``atlas quickstart`` now start
881881
with the cluster prefix and five digits.
882-
- :ref:`atlas-quickstart` now displays a default cluster
882+
- ``atlas quickstart`` now displays a default cluster
883883
option before starting interactive setup.
884884
- {+atlas-cli+} automatically identifies the ``mongosh`` path for
885-
:ref:`atlas-config` and :ref:`atlas-quickstart` commands.
885+
:ref:`atlas-config` and ``atlas quickstart`` commands.
886886

887887
- Makes minor improvements to the {+atlas-cli+} documentation.
888888

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)