* Allow user to pass an arbitrary number of glob expressions in the `sample-tester` command line. These globs should resolve to YAML files containing configs (testplans or manifests), which now self-identify by a top-level `type` field.
* Switch to `click` for arg parsing in `gen-manifest` in order to allow gen-manifest to process CLI-provided tags with spaces
* Fix assorted errors: typos, bugs, flake8 warnings