Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

How to display list of streams to specific project area using RTC command line

 Hi All, 
I want to display list of all streams specific to project area.
lscm list streams -r <repository> this command displays list of all streams in the repository.
lscm list streams -r <repository> -n name this command displays list of streams which contains pattern specified in name.
Can we display list of streams specific to particular project area.

0 votes

Comments

I figured it out

lscm list streams -r <repository nick name> --projectarea <project area name>
This command fetches streams specific to project area.


Accepted answer

Permanent link
 Hi Vikrant,

You can use the project area option for reducing the scope of listing the stream search.

--projectarea <arg> The project area to query about

http://www-01.ibm.com/support/knowledgecenter/SSYMRC_6.0.0/com.ibm.team.scm.doc/topics/list_streams.html?lang=en

Regards,
Arun.
vikrant kamble selected this answer as the correct answer

2 votes

Comments

 Thank You Arun

 Hi Arun

I want to list components of specific stream
I referred link you posted in your answer.
http://www-01.ibm.com/support/knowledgecenter/SSYMRC_6.0.0/com.ibm.team.scm.doc/topics/list_components.html?lang=en this link tells us about listing components 
I could list all the component of repository using below command
lscm list components -r localhost
localhost in nickname of repository
I also listed components specific to project area using below command
lscm list components -r localhost --projectarea <project area name>
but i am unable to list components specific to stream of project area.
I am getting all confused in that [selector] part
Could you please help me out on this?
Thank you

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,941

Question asked: Aug 24 '15, 7:12 a.m.

Question was seen: 3,593 times

Last updated: Aug 25 '15, 4:09 a.m.

Confirmation Cancel Confirm