lscm tools documentation needed
Y.C. Yeung (11●1●1)
| asked Mar 04 '14, 5:05 p.m.
retagged Mar 13 '14, 9:13 a.m. by Ralph Earle (257●3●9) I am writing a script to check in files to RTC. I need to know the return code from the command to detect errors from the commands. I also need to know the json structure to parse out information from the result of the commands (share, checkin, deliver). Is there (GOOD) documentation on the lscm tools? I have searched the jazz.org and only find syntax about the commands and not any information on any return code and error handling for the commands. Here is my script.
#!/usr/bin/env bash
|
One answer
For the scm/lscm exit code, you can find from http://pic.dhe.ibm.com/infocenter/clmhelp/v4r0m6/topic/com.ibm.team.scm.doc/topics/r_scm_cli_retcodes.html
|
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.
Comments
As of now there is no documentation on the JSON output format. Here is the link to couple of scm cli articles: