yaml-lint

CLI tool to lint and validate YAML files for syntax errors

npmmacoslinuxwindows
Try with needOr install directly
Source

About

A simple (CLI) tool to lint YAML files

Commands

yaml-lint

Examples

Lint a single YAML file$ yaml-lint config.yaml
Lint multiple YAML files in a directory$ yaml-lint *.yaml
Lint with strict validation mode$ yaml-lint --strict deployment.yaml