From 8205f145e3b22f627d0d9d499fdfa350b80c5338 Mon Sep 17 00:00:00 2001 From: Yunus Emre Kalkan Date: Mon, 5 Aug 2024 13:03:43 +0300 Subject: [PATCH] Added "uninstall old cli section" --- docs/en/cli/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/en/cli/index.md b/docs/en/cli/index.md index 8d015edd02..84fe696f9c 100644 --- a/docs/en/cli/index.md +++ b/docs/en/cli/index.md @@ -3,6 +3,8 @@ ABP CLI (Command Line Interface) is a command line tool to perform some common operations for ABP based solutions or ABP Studio features. > 🛈 With **v8.2+**, the old/legacy ABP CLI has been replaced with a new CLI system to align with the new templating system and [ABP Studio](../studio/index.md). The new ABP CLI commands are explained in this documentation. However, if you want to learn more about the differences between the old and new CLIs, want to learn the reason for the change, or need guidance to use the old ABP CLI, please refer to the [Old vs New CLI](differences-between-old-and-new-cli.md) documentation. +> +> You may need to remove the Old CLI before installing the New CLI, by running the following command: `dotnet tool uninstall -g Volo.Abp.Cli` ## Installation