ProspectOne / perfops-cli

A simple command line tool to interact with hundreds of servers around the world.
https://perfops.net/cli
287 stars 45 forks source link

Support saving to files #40

Closed MartinKolarik closed 1 year ago

MartinKolarik commented 5 years ago

When using perfops curl with limit > 1 the potentially long responses need to be separated manually. It would be great if we could provide an option like --out file.txt and it would save each response separately to file-1.txt, file-2.txt, etc.