@@ -25,6 +25,7 @@ you can pass a configuration file when using the {+atlas-cli+} to:
25
25
- :ref:`Create <atlas-alerts-settings-create>` or
26
26
:ref:`update an alert configuration <atlas-alerts-settings-update>`.
27
27
- :ref:`Create a rolling index <atlas-clusters-indexes-create>` for a cluster.
28
+ - :ref:`Update a project <atlas-projects-update>`
28
29
29
30
Usage
30
31
-----
@@ -77,6 +78,9 @@ command. The commands you can use include but are not limited to:
77
78
* - :ref:`atlas-clusters-indexes-create`
78
79
- :oas-atlas-op:`Create One Rolling Index </createRollingIndex>`
79
80
81
+ * - :ref:`atlas-projects-update`
82
+ - :oas-atlas-tag:`Update One Project </Projects/operation/updateProject>`
83
+
80
84
When you run the command in your terminal, specify the ``--file`` option
81
85
and provide the path to the |json| configuration file that defines your
82
86
desired settings.
@@ -123,35 +127,35 @@ Cloud Backup Schedule Configuration File
123
127
----------------------------------------
124
128
125
129
To learn more about cloud backup schedule configuration files, see
126
- :ref:`atlas-cli-cloud-backup-schedule-config-file`. For a sample file,
127
- see :ref:`example-cloud-backup-schedule-config-file`.
130
+ :ref:`atlas-cli-cloud-backup-schedule-config-file`. To learn the syntax
131
+ for a file, see :ref:`example-cloud-backup-schedule-config-file`.
128
132
129
133
Atlas Search Index Configuration File
130
134
-------------------------------------
131
135
132
136
To learn more about |fts| index configuration files, see
133
- :ref:`atlas-cli-search-index-config-file`. For a sample file,
134
- see :ref:`example-search-index-config-file`.
137
+ :ref:`atlas-cli-search-index-config-file`. To learn the syntax for a
138
+ file, see :ref:`example-search-index-config-file`.
135
139
136
140
Search Nodes Configuration File
137
141
-------------------------------
138
142
139
143
To learn more about search nodes configuration files, see
140
- :ref:`atlas-cli-search-nodes-config-file`. For a sample file,
141
- see :ref:`example-search-nodes-config-file`.
144
+ :ref:`atlas-cli-search-nodes-config-file`. To learn the syntax for a
145
+ file, see :ref:`example-search-nodes-config-file`.
142
146
143
147
{+adf+} Configuration File
144
148
----------------------------------------
145
149
146
150
To learn more about {+adf+} configuration files, see
147
- :ref:`atlas-cli-data-federation-config-file`. For a sample file,
148
- see :ref:`example-fdi-config-file`.
151
+ :ref:`atlas-cli-data-federation-config-file`. To learn the syntax for a
152
+ file, see :ref:`example-fdi-config-file`.
149
153
150
154
Alert Configuration File
151
155
------------------------
152
156
153
157
To learn more about alert configuration files, see
154
- :ref:`atlas-cli-alert-config-file`. For a sample file,
158
+ :ref:`atlas-cli-alert-config-file`. To learn the syntax for a file,
155
159
see :ref:`example-alert-config-file`.
156
160
157
161
Rolling Index Configuration File
@@ -164,6 +168,13 @@ To learn more about rolling index configuration files, see
164
168
- `Sparse Index <https://github.com/mongodb/mongodb-atlas-cli/blob/master/test/e2e/atlas/data/create_sparse_index.json>`__
165
169
- `Partial indexes <https://github.com/mongodb/mongodb-atlas-cli/blob/master/test/e2e/atlas/data/create_partial_index.json>`__
166
170
171
+ Project Configuration File
172
+ --------------------------
173
+
174
+ To learn more about project configuration files, see
175
+ :ref:`atlas-cli-project-config-file`. To learn the syntax for a file,
176
+ see :ref:`example-project-config-file`.
177
+
167
178
168
179
.. toctree::
169
180
:titlesonly:
@@ -176,3 +187,4 @@ To learn more about rolling index configuration files, see
176
187
Online Archive </reference/json/file-options-online-archive>
177
188
Alert </reference/json/alert-config-file>
178
189
Rolling Index </reference/json/rolling-index-config-file>
190
+ Project </reference/json/project-config-file>
0 commit comments