Product Setup
These commands handle discovering, creating, selecting, and configuring products in the workspace. Use them to bootstrap a new product, choose which product is active, synchronise feature symlinks, and manage environment variables before starting any containers.
Command reference
| Command | Description |
|---|---|
product:list |
List all products in the workspace |
product:select |
Set the active product (SPLENT_APP) |
product:deselect |
Enter detached mode (clear SPLENT_APP) |
product:create |
Scaffold a new product |
product:resolve |
Clone and link all declared features |
product:env |
Generate and merge .env files |
product:configure |
Interactive feature configurator with constraint propagation |
product:derive |
Full SPL derivation pipeline (sync, env, up, run) |