Data driven testing cannot upload file from Newman cli

i am doing data driven testing on a postman collection have 15 api calls, i have done testing manually(postman runner) by selecting data file (json) contaning several variable values ,eg empname (10 values) desingation(10 values,salary(10 values) in 3 columns, i can succesfully run the test when i open postman runner and select this json data file.but i want to automate this process through postman CLI is there a way i can select this file (json data file) through command line and pass it to the collection having 15 api call? please guide ,thanks.

@pankajjp Welcome to the community :partying_face:

You can pass the file as input with command -d along with the existing newman command with collection file, environment/global file (if applicable). Even you can mentioned the number of iterations using -n

You can try reading this