File tree Expand file tree Collapse file tree 3 files changed +41
-4
lines changed Expand file tree Collapse file tree 3 files changed +41
-4
lines changed Original file line number Diff line number Diff line change 1
1
define: prefix docs/mongocli
2
2
define: base https://www.mongodb.com/${prefix}
3
- define: versions v1.0.0 v1.1.0 v1.2.0 v1.3.0 v1.4.0 v1.5 v1.6 v1.7 v1.8 v1.9 v1.10 v1.11 v1.12 v1.13 v1.14 v1.15 v1.16 v1.17 v1.18 v1.19 v1.20 v1.21 v1.22 v1.23 v1.24 v1.25 v1.26 v1.27 v1.28.1 v1.29 v1.30 v1.31 master
3
+ define: versions v1.0.0 v1.1.0 v1.2.0 v1.3.0 v1.4.0 v1.5 v1.6 v1.7 v1.8 v1.9 v1.10 v1.11 v1.12 v1.13 v1.14 v1.15 v1.16 v1.17 v1.18 v1.19 v1.20 v1.21 v1.22 v1.23 v1.24 v1.25 v1.26 v1.27 v1.28.1 v1.29 v1.30 v1.31 v1.32 master
4
4
symlink: upcoming -> master
5
- symlink: v1.32 -> master
6
- symlink: stable -> v1.31
5
+ symlink: v2.0 -> master
6
+ symlink: stable -> v1.32
7
7
8
8
raw: ${prefix}/ -> ${base}/stable/
9
9
raw: ${prefix} -> ${base}/stable/
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ data-lake-store = "data store"
178
178
default-profile = " :ref:`default profile <mcli-profiles>`"
179
179
mcli = " MongoDB CLI"
180
180
mcli-long = " MongoDB Command Line Interface (``mongocli``)"
181
- mcli-version = " 1.31.3 "
181
+ mcli-version = " 2.0.0 "
182
182
mdbagent = " MongoDB Agent"
183
183
mdbVersion = " 6.0"
184
184
mongosh = " :binary:`~bin.mongosh`"
Original file line number Diff line number Diff line change @@ -14,6 +14,43 @@ Release Notes for {+mcli-long+}
14
14
:depth: 1
15
15
:class: singlecol
16
16
17
+ .. _mcli_2.0.0:
18
+
19
+ {+mcli+} 2.0.0
20
+ ------------------
21
+
22
+ *Released 2024-03-14*
23
+
24
+ - Fully deprecates ``atlas`` commands from {+mcli+}.
25
+
26
+ .. warning::
27
+
28
+ As of {+mcli+} version 2.0, ``mongocli atlas`` commands are
29
+ unsupported. `Migrate to the Atlas CLI <https://www.mongodb.com/docs/atlas/cli/stable/migrate-to-atlas-cli/>`__
30
+ to enjoy the same capabilities and the latest features.
31
+
32
+ - Removes the following {+mcli+} commands:
33
+
34
+ - ``mongocli cloud-manager performanceAdvisor slowOperationThreshold disable``
35
+ - ``mongocli cloud-manager performanceAdvisor slowOperationThreshold enable``
36
+ - ``mongocli cloud-manager performanceAdvisor slowOperationThreshold``
37
+ - ``mongocli ops-manager performanceAdvisor slowOperationThreshold disable``
38
+ - ``mongocli ops-manager performanceAdvisor slowOperationThreshold enable``
39
+ - ``mongocli ops-manager performanceAdvisor slowOperationThreshold``
40
+
41
+ - Removes the following flags:
42
+
43
+ - ``--cm`` and ``--gov`` for :ref:`mongocli-auth-login`
44
+ - ``currentIp`` for
45
+ :ref:`mongocli-iam-organizations-apiKeys-accessLists-create`
46
+ - ``--govCloudRegionsOnly`` for
47
+ :ref:`mongocli-iam-projects-create`
48
+
49
+ - Removes the ``cloud`` and ``cloud-gov`` options for the :ref:`mongocli-config` ``--service`` flag.
50
+ - Fixes a bug that prevented you from using the ``--file`` flag
51
+ with the :ref:`mongocli-cloud-manager-clusters-update`
52
+ and :ref:`mongocli-ops-manager-clusters-update` commands.
53
+
17
54
.. _mcli_1.31.3:
18
55
19
56
{+mcli+} 1.31.3
You can’t perform that action at this time.
0 commit comments