product:list
List all products found in the workspace.
Usage
splent product:list
Example output
Products in /workspace (3):
sample_splent_app v0.0.1 (7 features) ◀ active
another_product v1.2.1 (3 features)
legacy_app v0.5.0 (0 features)
Description
Scans WORKING_DIR for directories that contain a pyproject.toml and reads each product’s name, version, and declared feature count from it. The currently active product (set via SPLENT_APP) is marked with ◀ active.
Useful as a quick overview before running product:select.