Merge branch 'main' of github.com:k8sgpt-ai/k8sgpt

This commit is contained in:
Thomas Schuetz 2023-03-28 11:41:46 +02:00
commit ff0b67b5a9

View File

@ -26,10 +26,11 @@ var (
// AnalyzeCmd represents the problems command // AnalyzeCmd represents the problems command
var AnalyzeCmd = &cobra.Command{ var AnalyzeCmd = &cobra.Command{
Use: "analyze", Use: "analyze",
Short: "This command will find problems within your Kubernetes cluster", Aliases: []string{"analyse"},
Short: "This command will find problems within your Kubernetes cluster",
Long: `This command will find problems within your Kubernetes cluster and 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) { Run: func(cmd *cobra.Command, args []string) {
// get backend from file // get backend from file