How to narrow down lscm query to stream for custom attributes?
![]()
Karthik Krishnan (859●4●100●149)
| asked Aug 26 '16, 7:21 a.m.
edited Sep 04 '18, 2:24 p.m. by David Lafreniere (4.7k●7) I would like to get a list files (and components) along with version which has specific scm custom attribute set for a given stream.
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
Is this possible?