Releases: Tufin/oasdiff
Releases · Tufin/oasdiff
v2.0.4
v2.0.3
v2.0.2
v2.0.1
v2.0.0
New Command-Line - Breaking Change 🛠
Version 2.0.0 has a new command-line structure with sub-commands.
All users must update their cmd-lines to use this version.
Usage
oasdiff [command] base revision [flags]
Where base and revision are the paths (globs in Composed mode) or URLs of the OpenAPI specs to compare, and command is one of the following:
Command | Help |
---|---|
diff |
Generate a diff report |
breaking |
Display breaking changes |
changelog |
Display changelog |
summary |
Generate a diff summary |
To see the possible flags, run oasdiff help <command>
What's Changed
Breaking Changes 🛠
- sub-commands by @reuvenharrison in #293
Full Changelog: v1.5.20...v2.0.0