Question

Q: Is there a command line option for component selection?

Can I have some control over components from command line?

Answer:

You can enable/disable components from the command line using the following options:


        --enable-components name1,name2,name3
        --disable-components name1,name2,name3
        

where

name1, name2,...

are the names inside the <name> tag of components. Component names are case sensitive.