product:missing
Show features required by the UVL model that are not present in pyproject.toml.
Usage
splent product:missing [--pyproject PATH] [--fail]
Options
| Option | Description |
|---|---|
--pyproject |
Override the pyproject.toml path. |
--fail |
Exit with code 2 if missing dependencies are found. |
Description
Compares the selected features in pyproject.toml against the implied dependencies from the UVL model. Reports any features that are required (via => constraints) but not declared. Use this to identify missing dependencies before running product:validate.