mozilla / observatory-cli

Mozilla Public License 2.0
187 stars 24 forks source link

define all client options and calls #1

Closed gregglind closed 8 years ago

gregglind commented 8 years ago

replicate much of what is in: https://github.com/mozilla/http-observatory-cli

gregglind commented 8 years ago
$ httpobs --help
usage: httpobs [options] host

positional arguments:
  host           hostname of the website to scan

optional arguments:
  -h, --help     show this help message and exit
  -d, --debug    output only raw JSON from scan and tests
  -r, --rescan   initiate a rescan instead of showing recent scan results
  -v, --verbose  display progress indicator
  -x, --hidden   don't list scan in the recent scan results
  -z, --zero     show test results that don't affect the final score
gregglind commented 8 years ago

Options to keep (for sure)

Options to add (possible)