CLI command to deliver baseline from stream to stream
We have streams A and stream B. I need to be able to deliver a baseline from stream A to Stream B via CLI
I have attempted number of CLI commands based on infocenter
- lscm accept -r
-u clmadmin -P 1234 -s "streamname"
- scm deliver -r https://testclm.com:9443/ccm -u clmadmin -P clmadmin -b BL_1 -s "Stream A" -t "Stream B"
but none seem to work.
Could you please shed some light on how I can deliver a baseline from Stream A to Stream B?