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
![]()
Ralph Schoon (62.7k●3●36●43)
| answered Mar 04 '22, 4:33 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER 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
Stop spamming the forum with the same question.
i am sorry !