postman-combine-collections
postman-combine-collections copied to clipboard
A command line tool to combine several Postman collections into one
Results
2
postman-combine-collections issues
Sort by
recently updated
recently updated
newest added
Q: tool takse only the first file from wild card file path match. should be Q: tool takes only the first file from the wild card file path match.
I would like to be able to do the equivalent of: ``` postman-combine-collections --name composed \ -f Foo.postman_collection.json \ -f Bar.postman_collection.json \ -f FooBar.postman_collection.json \ -o composed.collection.json / ``` How...