get specs
get specs -
Notes
Expected Output:
YAML/JSON/TOML representation of specifications including: - module: Module moniker - version: Version number or "Unreleased" - spec_files: Array of specification files with status and metadata - added_count: Number of added specs - modified_count: Number of modified specs - deleted_count: Number of deleted specs - total_scenarios: Total scenario count across all specs
If version is specified, returns specs for that version.
Bundle Modules
For container/bundle modules with dependencies, specs are aggregated from all dependent modules.
Example: ext-eac depends on eac-commands and r2r-cli:
Returns specs from:
specs/eac-commands/(dependency)specs/r2r-cli/(dependency)specs/ext-eac/(if any)
File Location
Specifications are read from: specs/<module>/
See Also
- show specs - Human-readable output
- get changelog - Changelog data
- get Commands
Tutorials | How-to Guides | Explanation | Reference
You are here: Reference — information-oriented technical descriptions of the system.