From c8078e913b4a43905fe68af295b90af19e8dd11c Mon Sep 17 00:00:00 2001 From: Matt Karmazyn Date: Tue, 13 May 2025 10:34:58 -0400 Subject: [PATCH] chore: corrects the description of atlas-create-db-user --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28c0c755..4a8278c6 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ You can use environment variables in the config file or set them and run the ser - `atlas-inspect-access-list` - Inspect IP/CIDR ranges with access to MongoDB Atlas clusters - `atlas-create-access-list` - Configure IP/CIDR access list for MongoDB Atlas clusters - `atlas-list-db-users` - List MongoDB Atlas database users -- `atlas-create-db-user` - List MongoDB Atlas database users +- `atlas-create-db-user` - Creates a MongoDB Atlas database user NOTE: atlas tools are only available when you set credentials on [configuration](#configuration) section.