Can we have an option for skipping a field in the HTML Reports with postman CLI

Like Newman HTMLExtra reporter has skipHeaders option to skip a header field (e:g a sensitive field like api key) in the HTML reports, can we have something like that in Postman CLI also.

Hey @gurpreet05 :waving_hand:

Welcome back!! :postman:

There are a few different options for the CLI that can be passed into the command which will allow you to omit headers and request bodies but currently, there isn’t an option to omit a single header.

Thanks @danny-dainton , can we add a request for this feature as we generally would prefer to see/save all non-sensitive data in the reports for any failures or for test results storage. We have Postman enterprise and are trying to move our pipelines from newman to postman but this is a big blocker for us.