Skip to content

Commit

Permalink
Merge branch 'main' of github.com:k8sgpt-ai/k8sgpt
Browse files Browse the repository at this point in the history
  • Loading branch information
thschue committed Mar 28, 2023
2 parents f9c7daf + a49cec9 commit ff0b67b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions cmd/analyze/analyze.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ var (

// AnalyzeCmd represents the problems command
var AnalyzeCmd = &cobra.Command{
Use: "analyze",
Short: "This command will find problems within your Kubernetes cluster",
Use: "analyze",
Aliases: []string{"analyse"},
Short: "This command will find problems within your Kubernetes cluster",
Long: `This command will find problems within your Kubernetes cluster and
provide you with a list of issues that need to be resolved`,
provide you with a list of issues that need to be resolved`,
Run: func(cmd *cobra.Command, args []string) {

// get backend from file
Expand Down

0 comments on commit ff0b67b

Please sign in to comment.