From 3db007f0d7f6ec59eed342d51a24b4d3704f856b Mon Sep 17 00:00:00 2001 From: Wojciech Trocki Date: Wed, 14 May 2025 13:08:41 +0200 Subject: [PATCH 1/3] Docs: list alerts docs --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e6837f9..f6dd6a8 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,8 @@ You can use environment variables in the config file or set them and run the ser - `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` - Creates a MongoDB Atlas database user +- `atlas-list-alerts` - List MongoDB Atlas Alerts for a Project + NOTE: atlas tools are only available when you set credentials on [configuration](#configuration) section. From d975f4423c83cbd30b9190211d8203671f33f226 Mon Sep 17 00:00:00 2001 From: Wojciech Trocki Date: Wed, 14 May 2025 13:22:10 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index f6dd6a8..9467ed5 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,6 @@ You can use environment variables in the config file or set them and run the ser - `atlas-create-db-user` - Creates a MongoDB Atlas database user - `atlas-list-alerts` - List MongoDB Atlas Alerts for a Project - NOTE: atlas tools are only available when you set credentials on [configuration](#configuration) section. #### MongoDB Database Tools From e6871c57f9228ad6460a363c4a5b37ff558a5b24 Mon Sep 17 00:00:00 2001 From: Wojciech Trocki Date: Wed, 14 May 2025 13:22:44 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9467ed5..562e977 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ You can use environment variables in the config file or set them and run the ser - `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` - Creates a MongoDB Atlas database user -- `atlas-list-alerts` - List MongoDB Atlas Alerts for a Project +- `atlas-list-alerts` - List MongoDB Atlas Alerts for a Project NOTE: atlas tools are only available when you set credentials on [configuration](#configuration) section.