postman-combine-collections icon indicating copy to clipboard operation
postman-combine-collections copied to clipboard

maintaining order

Open ShahOdin opened this issue 4 years ago • 5 comments

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?

ShahOdin avatar Jun 13 '20 16:06 ShahOdin