Skip to content

Commit

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

# 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).
## Overview

Kyma CLI is a command line tool which supports [Kyma](https://github.com/kyma-project/kyma) developers. It provides a set of commands and flags you can use to:
Expand Down
4 changes: 4 additions & 0 deletions cmd/main.go
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
package main

import (
"fmt"
"os"

"github.com/kyma-project/cli/cmd/kyma"
"github.com/kyma-project/cli/internal/cli"
)

func main() {
// TODO: improve warning message
fmt.Println("WARNING: kyma command is deprecated and will be removed in the future")

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

err := command.Execute()
Expand Down

0 comments on commit 0019f73

Please sign in to comment.