Background
The project does not keep any information about what variant was applied to the project. The only way to be of current variants is to call switch again or compare parameters.
Solution
Save the latest selected variant in .variant file when calling switch command and highlight the selected variant while running list command, for example:
Content of the file .variant
version: 1.1.0
variant: default
Background
The project does not keep any information about what variant was applied to the project. The only way to be of current variants is to call
switchagain or compare parameters.Solution
Save the latest selected variant in
.variantfile when callingswitchcommand and highlight the selected variant while runninglistcommand, for example:default * dev qaContent of the file
.variant