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{