project validate
Validate the sources of a project that are suitable for a build. Validation is done as
part of the build
.
Usage command
Use the following command to validate the sources of a project:
lmctl project validate [OPTIONS]
Options
Name | Description | Default | Example |
---|---|---|---|
--project |
Path to the project directory, which includes a valid lmproject.yaml file. | ./ is the current directory. | --project /home/user/projectA |
--autocorrect |
Allow automatic correction of warnings and validation errors. Each warning or error informs you if the action is supported. | False | --autocorrect |