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
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):
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
- get specs - JSON/YAML output
- show changelog - View changelog
- show Commands
Tutorials | How-to Guides | Explanation | Reference
You are here: Reference — information-oriented technical descriptions of the system.