Last Updated: April 2026
yamlr version
Display the version information for the Yamlr CLI and Core Engine.
Usage
bashyamlr version # OR yamlr --version
Description
The version command provides detailed information about the current installation, including:
- CLI Version: The version of the command-line interface.
- Engine Version: The version of the underlying healing engine.
- Build Hash: The Git commit hash or build identifier.
- Native Target: The platform architectures (e.g., windows-amd64).
Examples
bash$ yamlr version --timing ╭─────────────────────────────────────────────────────╮ │ yamlr — Kubernetes manifest safety & healing engine │ ╰─────────────────────────────────────────────────────╯ Yamlr v0.1.0-sovereign Core Engine: v0.1.0 Build: 20260213.1 Target: windows-amd64 (Native) ──────────────────────── Surgical Performance Breakdown ──────────────────────── • yamlr: 135.33ms ↳ Bootstrap (Imports/OS): 29.54ms
Flags
--timing: Output a surgical performance breakdown of the command execution.