Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Krzysztof Kwiatosz <krzysztof.kwiatosz@sap.com>
  • Loading branch information
pPrecel and kwiatekus authored May 17, 2024
1 parent e8e048d commit bc5118c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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())

Expand Down

0 comments on commit bc5118c

Please sign in to comment.