I want to compare two baselines and write the output to a excel file using scm command line? Couls you please help me?

One answer

You can use 'scm compare baseline <baseline1_name_or_alias_or_uuid> baseline <baseline2_name_or_alias_or_uuid>. You can redirect the output to a file.
If you specify the baseline name then you need to also specify the -c/--component option.
To know/list the baseline uuid, you can run 'scm list baseline' command.