yamlfmt icon indicating copy to clipboard operation
yamlfmt copied to clipboard

Format YAML

Results 2 yamlfmt issues
Sort by recently updated
recently updated
newest added

On the following YAML file `yamlfmt` will continuously insert an empty line between `X` and `Y`, no matter how many empty lines are there between them. ``` >- X Y...

It would make it trivial to apply multiple yamlfmt'ed files for sending over pipes and such: cat lots-of-yaml/* | ssh bastion ... kubectl apply -f - (ATM, I have to...