From 90ae680ba14534986cf2c3c2986ca293276042a5 Mon Sep 17 00:00:00 2001 From: Jacek Wysocki Date: Tue, 21 Dec 2021 08:53:53 +0100 Subject: [PATCH] feat: added tests command to testkube cli plugin --- cmd/kubectl-testkube/commands/root.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/kubectl-testkube/commands/root.go b/cmd/kubectl-testkube/commands/root.go index 6e7dcc22e69..889abc53c7a 100644 --- a/cmd/kubectl-testkube/commands/root.go +++ b/cmd/kubectl-testkube/commands/root.go @@ -28,6 +28,7 @@ func init() { RootCmd.AddCommand(NewDashboardCmd()) RootCmd.AddCommand(NewExecutorsCmd()) RootCmd.AddCommand(NewArtifactsCmd()) + RootCmd.AddCommand(NewTestsCmd()) } var RootCmd = &cobra.Command{