Releases: Redocly/redocly-cli
Releases · Redocly/redocly-cli
@redocly/[email protected]
@redocly/[email protected]
Patch Changes
- Added markdown format option to stats command for use with GitHub job summaries.
- Fixed an issue with the
push
command, whendestination
option does not work without specifying it inredocly.yaml
. - Updated @redocly/openapi-core to v1.8.2.
@redocly/[email protected]
@redocly/[email protected]
Patch Changes
- Added git to the docker image, so the push command can use git metadata.
- Updated @redocly/openapi-core to v1.8.1.
@redocly/[email protected]
@redocly/[email protected]
Minor Changes
- Added a
push
andpush-status
command for use with future Redocly products.
Patch Changes
- Updated @redocly/openapi-core to v1.8.0.
@redocly/[email protected]
Patch Changes
- Fix schema type of AsyncAPI operation tags
- Fixed a problem where the linter incorrectly returned an error for valid examples that contain references.
@redocly/[email protected]
Minor Changes
- Added a
preview
command that starts a local preview server for Redocly projects that use products that are currently in a pre-release stage.
Patch Changes
- Fixed an issue with resolving references after splitting API descriptions written in the json format.
- Added filename extension support for more
x-codeSamples
languages. - Fixed a problem where the linter incorrectly returned an error for valid examples that contain references.
- Updated @redocly/openapi-core to v1.7.0.
@redocly/[email protected]
Minor Changes
- Added the ability to use
$ref
in the Redocly config file. This ability allows users to split up big config files and maintain their constituent parts independently.
@redocly/[email protected]
Minor Changes
- Added the ability to use
$ref
in the Redocly config file. This ability allows users to split up big config files and maintain their constituent parts independently.
Patch Changes
- Deprecated
--lint
option in thejoin
command. The options are marked for removal in a future release. Use the lint command separately to lint your APIs. - Updated @redocly/openapi-core to v1.6.0.