Class DoctorCommand

java.lang.Object
cloud.kitelang.cli.commands.DoctorCommand
All Implemented Interfaces:
Callable<Integer>

public class DoctorCommand extends Object implements Callable<Integer>
Diagnose and troubleshoot Kite installation and project configuration. Checks for common issues and provides recommendations.
  • Constructor Details

    • DoctorCommand

      public DoctorCommand()
  • Method Details