yaml-alphabetize
v0.0.3
Published
Alphabetically sort a section of YAML
Downloads
2
Readme
YAML Alphabetize
This simple CLI will alphabetize a specific section of your YAML file.
Usage
npx yaml-alphabetize input.yaml components/schemas -v -o output.yaml
Arguments
- input file
- path
Options
-v, --verbose
: Enable verbose logging-o, --output
: The path of the file to output to, otherwise, will print to STDOUT