This release introduces a new command called openapi:inspect
, which provides various insights on how your API definition is utilizing the OpenAPI Specification.
This release also includes support for passing in your API key via the environmental variable RDME_API_KEY
. More information can be found in the Authentication section.
What's Changed
- feat(openapi): introduction of a new
openapi:inspect
command by @erunion in #698 - chore(deps-dev): bumping dev deps and resolving type -> interface conversions by @erunion in #708
- feat: dropping our
position
system for ordering commands in--help
by @erunion in #707 - feat: ability to pass in API key via env vars by @kanadgupta in #709
Full Changelog: v8.2.1...8.3.0