Skip to content

Commit

Permalink
update warning
Browse files Browse the repository at this point in the history
  • Loading branch information
pPrecel committed May 16, 2024
1 parent 0019f73 commit e8e048d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
# Kyma CLI

> [!WARNING]
> The kyme-cli in the version `2.x.x` is not anymore supported. Not all functionality will be moved to the kyma-cli in the `3.x.x` version. Read more [here](https://github.com/kyma-project/cli/issues/2051).
> All current commands are deprecated and new `v3` commands will be developed within `alpha` command group.
> Read more about the decision [here](https://github.com/kyma-project/community/issues/872).
## Overview

Expand Down
3 changes: 1 addition & 2 deletions cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ import (
)

func main() {
// TODO: improve warning message
fmt.Println("WARNING: kyma command is deprecated and will be removed in the future")
fmt.Print("WARNING: All current commands are deprecated and new v3 commands will be developed within alpha command group.\n\n")

command := kyma.NewCmd(cli.NewOptions())

Expand Down

0 comments on commit e8e048d

Please sign in to comment.