yamlfix

Format and clean up YAML files while preserving comments

brewmacoslinux
Try with needOr install directly
Source

About

Simple and configurable YAML formatter that keeps comments

Commands

yamlfix

Examples

format a YAML file and fix its structure$ yamlfix config.yaml
format YAML and show what changed without saving$ yamlfix --diff config.yaml
format all YAML files in a directory recursively$ yamlfix --recursive .
format YAML with custom line length and indentation$ yamlfix --line-length 100 --indent-sequences true file.yaml
check if YAML file is properly formatted$ yamlfix --check config.yaml