I am running an npx task with "ibm-openapi-validator". I would love to save the result in a reports file.
Unfortunately "ibm-openapi-validator" does not provide a way to write a report directly.
I would like to capture the output of the process and save it in a report file.
The exec task provides ways to redirect stdout and stderr.
Maybe add a similar feature at least to the npx task?
I am running an npx task with "ibm-openapi-validator". I would love to save the result in a reports file. Unfortunately "ibm-openapi-validator" does not provide a way to write a report directly.
I would like to capture the output of the process and save it in a report file. The exec task provides ways to redirect stdout and stderr.
Maybe add a similar feature at least to the npx task?