lula dev lint
.less than a minute
Lint validation files against schema
Validate validation files are properly configured against the schema, file paths can be local or URLs (https://)
lula dev lint [flags]
To lint existing validation files:
lula dev lint -f <path1>,<path2>,<path3> [-r <result-file>]
-h, --help help for lint
-f, --input-files strings the paths to validation files (comma-separated)
-r, --result-file string the path to write the validation result
-l, --log-level string Log level when running Lula. Valid options are: warn, info, debug, trace (default "info")
Was this page helpful?