Project Configuration File
On this page
You can use a project configuration file to specify the
settings required when you update a project
using the Atlas CLI. The Atlas CLI accepts .json
project configuration files.
Available Settings
When you update a project using a configuration file, you can specify any settings that are listed in Update One Project under Request Body Schema.
Create a Configuration File
Follow these steps to update a project with a configuration file:
1
Copy the sample request for Update One Project.
Navigate to the Update One Project section of the Atlas Admin API specification.
Under Request samples on the right side, click Expand all.
Click Copy to copy the sample request.
2
3
Run the atlas projects update command with
the --file
option.
Specify the path to the file you saved with the --file
flag.