Skip to content

Commit a8c97e0

Browse files
authored
(DOCSP-41222) Resolves quickstart build warnings (#447) (#455)
* (DOCSP-41222) Resolves quickstart build warnings * Changes ephemeral cluster page
1 parent 20b096d commit a8c97e0

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
@@ -342,7 +342,7 @@ Released 20 July 2023
342342
- Fixes issue with the printed table format for the
343343
:ref:`atlas-networking-containers-list` command.
344344
- Removes support for MongoDB 4.2.
345-
- Configures :ref:`atlas-quickstart` command as an alias for the
345+
- Configures ``atlas quickstart`` command as an alias for the
346346
:ref:`atlas-setup` command.
347347
- Fixes the :ref:`atlas-backups-restores-watch` command output format.
348348
- Fixes the :ref:`atlas-backups-restores-watch` command to work
@@ -383,7 +383,7 @@ Released 29 June 2023
383383
- :ref:`atlas-dataFederation-queryLimits`
384384

385385
- Adds the ``--tag`` flag to the :ref:`atlas-setup` and
386-
:ref:`atlas-quickstart` commands.
386+
``atlas quickstart`` commands.
387387
- Updates a namespace to be optional for performance advisor operations.
388388
- Fixes the :ref:`atlas-clusters-update` and :ref:`atlas-serverless-update`
389389
commands ignoring the ``--tag`` flag.
@@ -808,7 +808,7 @@ Released 16 June 2022
808808
with the {+atlas-cli+} <install-atlas-cli>` using a new meta-package
809809
for Linux package managers (``apt`` and ``yum``).
810810
- Automatically detects {+mongosh+} when you use the
811-
:ref:`atlas-quickstart` command.
811+
``atlas quickstart`` command.
812812

813813
.. _atlas-cli-1.1.3:
814814

@@ -817,7 +817,7 @@ Released 16 June 2022
817817

818818
Released 13 June 2022
819819

820-
- Improves the :ref:`atlas-quickstart` command:
820+
- Improves the ``atlas quickstart`` command:
821821

822822
- Prompts you to log in if you aren't already logged in.
823823
- Clarifies an error message when no regions are found for a given cloud
@@ -879,7 +879,7 @@ Changes
879879
{+cluster+}.
880880

881881
- Adds :ref:`telemetry <telemetry>` to the {+atlas-cli+}.
882-
- Adds the ``--currentIp`` flag to the :ref:`atlas-quickstart` and
882+
- Adds the ``--currentIp`` flag to the ``atlas quickstart`` and
883883
:ref:`atlas-setup` commands. ``--currentIp`` indicates whether to use
884884
the IP address of the host that is currently executing the command.
885885

@@ -894,14 +894,14 @@ Released 28 April 2022
894894
Changes
895895
~~~~~~~
896896

897-
- Improves :ref:`atlas-quickstart` commands:
897+
- Improves ``atlas quickstart`` commands:
898898

899-
- Clusters created using :ref:`atlas-quickstart` now start
899+
- Clusters created using ``atlas quickstart`` now start
900900
with the cluster prefix and five digits.
901-
- :ref:`atlas-quickstart` now displays a default cluster
901+
- ``atlas quickstart`` now displays a default cluster
902902
option before starting interactive setup.
903903
- {+atlas-cli+} automatically identifies the ``mongosh`` path for
904-
:ref:`atlas-config` and :ref:`atlas-quickstart` commands.
904+
:ref:`atlas-config` and ``atlas quickstart`` commands.
905905

906906
- Makes minor improvements to the {+atlas-cli+} documentation.
907907

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)