spl:deps
Show dependencies implied by UVL constraints for a given feature.
Usage
splent spl:deps <feature> [--reverse]
Examples
Show what splent_feature_profile requires:
splent spl:deps splent_feature_profile
Show what features require splent_feature_auth:
splent spl:deps splent_feature_auth --reverse
Options
| Option | Description |
|---|---|
--reverse |
Show reverse dependencies — which features depend on the given one. |
Description
Analyzes A => B implication constraints in the UVL model and traces the dependency closure for the specified feature.