Ne4istb / postman-combine-collections

A command line tool to combine several Postman collections into one
Apache License 2.0
16 stars 1 forks source link

Only one collection is added #5

Closed teampurpledev closed 4 years ago

teampurpledev commented 4 years ago

In the /collections folder I have 10 collections.

nodejs index.js -f ../collections/* -o test

Output:

Collection 'Cart API' was successfully added.
Combined collection is saved to 'test'

Only one collection is added to that folder. Either the recursive function does not work as expected or I'm using this tool wrong - just hoping to get some clarification. Ty!

Ne4istb commented 4 years ago

Hi @sweetnoods Please, take a look at #1

Looks like I have to add this info to the readme file:)

teampurpledev commented 4 years ago

Ah I see. I should have wrapped my argument in quotes, but yes, that would be helpful to add in the README

nodejs index.js -f '../collections/*' -o test`