mozilla-services / obs-common

code shared between obs-team repositories
Mozilla Public License 2.0
0 stars 0 forks source link

Migrate service-status from argparse to click #48

Closed relud closed 2 weeks ago

relud commented 2 weeks ago

fixes #39

manually tested by running:

make shell
service-status # expect error message about no hosts
service-status --host=stage=https://crash-stats.allizom.org

I didn't add CI tests because CI shouldn't depend on github being up, but also mocking out github and an http server seemed excessive. If adding a test like that is desirable lmk.