We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
bin/sort
bin/format
1 parent a7994e8 commit 47c7141Copy full SHA for 47c7141
bin/sort renamed to bin/format
@@ -4,7 +4,7 @@
4
yq '.zones | keys | .[]' config/production.yaml | while read -r zone; do
5
# For each file...
6
FILENAME="$zone"yaml
7
- echo -e "\nSorting $FILENAME"
+ echo -e "\nFormatting $FILENAME"
8
9
# Print a diff (if changes are made)
10
yq -MP 'sort_keys(.)' $FILENAME >$FILENAME.tmp
0 commit comments