🔵Pynt Newman

Pynt Newman: A Specialized Pynt Mode for Scanning Postman Collections via CLI

Basic usage

pynt newman --collection <path to collection>

Required arguments

--collection - Postman collection file name

Optional arguments

--environment - Postman environment file name
--reporters output results to json
--host-ca - path to the CA file in PEM format to enable SSL certificate verification for pynt when running through a VPN.
--return-error - 'all-findings' (warnings, or errors), 'errors-only', 'never' (default), 

Examples

How Pynt newman works ?

Last updated