V8.00.000.2025.06.17

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-07-08 20:53:47 +02:00
parent e63e343bc7
commit 6d255e9c07
21 changed files with 158 additions and 68 deletions

View File

@@ -15,8 +15,8 @@ guard_sourcing
#######################################
# yq_val <YQ expression> <file> - Returns value, converts null to ""
# Arguments:
# $1: Key String to evaluate
# $2: YAML File
# 1: Key String to evaluate
# 2: YAML File
#######################################
yq_val() {
declare var_h; var_h=$(yq e "$1" "$2")