Skip to content

otrosien/yaml-merge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1289aa3 · Jan 25, 2022

History

37 Commits
Jan 25, 2022
Jan 25, 2022
Jan 25, 2022
Jan 9, 2017
Jan 25, 2022
Jan 9, 2017
Jan 25, 2022
Jan 9, 2017
Dec 22, 2016
Jan 25, 2022
Jan 25, 2022
Jan 25, 2022
Jan 25, 2022
Dec 21, 2016

Repository files navigation

yaml-merge (GraalVM native build)

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

Local Installation

Build using GraalVM

export JAVA_HOME=$GRAALVM_HOME
./gradlew nativeCompile
cp ./build/native/nativeCompile/yaml-merge /usr/local/bin

Releasing

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