added yaml parser
This commit is contained in:
parent
9fc61e0561
commit
96cb1fb9e5
@ -85,9 +85,10 @@ fi
|
|||||||
|
|
||||||
}
|
}
|
||||||
check_file "$@"
|
check_file "$@"
|
||||||
|
|
||||||
|
|
||||||
# Output the file and engine being used
|
# Output the file and engine being used
|
||||||
echo "Using $file with engine $engine"
|
echo "Using $file with engine $engine"
|
||||||
|
yq() {
|
||||||
|
$engine run --rm -i -v "${PWD}":/workdir mikefarah/yq "$@"
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user