In IBM Rational Team Concert, if you want to list all streams of a project area from the command line, here's a quick reference.
Usage :
lscm list streams --projectarea "project-area-name" -r repository-connection-name
Eg :
lscm list streams --projectarea "pdfservice.channels.group.prd" -r https://jtsrv.uk.hibm.company:9094/jazz
The output would be the names of all streams something like :
(1000) "htse.midata.dev"
(1001) "htse.mydocs.dev"
(1002) "pdfservice.channels.group.stream"
Kindly note that as per the syntax we need to use quotes only for the project area name and not for the repository connection.
Usage :
lscm list streams --projectarea "project-area-name" -r repository-connection-name
Eg :
lscm list streams --projectarea "pdfservice.channels.group.prd" -r https://jtsrv.uk.hibm.company:9094/jazz
The output would be the names of all streams something like :
(1000) "htse.midata.dev"
(1001) "htse.mydocs.dev"
(1002) "pdfservice.channels.group.stream"
Kindly note that as per the syntax we need to use quotes only for the project area name and not for the repository connection.
No comments:
Post a Comment