Merges two YAML files and writes the result to STDOUT. Merging of Array nodes is implemented by merging array contents based on the same array index.
usage: yaml-merge
-i,--input <arg> input yaml file
-o,--override <arg> override yaml file
Build using GraalVM
export JAVA_HOME=$GRAALVM_HOME
./gradlew nativeCompile
cp ./build/native/nativeCompile/yaml-merge /usr/local/bin
A new release is initiated by the axion
release plugin. As a result, GitHub will
build the tag and upload the release artifact to the release page.
./gradlew release