Skip to content

show specs

show specs - Display specifications for a release

Shows .feature specification files that were added or modified for a release.

Flags

Flag Description
--branch Branch to query (default: trunk branch from config, usually "main"). Use "HEAD" for current branch

Notes

Expected Output:

  • Version header with module and version number
  • Summary line with counts (added, modified, deleted, total scenarios)
  • Markdown table with columns: File, Status, Scenarios, Feature
  • Status icons: ✨ Added, 📝 Modified, 🗑️ Deleted

Examples

show specs ext-eac
show specs ext-eac latest
show specs ext-eac unreleased
show specs ext-eac 0.0.7

Bundle Modules

For container/bundle modules with dependencies, specs are aggregated from all dependent modules.

Example: When querying ext-eac (which depends on eac-commands and r2r-cli):

r2r eac show specs ext-eac

Shows specs from:

  • specs/eac-commands/ (dependency)
  • specs/r2r-cli/ (dependency)
  • specs/ext-eac/ (if any)

Regular modules only show specs from their own specs/<module>/ directory.

File Location

Specifications are read from: specs/<module>/

See Also


Tutorials | How-to Guides | Explanation | Reference

You are here: Reference — information-oriented technical descriptions of the system.