How to list all repository files within all components in a stream?
One answer
To my knowledge the EWM SCM system is compartmentalized to workspaces, components, etc. The APIs and command lines usually focus on one of such containers and there are commands to get a list of such containers.
If you want to analyze multiple of such containers, you would iterate all of them you are interested in. The command line reference for SCM is in the help https://www.ibm.com/docs/en/elm/7.0.2?topic=reference-scm , if you want to look into it.