Hello,
Is there any possibility to locate where a member is shared using CLI commands?
For example, we have member1 located in project1 archive.
But member1 is also shared in project2 with variant DEV_Path_1.
Somehow, when using CLI commands for CP's the only information I get is that member e:/project1/member1 was changed on DEV_Path_1, but my need is to have the information member1 is located on e:/project2/member1 (if for example I want to use si co CLI command in parallel with CP info manipulation).
Is there any possibility to get the location where a member is shared? for example, using a command such as si locate member1 that returns not only e:/project1/member1, but also e:/project2/member1( location where the member is shared)?