Skip to content

daft release-notes

Display release notes from the changelog

Description

Displays release notes from daft's changelog in a scrollable interface using the system pager (similar to how git displays man pages).

By default, shows all release notes. Use the VERSION argument to show notes for a specific version, or use --list to see a summary of all available versions.

The pager can be navigated using standard less commands:

  • Space/Page Down: scroll down one page
  • b/Page Up: scroll up one page
  • /pattern: search for text
  • n: find next match
  • q: quit

Usage

daft release-notes [OPTIONS]

Options

OptionDescriptionDefault
-l, --listList all versions without full notes
-n, --latest <N>Show only the latest N releases (default: all)
--jsonOutput as JSON for scripting
--no-pagerDisable pager, print directly to stdout

Global Options

OptionDescription
-h, --helpPrint help information
-V, --versionPrint version information

Released under the MIT License.