usebruno / bruno

Opensource IDE For Exploring and Testing Api's (lightweight alternative to postman/insomnia)
https://www.usebruno.com/
MIT License
25.38k stars 1.16k forks source link

csv-file-path from documentation is not present in bru.js #3001

Open berlingoqc opened 2 weeks ago

berlingoqc commented 2 weeks ago

I have checked the following:

Describe the bug

I see that this option exists in the website documentation

--csv-file-path CSV file to run the collection with

but when i try it in the cli

Unknown arguments: csv-file-path, csvFilePath

.bru file to reproduce the bug

No response

Screenshots/Live demo link

Screenshot 2024-09-02 at 10 32 35 AM
sanjai0py commented 2 weeks ago

Hey @berlingoqc, I tried to recreate the issue but unfortunately, I wasn't able to. Am I missing something?

https://github.com/user-attachments/assets/d353dd3f-37d6-4384-803f-59e94a72b10c

berlingoqc commented 2 weeks ago

I'm on the main branch on the repository

➜  bruno git:(main) ✗ node ./packages/bruno-cli/bin/bru.js run --csv-file-path ./test/test.csv
...
Unknown arguments: csv-file-path, csvFilePath

I don't see no reference to csv-file-path in the codebase