postman-combine-collections
postman-combine-collections copied to clipboard
maintaining order
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 can I guarantee order? I can't right?