Feature Discovery
These commands help you browse and understand the features in your product. Use them to inspect what is declared, check lifecycle states, explore load order, and compare contracts across features.
Command reference
| Command | Description |
|---|---|
feature:list |
List features declared in the active product’s pyproject.toml |
feature:status |
Show lifecycle state of all features. Supports --integrity, --fix, and --timeline flags. |
feature:order |
Show the topological load order resolved by UVL constraints |
feature:search |
Browse available features on GitHub |
feature:versions |
List all available versions of a feature on GitHub and PyPI |
feature:xray |
Deep-inspect a feature’s internal structure and metadata |
product:validate |
Compare two feature contracts (or all product features with --all) and report conflicts |