Implement SDL CLI 'healthcheck' -command
[ric-plt/sdlgo.git] / internal / cli / root.go
index ceef6c2..6d20ebc 100644 (file)
@@ -34,5 +34,6 @@ func NewRootCmd() *cobra.Command {
                Run: func(cmd *cobra.Command, args []string) {
                },
        }
+       cmd.AddCommand(NewHealthCheckCmd())
        return cmd
 }