Class ValidateCommand

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

public class ValidateCommand extends Object implements Callable<Integer>
Validates .kite files for syntax errors, import resolution, and schema compliance. Checks that all resources reference valid types and that imports are resolvable.