Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 927 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 927 Bytes

postman-combine

npm GitHub issues GitHub license

Using to combine many postman collections to one (ex: for running newman + jenkins with one result)
Note: support version 2.1
Old versions will be updated soon
TODO Phan: update old version

Install

npm install postman-combine -g

How to use

Combine many files to one
postman-combine -dest output.json -f a.json b.json
Combine all files inside folder to one
postman-combine -dest output.json -d input
Help
postman-combine -h or postman-combine --help