Loading a single component with lscm
I am trying to use lscm to create a workspace and then load the files from a particular component.
I have a single stream with 2 components in it.
I saw through some docs you can use a load rule to load a particular component. Is there anyway I can just load a component by name instead?
Here are the commands I am using.
```
${LSCM} create workspace -r jazzhub -s myproject workspace
${LSCM} load -r jazzhub workspace --force
|
One answer
Jeff,
if you type >lscm help load you are given all the valid options. To load a particular component simply add the component name or UUID as [remote-path...] parameter at the end of the command, i.e. ${LSCM} load -r jazzhub workspace --force ${COMP_UUID} If this answers your question please mark it as accepted. - Arne |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.