Merging multiple env JSON files for newman

In my project, we are maintaining multiple JSON files for each post request of collection.Request wise, we need to maintain like this for keeping environment variables. We will do run via new man.

My requirement is to want to merge all environment json files and make it as single file. Then,get it executed with source(collection file)

Is any way to merge files via any cmd comment and any method

Hi @ishuvisha. Welcome to the Postman Community.

Why are you splitting requests and environments into multiple JSON files? I am trying to understand your usecase to see of there’s a better way to approach it.

1 Like

Hi… Thanks for you reply!