mozilla / http-observatory-cli

The command line tool for the HTTP Observatory
Mozilla Public License 2.0
90 stars 11 forks source link

User story: Test a list of hostnames passed on the command line using the output mode selected #5

Closed amuntner closed 3 years ago

amuntner commented 8 years ago

Right now I'm driving it with a shell script. I'd like add another command line param to accept a file containing a list of hostnames for bulk testing and reporting.

In this mode, error messages should be saved until the testing has completed and output to stderr all at once prior to program termination to stderr, rather than having to back-scroll errors or redirect them to a file.

gregglind commented 8 years ago

amunter, would "throw if any don't meet some sort of filter" or "check all sites against a rule" be enough?