Last Updated: April 2026
yamlr completion
Shell Autocomplete Generator
Generates shell completion scripts for Bash, Zsh, Fish, and PowerShell.
Usage
bashyamlr completion [SHELL] [--install]
Options
--install: Automatically install the completion script to your shell profile (e.g.,.bashrc,.zshrc).--word TEXT: (Internal) The current word being completed.--position INT: (Internal) The cursor position in the line.
Description
Outputs the completion script to stdout. You should source this script in your shell profile.
Examples
Bash:
bashsource <(yamlr completion bash)
Zsh:
bashsource <(yamlr completion zsh)
PowerShell:
powershellyamlr completion powershell | Out-String | Invoke-Expression
🛡 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.