Last Updated: April 2026
yamlr manual
The Terminal User Guide & Reference
The manual command renders high-fidelity documentation directly in your terminal. This allows for a 100% offline-first experience where you never have to leave the shell to master the engine.
Usage
bashyamlr manual [TOPIC]
Description
- The Big Book: Running
yamlr manualwith no arguments opens the full Yamlr User Guide. - Tiered Reference: Pass a command name (e.g.,
scan,heal,rules) to view the specific manual for that subcommand. - Discovery Integration: Complements the
yamlr featurescommand by providing deep technical context for every core and enterprise capability. - Specialized Topics:
config: Opens the full Yamlr Configuration Guide (CONFIGURATION.md).
- Rich Rendering: Uses the engine's internal markdown processor for a premium, formatted reading experience.
- Offline-First: Bundled directly into the binary; no internet connection required.
- Performance Profiling: Supports the global
--timingflag to measure documentation rendering and bootstrap overhead.
Examples
Open the main User Guide:
bashyamlr manual
View the Scan command manual:
bashyamlr manual scan
View the Configuration Guide:
bashyamlr manual config