how to get all components with baseline in stream use lscm.exe ?
I want to get all components with baseline in stream use lscm.exe
I use
lscm.bat query --component -r https://localhost/ccm "in_stream(@1000)"
it return :
(1189) "sub1"
(1190) "sub2"
(1191) "sub3"
no baseline information ,
anyone can help me how to get all components with baseline in stream use lscm.exe ?
likes:
(1189) "sub1" “1:xxx”
(1190) "sub2" “2:xxx”
(1191) "sub3" “3:xxx”
One answer
I would suggest you consider reading through the SCM Command Line Reference: https://www.ibm.com/docs/en/elm/7.0.2?topic=reference-scm
Query is for querying custom SCM attributes, which you do not have. You want to understand what other commands are available that might be able to answer your questions.
Comments
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Mar 04 '22, 3:58 a.m.Stop spamming the forum with the same question.
Xia Chen
Mar 04 '22, 4:14 a.m.i am sorry !