[Feature]: Possibility to show in trace the VCS commands called by TCR #245
Labels
enhancement
New feature or request
murex
Items related to using TCR at Murex
perforce
Perforce related issues
S
Small
Contact Details
damien.menanteau@gmail.com
Feature Request
Provide a way to see what VCS commands are triggered by TCR.
Feature Description
Add a new command line option allowing to turn on trace for specific components or functionalities. The current need is only for VCS commands, but this will be done in such a way that it can be extended to other components / functionalities.
New command line option:
--trace <value>
or-T <value>
none
vcs
, all VCS command calls will be traced along with other usual TCR traces. They will be reported as warnings (yellow) in order to clearly differentiate them from the rest of TCR traceThis setting will be saved in
.tcr/config.yml
so that the user does not have to use the command line argument every time. It will be saved underconfig.tcr.trace
.Later on, we could extend the use of this parameter to activate multiple traces (for example
tcr -trace vcs -trace toolchain
)Alternatives
N/A
Additional Context
N/A
Code of Conduct
The text was updated successfully, but these errors were encountered: