Console command
Explore OpenAPI changes in your terminal.The console command opens the interactive terminal UI for browsing changes across revisions.
Examples:
You should see something like this:
Keyboard controls
Ctrl-C or q to quit. Escape steps back through the current view and returns focus to the previous panel or closes the current overlay.The console has three main panels:
- commit history
- semantic change tree
- diff view
The usual flow is:
- Move through commits with
Up/Down - Press
Enterto move into the change tree - Move through changes with
Up/Down - Press
Enterto open the code view for the selected change
Additional controls:
Tab: switch between commit history, tree, and diff panelsr: open the rendered markdown report overlay for the active revisionPgUp/PgDn: page through the tree, diff, or overlayHome/End: jump to the start or end of the current tree or scrollable viewSpace: recenter the highlighted change in the code viewEscape,Enter, orq: close the code or report overlay
Theme flags
The console supports the shared terminal theme flags:
See Command Arguments for the shared flags.