Skip to content

poly validate

Validate the project's configuration locally.

Examples:

poly validate
poly validate --path /path/to/project

Returns a list of validation errors for the whole project. These indicate project misconfiguration that will either be rejected on poly push or break the project's runtime behavior.

--json output shape:

{
  "valid": true,
  "errors": []
}