From 031d17cbed0ce306dd59155d902f96d4f8bfd3ed Mon Sep 17 00:00:00 2001 From: Diogo Recharte Date: Mon, 4 Mar 2024 13:02:10 +0000 Subject: [PATCH] Update readme with archived repo message --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a0b4088d..c4665cfa 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,12 @@ -# Percona Everest CLI +# Percona Everest CLI (Archived) + +**Note: This repository has been archived and its functionality has been merged into a consolidated repository.** + +For the latest updates and features, please visit the new repository: + +[Everest](https://github.com/percona/everest) + +# This tool is a CLI client for Percona Everest and has the following features @@ -16,5 +24,5 @@ This tool is a CLI client for Percona Everest and has the following features At the moment it only provisions the clusters, however a technical preview of PMM integration and registering in Percona Everest control plane features are implemented ``` -go run cmd/everest/main.go --monitoring.enabled=false +go run cmd/everest/main.go install ```