v0.6.0
Reworked authentication.
- Renamed --token/--token-cmd to --auth/--auth-cmd.
- Added support for basic auth (--auth-type=basic).
- Added support for API key auth (--auth-type=api-key), with a configurable header (--api-key-header, defaults to "X-API-Key").
Auth type and api header name are auto-detected from the spec when possible.
Requires re-adding profiles (or manually updating the config file).