feature:list
List all features declared in the active product.
Usage
splent feature:list
Description
This command:
- Reads the active product configuration.
- Retrieves the list of declared features from
pyproject.toml. - Displays them in a simple list format.
If no features are declared, a message is shown.
Requirements
- A product must be selected (
splent product:select). - The command must be executed inside the SPLENT runtime environment.