Summary command
Print a terminal summary of OpenAPI changes.The summary command prints a concise semantic overview of what changed. It is the quickest way to inspect a diff in the terminal or wire openapi-changes into CI.
Examples:
You should see something like this:
Useful flags
Markdown output
Use --markdown to render the summary as markdown. This is useful in CI logs, issue comments, and release notes.
If you are capturing the output for a PR comment or other automation, combine it with --no-logo to suppress the startup banner:
Fail the build on any diff
Use --error-on-diff if any detected change should produce a non-zero exit code.
Include source locations
Use --with-lines to include source line and column locations in semantic tree leaves.
Terminal themes
Use the shared terminal theme flags to switch presentation:
--roger-mode is an alias for --no-color.
See Command Arguments for the shared flags.