From bc5118c2c6e796abd09dc35eef146edf703bec28 Mon Sep 17 00:00:00 2001 From: Filip Strozik Date: Fri, 17 May 2024 11:57:57 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Krzysztof Kwiatosz --- README.md | 2 +- cmd/main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e57e3de54..a6402c3c8 100755 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # Kyma CLI > [!WARNING] -> All current commands are deprecated and new `v3` commands will be developed within `alpha` command group. +> Version `v2` of kyma CLI is deprecated. This implies that all commands available within version `v2` are also deprecated. We started designing `v3` commands that will be first released within `alpha` command group. > Read more about the decision [here](https://github.com/kyma-project/community/issues/872). ## Overview diff --git a/cmd/main.go b/cmd/main.go index d6b1623d1..9269c5006 100755 --- a/cmd/main.go +++ b/cmd/main.go @@ -9,7 +9,7 @@ import ( ) func main() { - fmt.Print("WARNING: All current commands are deprecated and new v3 commands will be developed within alpha command group.\n\n") + fmt.Print("WARNING: All commands within v2 are deprecated. We are designing v3 of kyma CLI with a new set of commands that will be first released within alpha command group.\n\n") command := kyma.NewCmd(cli.NewOptions())