Last Updated: April 2026
yamlr demo
Interactive Demo Generator
Scaffolds a yamlr-demo/ directory containing intentionally broken manifests. This is designed for first-time users to safely test yamlr scan and yamlr heal without risking their own files.
Usage
bashyamlr demo
Description
Creates:
yamlr-demo/broken-deployment.yaml: Syntax errors, missing selectors.yamlr-demo/legacy-ingress.yaml: Deprecated APIs.yamlr-demo/.yamlr.yaml: Sample config.
Examples
bashyamlr demo cd yamlr-demo yamlr scan . yamlr heal . ### 🛡 Global Performance Flags Available across all commands: * **`--timing`**: [PERFORMANCE] Output surgical execution timing breakdown. * **`--timing-file <FILE>`**: [PERFORMANCE] Save performance profiling data to a JSON file.