spl:create
Create a new SPL in the catalog.
Usage
splent spl:create <name>
Description
Creates a new Software Product Line entry in the SPL catalog. This scaffolds a metadata.toml file with the SPL name and a template UVL model file that you can edit to define features and constraints.
Requires detached mode — the command operates on the catalog directly, not on a specific product.
What it creates
metadata.toml— SPL metadata (name, description, author, etc.)- A template
.uvlfile — starter feature model with a root feature and placeholder structure.