How to narrow down lscm query to stream for custom attributes?
I would like to get a list files (and components) along with version which has specific scm custom attribute set for a given stream.
What I know is that I can issue the following command to get:
-
Only Files & versions
I could not use the --stream along with this to narrow down to a stream and display the files component wise.
Is this possible with scm CLI?
One answer
This is not possible with the current CLI commands.
It looks like the "--file" option only supports the argument of "in_baseline('
baseline UUID
')" and not "in_stream('
stream
UUID
')" for example.
If you take a snapshot of the stream (which ends up creating a baseline on each component) you could then use that command.
Comments
Karthik Krishnan
Sep 06 '16, 3:41 a.m.Is this possible?