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

How to get stream UUID from name

Is there any way how can i get stream UUID ?
thank you

0 votes


Accepted answer

Permanent link
List streams which also contains UUIDs:
scm list streams -r "$REPO" --projectarea "$PROJECT" -u "$USER" -P "$PASS"
	
Ralph Schoon selected this answer as the correct answer

0 votes


One other answer

Permanent link
I think Tomas meant to say using the -u/--show-uuid option for this purpose, but forgot to put it in the sample command. He knows how to use it apparently according to this post.
https://jazz.net/forum/questions/231330/how-to-get-list-of-components-using-scm-command

So the correct command should be
scm -u y list streams -r "$REPO" --projectarea "$PROJECT" -u "$USER" -P "$PASS"
or
scm --show-uuid y list streams -r "$REPO" --projectarea "$PROJECT" -u "$USER" -P "$PASS"
Reference can be found here in the "UUIDs and aliases" section.
https://www.ibm.com/support/knowledgecenter/en/SSYMRC_6.0.2/com.ibm.team.scm.doc/topics/c_scm_cli.html

1 vote

Comments

  I did not know, but i hardly found it somewhere else. thx

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
× 12,019

Question asked: Nov 21 '16, 6:38 a.m.

Question was seen: 3,142 times

Last updated: Nov 22 '16, 3:05 a.m.

Confirmation Cancel Confirm