Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .backportrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"repoOwner": "mongodb",
"repoName": "docs-atlas-cli",

"targetBranchChoices": ["v1.38", "v1.35", "v1.34", "v1.33", "v1.32", "v1.31", "v1.30", "v1.29", "v1.28", "v1.27", "v1.26", "v1.25", "v1.24", "v1.23", "v1.22", "v1.21", "v1.20", "v1.19", "v1.18", "v1.17", "v1.16", "v1.15", "v1.14", "v1.13", "v1.12"],
"targetBranchChoices": ["v1.35", "v1.34", "v1.33", "v1.32", "v1.31", "v1.30", "v1.29", "v1.28", "v1.27", "v1.26", "v1.25", "v1.24", "v1.23", "v1.22", "v1.21", "v1.20", "v1.19", "v1.18", "v1.17", "v1.16", "v1.15", "v1.14", "v1.13", "v1.12"],

"editor": "code",

Expand Down
6 changes: 3 additions & 3 deletions config/redirects
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
define: base https://www.mongodb.com/docs/atlas/cli
define: versions v1.0 v1.1 v1.2 v1.3 v1.4 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 v1.29 v1.30 v1.31 v1.32 v1.33 v1.34 v1.35 v1.38 master
define: versions v1.0 v1.1 v1.2 v1.3 v1.4 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 v1.29 v1.30 v1.31 v1.32 v1.33 v1.34 v1.35 master
symlink: upcoming -> master
symlink: v1.39 -> master
symlink: stable -> v1.38
symlink: v1.36 -> master
symlink: stable -> v1.35

raw: docs/atlas/cli/ -> ${base}/stable/
raw: docs/atlas/cli/stable/cluster-config-file -> ${base}/stable/reference/json/cluster-config-file
Expand Down
2 changes: 1 addition & 1 deletion snooty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ aagent = "Automation Agent"
adf = "Atlas Data Federation"
atlas-cli = "Atlas CLI"
atlas-cli-full = "MongoDB Atlas CLI"
atlas-cli-version = "1.38.0"
atlas-cli-version = "1.35.0"
ak8so = "Atlas Kubernetes Operator"
atlas-sp = "Atlas Stream Processing"
avs = "Atlas Vector Search"
Expand Down
13 changes: 0 additions & 13 deletions source/atlas-cli-changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,6 @@
:depth: 1
:class: singlecol

.. _atlas-cli-1.38.0:

{+atlas-cli+} 1.38.0
--------------------

Released 07 February 2025

- Improves documentation about Flex Clusters for :ref:`atlas-clusters-create`
and :ref:`atlas-clusters-update`.
- Adds an experimental feature: :ref:`atlas api <atlas-cli-api>`. This experimental feature streamlines
script development by letting you interact directly with any `Atlas Administration API <https://www.mongodb.com/docs/atlas/reference/api-resources-spec/v2/>`__
endpoint by using the {+atlas-cli+}.

.. _atlas-cli-1.35.0:

{+atlas-cli+} 1.35.0
Expand Down
2 changes: 1 addition & 1 deletion source/command/atlas-api.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. _atlas-cli-api:
.. _atlas-api:

=========
atlas api
Expand Down