mergeway-cli config lint

Validate configuration files (including includes) without touching data.

Synopsis: Validate configuration files (including includes) without touching data.

Usage

mergeway-cli [global flags] config lint

No additional flags.

Example

Run the command from the workspace root (or pass --root):

mergeway-cli config lint

Output:

configuration valid

If the command encounters a problem (for example, an include pattern that matches no files), it prints the error and exits with status 1.

Run this command whenever you edit mergeway.yaml or add new entity definitions to catch syntax mistakes early.