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

  1. Removes SPLENT_APP=... from the workspace .env file.
  2. The prompt updates automatically (via PROMPT_COMMAND).

If already in detached mode, the command does nothing (idempotent).

After deselecting, run unset SPLENT_APP in 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


Back to top

splent. Distributed by an LGPL license v3. Contact us: drorganvidez@us.es