product:deselect
Deselect the active product and enter detached mode.
Usage
splent product:deselect
The prompt changes from (sample_splent_app) /workspace$ to (detached) /workspace$.
How it works
- Removes
SPLENT_APP=...from the workspace.envfile. - The prompt updates automatically (via
PROMPT_COMMAND).
If already in detached mode, the command does nothing (idempotent).
After deselecting, run
unset SPLENT_APPin your shell to clear the variable from the current session.
When to use it
Some commands require detached mode (no product selected):
| Command | Why detached |
|---|---|
product:create |
Creating a new product |
product:test --product <name> |
Batch testing across products |
spl:create |
Creating a new SPL |
spl:list |
Listing SPLs |
spl:features, spl:deps, spl:configurations, etc. |
Querying SPL definitions |
See also
- product:select — select a product
- product:list — list available products