microsoft/sarif-sdk

Multitool convert options removed (--force, --pretty-print)

MarkvanOsch opened this issue · 4 comments

I noticed that our build is failing because with the upgrade from 4.0.0 to 4.1.0 these commandline options where removed:
--force, --pretty-print

Was this intentional? What is the replacement for these? For example for overwriting an output file.

We are facing the same issue, any recommendation for replacing --force? Or is overwriting the default and only behavior now?

mpoqq commented

--force, --pretty-print, --inline are replaced by --log="ForceOverwrite, PrettyPrint, Inline".
Unfortunately it is not documented and was not communicated.
I also think this is a breaking change and should be reverted.

Thanks for reporting the issue.
@mpoqq thanks for the help here.
closing the issue.