@@ -25,6 +25,7 @@ you can pass a configuration file when using the {+atlas-cli+} to:
2525- :ref:`Create <atlas-alerts-settings-create>` or
2626 :ref:`update an alert configuration <atlas-alerts-settings-update>`.
2727- :ref:`Create a rolling index <atlas-clusters-indexes-create>` for a cluster.
28+ - :ref:`Update a project <atlas-projects-update>`
2829
2930Usage
3031-----
@@ -77,6 +78,9 @@ command. The commands you can use include but are not limited to:
7778 * - :ref:`atlas-clusters-indexes-create`
7879 - :oas-atlas-op:`Create One Rolling Index </createRollingIndex>`
7980
81+ * - :ref:`atlas-projects-update`
82+ - :oas-atlas-tag:`Update One Project </Projects/operation/updateProject>`
83+
8084When you run the command in your terminal, specify the ``--file`` option
8185and provide the path to the |json| configuration file that defines your
8286desired settings.
@@ -123,35 +127,35 @@ Cloud Backup Schedule Configuration File
123127----------------------------------------
124128
125129To 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`.
128132
129133Atlas Search Index Configuration File
130134-------------------------------------
131135
132136To 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`.
135139
136140Search Nodes Configuration File
137141-------------------------------
138142
139143To 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`.
142146
143147{+adf+} Configuration File
144148----------------------------------------
145149
146150To 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`.
149153
150154Alert Configuration File
151155------------------------
152156
153157To 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,
155159see :ref:`example-alert-config-file`.
156160
157161Rolling Index Configuration File
@@ -164,6 +168,13 @@ To learn more about rolling index configuration files, see
164168- `Sparse Index <https://github.com/mongodb/mongodb-atlas-cli/blob/master/test/e2e/atlas/data/create_sparse_index.json>`__
165169- `Partial indexes <https://github.com/mongodb/mongodb-atlas-cli/blob/master/test/e2e/atlas/data/create_partial_index.json>`__
166170
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+
167178
168179.. toctree::
169180 :titlesonly:
@@ -176,3 +187,4 @@ To learn more about rolling index configuration files, see
176187 Online Archive </reference/json/file-options-online-archive>
177188 Alert </reference/json/alert-config-file>
178189 Rolling Index </reference/json/rolling-index-config-file>
190+ Project </reference/json/project-config-file>
0 commit comments