yaml-sort
yaml-sort copied to clipboard
CLI tool to sort YAML files alphabetically
Results
3
yaml-sort issues
Sort by
recently updated
recently updated
newest added
Hello ! I tried your tool on following file ```yaml answers: no: Non yes: Oui ``` When I run `npx yaml-sort -w -1 -i ./fr.yml`, it's transformed into the following:...
In many yaml-based applications, like Ansible, Github workflows, etc, there are keys like `name` that make sense to be on top of the rest of the keys in a dict....