I want to run multiple collection with different test data file

I have multiple collections with different test data file as below :

Colections1.json TestData.csv
Colections2.json TestData2.csv
Colections3.json TestData.3csv

I want to run all collection with single command So that I can add them in CI pipeline.

Could you please suggest , how can I do that