diff --git a/src/rougail/output_console/config.py b/src/rougail/output_console/config.py index 1666f28..78d9a59 100644 --- a/src/rougail/output_console/config.py +++ b/src/rougail/output_console/config.py @@ -27,7 +27,7 @@ def get_rougail_config( ) -> dict: options = f""" console: - description: {_('Configuration rougail-console')} + description: {_('Configuration for rougail-console')} disabled: jinja: | {{% if step.output is propertyerror or step.output != 'console' %}} diff --git a/tests/results/test_mandatory_secrets/00_6string.sh b/tests/results/test_mandatory_secrets/00_6string.sh index 64e5868..b6549fb 100644 --- a/tests/results/test_mandatory_secrets/00_6string.sh +++ b/tests/results/test_mandatory_secrets/00_6string.sh @@ -8,4 +8,6 @@ Variables: ┣━━ 📓 var3: string1 (loaded from rougail-test) ┣━━ 📓 var4: string1 (value - loaded from rougail-test) ┣━━ 📓 var5: string1 (value - loaded from rougail-test) -┗━━ 📓 var6: string1 (value - loaded from rougail-test) +┣━━ 📓 var6: string1 (value - loaded from rougail-test) +┣━━ 📓 var7: string1 (8080 - loaded from rougail-test) +┗━━ 📓 var8: string1 (true - loaded from rougail-test) diff --git a/tests/results/test_mandatory_secrets/04_5disabled_calculation_optional_default.sh b/tests/results/test_mandatory_secrets/04_5disabled_calculation_optional_default.sh index 5ba9e35..132534d 100644 --- a/tests/results/test_mandatory_secrets/04_5disabled_calculation_optional_default.sh +++ b/tests/results/test_mandatory_secrets/04_5disabled_calculation_optional_default.sh @@ -5,7 +5,7 @@ ╰────────────────────────────────────────────────╯ Variables: ┣━━ 📓 condition: true (false - loaded from rougail-test) -┣━━ 📓 var1: +┣━━ 📓 var1: string1 (loaded from rougail-test) ┣━━ 📓 var2: ┣━━ 📓 var3: ┗━━ 📓 var4: diff --git a/tests/results/test_mandatory_secrets/20_2family_looks_like_dynamic.sh b/tests/results/test_mandatory_secrets/20_2family_looks_like_dynamic.sh new file mode 100644 index 0000000..6057345 --- /dev/null +++ b/tests/results/test_mandatory_secrets/20_2family_looks_like_dynamic.sh @@ -0,0 +1,11 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 my_family + ┣━━ 📓 dynamic: + ┃ ┣━━ string1 (val1 - loaded from rougail-test) + ┃ ┣━━ string2 (val2 - loaded from rougail-test) + ┃ ┗━━ string3 (loaded from rougail-test) + ┗━━ 📓 var: true (true - loaded from rougail-test) diff --git a/tests/results/test_mandatory_secrets/20_2family_looks_like_variable.sh b/tests/results/test_mandatory_secrets/20_2family_looks_like_variable.sh new file mode 100644 index 0000000..e0c7c73 --- /dev/null +++ b/tests/results/test_mandatory_secrets/20_2family_looks_like_variable.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 my_family + ┗━━ 📓 default: true (true - loaded from rougail-test) diff --git a/tests/results/test_namespace_mandatory_secrets_key/00_6string.sh b/tests/results/test_namespace_mandatory_secrets_key/00_6string.sh index ab42f19..b96defb 100644 --- a/tests/results/test_namespace_mandatory_secrets_key/00_6string.sh +++ b/tests/results/test_namespace_mandatory_secrets_key/00_6string.sh @@ -9,4 +9,6 @@ Variables:  ┣━━ 📓 the third variable: string1 (loaded from rougail-test)  ┣━━ 📓 the forth variable: string1 (value - loaded from rougail-test)  ┣━━ 📓 the fifth variable: string1 (value - loaded from rougail-test) - ┗━━ 📓 the sixth variable: string1 (value - loaded from rougail-test) + ┣━━ 📓 the sixth variable: string1 (value - loaded from rougail-test) + ┣━━ 📓 the seventh variable: string1 (8080 - loaded from rougail-test) + ┗━━ 📓 the height variable: string1 (true - loaded from rougail-test) diff --git a/tests/results/test_namespace_mandatory_secrets_key/04_5disabled_calculation_optional_default.sh b/tests/results/test_namespace_mandatory_secrets_key/04_5disabled_calculation_optional_default.sh index a9241fa..4305b0a 100644 --- a/tests/results/test_namespace_mandatory_secrets_key/04_5disabled_calculation_optional_default.sh +++ b/tests/results/test_namespace_mandatory_secrets_key/04_5disabled_calculation_optional_default.sh @@ -6,7 +6,7 @@ Variables: ┗━━ 📂 Rougail  ┣━━ 📓 a condition: true (false - loaded from rougail-test) - ┣━━ 📓 a first variable: + ┣━━ 📓 a first variable: string1 (loaded from rougail-test)  ┣━━ 📓 a first variable:  ┣━━ 📓 a second variable:  ┗━━ 📓 a forth variable: diff --git a/tests/results/test_namespace_mandatory_secrets_key/20_2family_looks_like_dynamic.sh b/tests/results/test_namespace_mandatory_secrets_key/20_2family_looks_like_dynamic.sh new file mode 100644 index 0000000..19c18d5 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/20_2family_looks_like_dynamic.sh @@ -0,0 +1,12 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 my_family +  ┣━━ 📓 dynamic: +  ┃ ┣━━ string1 (val1 - loaded from rougail-test) +  ┃ ┣━━ string2 (val2 - loaded from rougail-test) +  ┃ ┗━━ string3 (loaded from rougail-test) +  ┗━━ 📓 a variable: true (true - loaded from rougail-test) diff --git a/tests/results/test_namespace_mandatory_secrets_key/20_2family_looks_like_variable.sh b/tests/results/test_namespace_mandatory_secrets_key/20_2family_looks_like_variable.sh new file mode 100644 index 0000000..be3cf38 --- /dev/null +++ b/tests/results/test_namespace_mandatory_secrets_key/20_2family_looks_like_variable.sh @@ -0,0 +1,8 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 my_family +  ┗━━ 📓 default: true (true - loaded from rougail-test) diff --git a/tests/results/test_namespace_read_write_key/00_6string.sh b/tests/results/test_namespace_read_write_key/00_6string.sh index 2f34d84..d4c3d53 100644 --- a/tests/results/test_namespace_read_write_key/00_6string.sh +++ b/tests/results/test_namespace_read_write_key/00_6string.sh @@ -8,4 +8,6 @@ Variables:  ┣━━ 📓 the third variable:  ┣━━ 📓 the forth variable: value  ┣━━ 📓 the fifth variable: value - ┗━━ 📓 the sixth variable: value + ┣━━ 📓 the sixth variable: value + ┣━━ 📓 the seventh variable: 8080 + ┗━━ 📓 the height variable: true diff --git a/tests/results/test_namespace_read_write_key/04_5disabled_calculation_optional_default.sh b/tests/results/test_namespace_read_write_key/04_5disabled_calculation_optional_default.sh index 95a3d18..d2a53a8 100644 --- a/tests/results/test_namespace_read_write_key/04_5disabled_calculation_optional_default.sh +++ b/tests/results/test_namespace_read_write_key/04_5disabled_calculation_optional_default.sh @@ -4,5 +4,6 @@ Variables: ┗━━ 📂 Rougail  ┣━━ 📓 a condition: false + ┣━━ 📓 a first variable:  ┣━━ 📓 a second variable:  ┗━━ 📓 a forth variable: diff --git a/tests/results/test_namespace_read_write_key/20_2family_looks_like_dynamic.sh b/tests/results/test_namespace_read_write_key/20_2family_looks_like_dynamic.sh new file mode 100644 index 0000000..3dd6a17 --- /dev/null +++ b/tests/results/test_namespace_read_write_key/20_2family_looks_like_dynamic.sh @@ -0,0 +1,10 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 my_family +  ┣━━ 📓 dynamic: +  ┃ ┣━━ val1 +  ┃ ┗━━ val2 +  ┗━━ 📓 a variable: true diff --git a/tests/results/test_namespace_read_write_key/20_2family_looks_like_variable.sh b/tests/results/test_namespace_read_write_key/20_2family_looks_like_variable.sh new file mode 100644 index 0000000..a012dca --- /dev/null +++ b/tests/results/test_namespace_read_write_key/20_2family_looks_like_variable.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 my_family +  ┗━━ 📓 default: true diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_5disabled_calculation_optional_default.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_5disabled_calculation_optional_default.sh index 95a3d18..d2a53a8 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_5disabled_calculation_optional_default.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/04_5disabled_calculation_optional_default.sh @@ -4,5 +4,6 @@ Variables: ┗━━ 📂 Rougail  ┣━━ 📓 a condition: false + ┣━━ 📓 a first variable:  ┣━━ 📓 a second variable:  ┗━━ 📓 a forth variable: diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/20_2family_looks_like_dynamic.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/20_2family_looks_like_dynamic.sh new file mode 100644 index 0000000..3dd6a17 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/20_2family_looks_like_dynamic.sh @@ -0,0 +1,10 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 my_family +  ┣━━ 📓 dynamic: +  ┃ ┣━━ val1 +  ┃ ┗━━ val2 +  ┗━━ 📓 a variable: true diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/20_2family_looks_like_variable.sh b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/20_2family_looks_like_variable.sh new file mode 100644 index 0000000..a012dca --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_errors_key/20_2family_looks_like_variable.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 my_family +  ┗━━ 📓 default: true diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/00_6string.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_6string.sh index ab42f19..b96defb 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_key/00_6string.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/00_6string.sh @@ -9,4 +9,6 @@ Variables:  ┣━━ 📓 the third variable: string1 (loaded from rougail-test)  ┣━━ 📓 the forth variable: string1 (value - loaded from rougail-test)  ┣━━ 📓 the fifth variable: string1 (value - loaded from rougail-test) - ┗━━ 📓 the sixth variable: string1 (value - loaded from rougail-test) + ┣━━ 📓 the sixth variable: string1 (value - loaded from rougail-test) + ┣━━ 📓 the seventh variable: string1 (8080 - loaded from rougail-test) + ┗━━ 📓 the height variable: string1 (true - loaded from rougail-test) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/04_5disabled_calculation_optional_default.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/04_5disabled_calculation_optional_default.sh index 4040d5d..82cac46 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets_key/04_5disabled_calculation_optional_default.sh +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/04_5disabled_calculation_optional_default.sh @@ -4,4 +4,5 @@ ╰───────────────────────────────────╯ Variables: ┗━━ 📂 Rougail - ┗━━ 📓 a condition: true (false - loaded from rougail-test) + ┣━━ 📓 a condition: true (false - loaded from rougail-test) + ┗━━ 📓 a first variable: string1 (loaded from rougail-test) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/20_2family_looks_like_dynamic.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/20_2family_looks_like_dynamic.sh new file mode 100644 index 0000000..19c18d5 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/20_2family_looks_like_dynamic.sh @@ -0,0 +1,12 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 my_family +  ┣━━ 📓 dynamic: +  ┃ ┣━━ string1 (val1 - loaded from rougail-test) +  ┃ ┣━━ string2 (val2 - loaded from rougail-test) +  ┃ ┗━━ string3 (loaded from rougail-test) +  ┗━━ 📓 a variable: true (true - loaded from rougail-test) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets_key/20_2family_looks_like_variable.sh b/tests/results/test_namespace_read_write_mandatory_secrets_key/20_2family_looks_like_variable.sh new file mode 100644 index 0000000..be3cf38 --- /dev/null +++ b/tests/results/test_namespace_read_write_mandatory_secrets_key/20_2family_looks_like_variable.sh @@ -0,0 +1,8 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 my_family +  ┗━━ 📓 default: true (true - loaded from rougail-test) diff --git a/tests/results/test_namespace_read_write_secrets_key/00_6string.sh b/tests/results/test_namespace_read_write_secrets_key/00_6string.sh index 2f34d84..d4c3d53 100644 --- a/tests/results/test_namespace_read_write_secrets_key/00_6string.sh +++ b/tests/results/test_namespace_read_write_secrets_key/00_6string.sh @@ -8,4 +8,6 @@ Variables:  ┣━━ 📓 the third variable:  ┣━━ 📓 the forth variable: value  ┣━━ 📓 the fifth variable: value - ┗━━ 📓 the sixth variable: value + ┣━━ 📓 the sixth variable: value + ┣━━ 📓 the seventh variable: 8080 + ┗━━ 📓 the height variable: true diff --git a/tests/results/test_namespace_read_write_secrets_key/04_5disabled_calculation_optional_default.sh b/tests/results/test_namespace_read_write_secrets_key/04_5disabled_calculation_optional_default.sh index 95a3d18..d2a53a8 100644 --- a/tests/results/test_namespace_read_write_secrets_key/04_5disabled_calculation_optional_default.sh +++ b/tests/results/test_namespace_read_write_secrets_key/04_5disabled_calculation_optional_default.sh @@ -4,5 +4,6 @@ Variables: ┗━━ 📂 Rougail  ┣━━ 📓 a condition: false + ┣━━ 📓 a first variable:  ┣━━ 📓 a second variable:  ┗━━ 📓 a forth variable: diff --git a/tests/results/test_namespace_read_write_secrets_key/20_2family_looks_like_dynamic.sh b/tests/results/test_namespace_read_write_secrets_key/20_2family_looks_like_dynamic.sh new file mode 100644 index 0000000..3dd6a17 --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/20_2family_looks_like_dynamic.sh @@ -0,0 +1,10 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 my_family +  ┣━━ 📓 dynamic: +  ┃ ┣━━ val1 +  ┃ ┗━━ val2 +  ┗━━ 📓 a variable: true diff --git a/tests/results/test_namespace_read_write_secrets_key/20_2family_looks_like_variable.sh b/tests/results/test_namespace_read_write_secrets_key/20_2family_looks_like_variable.sh new file mode 100644 index 0000000..a012dca --- /dev/null +++ b/tests/results/test_namespace_read_write_secrets_key/20_2family_looks_like_variable.sh @@ -0,0 +1,7 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 my_family +  ┗━━ 📓 default: true diff --git a/tests/results/test_namespace_secrets_key/00_6string.sh b/tests/results/test_namespace_secrets_key/00_6string.sh index ab42f19..b96defb 100644 --- a/tests/results/test_namespace_secrets_key/00_6string.sh +++ b/tests/results/test_namespace_secrets_key/00_6string.sh @@ -9,4 +9,6 @@ Variables:  ┣━━ 📓 the third variable: string1 (loaded from rougail-test)  ┣━━ 📓 the forth variable: string1 (value - loaded from rougail-test)  ┣━━ 📓 the fifth variable: string1 (value - loaded from rougail-test) - ┗━━ 📓 the sixth variable: string1 (value - loaded from rougail-test) + ┣━━ 📓 the sixth variable: string1 (value - loaded from rougail-test) + ┣━━ 📓 the seventh variable: string1 (8080 - loaded from rougail-test) + ┗━━ 📓 the height variable: string1 (true - loaded from rougail-test) diff --git a/tests/results/test_namespace_secrets_key/04_5disabled_calculation_optional_default.sh b/tests/results/test_namespace_secrets_key/04_5disabled_calculation_optional_default.sh index a9241fa..4305b0a 100644 --- a/tests/results/test_namespace_secrets_key/04_5disabled_calculation_optional_default.sh +++ b/tests/results/test_namespace_secrets_key/04_5disabled_calculation_optional_default.sh @@ -6,7 +6,7 @@ Variables: ┗━━ 📂 Rougail  ┣━━ 📓 a condition: true (false - loaded from rougail-test) - ┣━━ 📓 a first variable: + ┣━━ 📓 a first variable: string1 (loaded from rougail-test)  ┣━━ 📓 a first variable:  ┣━━ 📓 a second variable:  ┗━━ 📓 a forth variable: diff --git a/tests/results/test_namespace_secrets_key/20_2family_looks_like_dynamic.sh b/tests/results/test_namespace_secrets_key/20_2family_looks_like_dynamic.sh new file mode 100644 index 0000000..19c18d5 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/20_2family_looks_like_dynamic.sh @@ -0,0 +1,12 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 my_family +  ┣━━ 📓 dynamic: +  ┃ ┣━━ string1 (val1 - loaded from rougail-test) +  ┃ ┣━━ string2 (val2 - loaded from rougail-test) +  ┃ ┗━━ string3 (loaded from rougail-test) +  ┗━━ 📓 a variable: true (true - loaded from rougail-test) diff --git a/tests/results/test_namespace_secrets_key/20_2family_looks_like_variable.sh b/tests/results/test_namespace_secrets_key/20_2family_looks_like_variable.sh new file mode 100644 index 0000000..be3cf38 --- /dev/null +++ b/tests/results/test_namespace_secrets_key/20_2family_looks_like_variable.sh @@ -0,0 +1,8 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 Rougail + ┗━━ 📂 my_family +  ┗━━ 📓 default: true (true - loaded from rougail-test) diff --git a/tests/results/test_read_write/00_6string.sh b/tests/results/test_read_write/00_6string.sh index 20dfe7a..94d98fa 100644 --- a/tests/results/test_read_write/00_6string.sh +++ b/tests/results/test_read_write/00_6string.sh @@ -7,4 +7,6 @@ Variables: ┣━━ 📓 var3: ┣━━ 📓 var4: value ┣━━ 📓 var5: value -┗━━ 📓 var6: value +┣━━ 📓 var6: value +┣━━ 📓 var7: 8080 +┗━━ 📓 var8: true diff --git a/tests/results/test_read_write/04_5disabled_calculation_optional_default.sh b/tests/results/test_read_write/04_5disabled_calculation_optional_default.sh index 0cf7200..98becf1 100644 --- a/tests/results/test_read_write/04_5disabled_calculation_optional_default.sh +++ b/tests/results/test_read_write/04_5disabled_calculation_optional_default.sh @@ -3,5 +3,6 @@ ╰────────────────────────╯ Variables: ┣━━ 📓 condition: false +┣━━ 📓 var1: ┣━━ 📓 var3: ┗━━ 📓 var4: diff --git a/tests/results/test_read_write/20_2family_looks_like_dynamic.sh b/tests/results/test_read_write/20_2family_looks_like_dynamic.sh new file mode 100644 index 0000000..fccc143 --- /dev/null +++ b/tests/results/test_read_write/20_2family_looks_like_dynamic.sh @@ -0,0 +1,9 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 my_family + ┣━━ 📓 dynamic: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┗━━ 📓 var: true diff --git a/tests/results/test_read_write/20_2family_looks_like_variable.sh b/tests/results/test_read_write/20_2family_looks_like_variable.sh new file mode 100644 index 0000000..ef527e4 --- /dev/null +++ b/tests/results/test_read_write/20_2family_looks_like_variable.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 my_family + ┗━━ 📓 default: true diff --git a/tests/results/test_read_write_mandatory_secrets/00_6string.sh b/tests/results/test_read_write_mandatory_secrets/00_6string.sh index 64e5868..b6549fb 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_6string.sh +++ b/tests/results/test_read_write_mandatory_secrets/00_6string.sh @@ -8,4 +8,6 @@ Variables: ┣━━ 📓 var3: string1 (loaded from rougail-test) ┣━━ 📓 var4: string1 (value - loaded from rougail-test) ┣━━ 📓 var5: string1 (value - loaded from rougail-test) -┗━━ 📓 var6: string1 (value - loaded from rougail-test) +┣━━ 📓 var6: string1 (value - loaded from rougail-test) +┣━━ 📓 var7: string1 (8080 - loaded from rougail-test) +┗━━ 📓 var8: string1 (true - loaded from rougail-test) diff --git a/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_optional_default.sh b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_optional_default.sh index 3b7e30d..c7f6e53 100644 --- a/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_optional_default.sh +++ b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_optional_default.sh @@ -3,4 +3,5 @@ │ (Original default value) │ ╰───────────────────────────────────╯ Variables: -┗━━ 📓 condition: true (false - loaded from rougail-test) +┣━━ 📓 condition: true (false - loaded from rougail-test) +┗━━ 📓 var1: string1 (loaded from rougail-test) diff --git a/tests/results/test_read_write_mandatory_secrets/20_2family_looks_like_dynamic.sh b/tests/results/test_read_write_mandatory_secrets/20_2family_looks_like_dynamic.sh new file mode 100644 index 0000000..6057345 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/20_2family_looks_like_dynamic.sh @@ -0,0 +1,11 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 my_family + ┣━━ 📓 dynamic: + ┃ ┣━━ string1 (val1 - loaded from rougail-test) + ┃ ┣━━ string2 (val2 - loaded from rougail-test) + ┃ ┗━━ string3 (loaded from rougail-test) + ┗━━ 📓 var: true (true - loaded from rougail-test) diff --git a/tests/results/test_read_write_mandatory_secrets/20_2family_looks_like_variable.sh b/tests/results/test_read_write_mandatory_secrets/20_2family_looks_like_variable.sh new file mode 100644 index 0000000..e0c7c73 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets/20_2family_looks_like_variable.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 my_family + ┗━━ 📓 default: true (true - loaded from rougail-test) diff --git a/tests/results/test_read_write_mandatory_secrets_errors/04_5disabled_calculation_optional_default.sh b/tests/results/test_read_write_mandatory_secrets_errors/04_5disabled_calculation_optional_default.sh index 0cf7200..98becf1 100644 --- a/tests/results/test_read_write_mandatory_secrets_errors/04_5disabled_calculation_optional_default.sh +++ b/tests/results/test_read_write_mandatory_secrets_errors/04_5disabled_calculation_optional_default.sh @@ -3,5 +3,6 @@ ╰────────────────────────╯ Variables: ┣━━ 📓 condition: false +┣━━ 📓 var1: ┣━━ 📓 var3: ┗━━ 📓 var4: diff --git a/tests/results/test_read_write_mandatory_secrets_errors/20_2family_looks_like_dynamic.sh b/tests/results/test_read_write_mandatory_secrets_errors/20_2family_looks_like_dynamic.sh new file mode 100644 index 0000000..fccc143 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/20_2family_looks_like_dynamic.sh @@ -0,0 +1,9 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 my_family + ┣━━ 📓 dynamic: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┗━━ 📓 var: true diff --git a/tests/results/test_read_write_mandatory_secrets_errors/20_2family_looks_like_variable.sh b/tests/results/test_read_write_mandatory_secrets_errors/20_2family_looks_like_variable.sh new file mode 100644 index 0000000..ef527e4 --- /dev/null +++ b/tests/results/test_read_write_mandatory_secrets_errors/20_2family_looks_like_variable.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 my_family + ┗━━ 📓 default: true diff --git a/tests/results/test_read_write_secrets/00_6string.sh b/tests/results/test_read_write_secrets/00_6string.sh index 20dfe7a..94d98fa 100644 --- a/tests/results/test_read_write_secrets/00_6string.sh +++ b/tests/results/test_read_write_secrets/00_6string.sh @@ -7,4 +7,6 @@ Variables: ┣━━ 📓 var3: ┣━━ 📓 var4: value ┣━━ 📓 var5: value -┗━━ 📓 var6: value +┣━━ 📓 var6: value +┣━━ 📓 var7: 8080 +┗━━ 📓 var8: true diff --git a/tests/results/test_read_write_secrets/04_5disabled_calculation_optional_default.sh b/tests/results/test_read_write_secrets/04_5disabled_calculation_optional_default.sh index 0cf7200..98becf1 100644 --- a/tests/results/test_read_write_secrets/04_5disabled_calculation_optional_default.sh +++ b/tests/results/test_read_write_secrets/04_5disabled_calculation_optional_default.sh @@ -3,5 +3,6 @@ ╰────────────────────────╯ Variables: ┣━━ 📓 condition: false +┣━━ 📓 var1: ┣━━ 📓 var3: ┗━━ 📓 var4: diff --git a/tests/results/test_read_write_secrets/20_2family_looks_like_dynamic.sh b/tests/results/test_read_write_secrets/20_2family_looks_like_dynamic.sh new file mode 100644 index 0000000..fccc143 --- /dev/null +++ b/tests/results/test_read_write_secrets/20_2family_looks_like_dynamic.sh @@ -0,0 +1,9 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 my_family + ┣━━ 📓 dynamic: + ┃ ┣━━ val1 + ┃ ┗━━ val2 + ┗━━ 📓 var: true diff --git a/tests/results/test_read_write_secrets/20_2family_looks_like_variable.sh b/tests/results/test_read_write_secrets/20_2family_looks_like_variable.sh new file mode 100644 index 0000000..ef527e4 --- /dev/null +++ b/tests/results/test_read_write_secrets/20_2family_looks_like_variable.sh @@ -0,0 +1,6 @@ +╭─────── Caption ────────╮ +│ Variable Default value │ +╰────────────────────────╯ +Variables: +┗━━ 📂 my_family + ┗━━ 📓 default: true diff --git a/tests/results/test_secrets/00_6string.sh b/tests/results/test_secrets/00_6string.sh index 64e5868..b6549fb 100644 --- a/tests/results/test_secrets/00_6string.sh +++ b/tests/results/test_secrets/00_6string.sh @@ -8,4 +8,6 @@ Variables: ┣━━ 📓 var3: string1 (loaded from rougail-test) ┣━━ 📓 var4: string1 (value - loaded from rougail-test) ┣━━ 📓 var5: string1 (value - loaded from rougail-test) -┗━━ 📓 var6: string1 (value - loaded from rougail-test) +┣━━ 📓 var6: string1 (value - loaded from rougail-test) +┣━━ 📓 var7: string1 (8080 - loaded from rougail-test) +┗━━ 📓 var8: string1 (true - loaded from rougail-test) diff --git a/tests/results/test_secrets/04_5disabled_calculation_optional_default.sh b/tests/results/test_secrets/04_5disabled_calculation_optional_default.sh index 5ba9e35..132534d 100644 --- a/tests/results/test_secrets/04_5disabled_calculation_optional_default.sh +++ b/tests/results/test_secrets/04_5disabled_calculation_optional_default.sh @@ -5,7 +5,7 @@ ╰────────────────────────────────────────────────╯ Variables: ┣━━ 📓 condition: true (false - loaded from rougail-test) -┣━━ 📓 var1: +┣━━ 📓 var1: string1 (loaded from rougail-test) ┣━━ 📓 var2: ┣━━ 📓 var3: ┗━━ 📓 var4: diff --git a/tests/results/test_secrets/20_2family_looks_like_dynamic.sh b/tests/results/test_secrets/20_2family_looks_like_dynamic.sh new file mode 100644 index 0000000..6057345 --- /dev/null +++ b/tests/results/test_secrets/20_2family_looks_like_dynamic.sh @@ -0,0 +1,11 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 my_family + ┣━━ 📓 dynamic: + ┃ ┣━━ string1 (val1 - loaded from rougail-test) + ┃ ┣━━ string2 (val2 - loaded from rougail-test) + ┃ ┗━━ string3 (loaded from rougail-test) + ┗━━ 📓 var: true (true - loaded from rougail-test) diff --git a/tests/results/test_secrets/20_2family_looks_like_variable.sh b/tests/results/test_secrets/20_2family_looks_like_variable.sh new file mode 100644 index 0000000..e0c7c73 --- /dev/null +++ b/tests/results/test_secrets/20_2family_looks_like_variable.sh @@ -0,0 +1,7 @@ +╭───────────── Caption ─────────────╮ +│ Variable Modified value │ +│ (Original default value) │ +╰───────────────────────────────────╯ +Variables: +┗━━ 📂 my_family + ┗━━ 📓 default: true (true - loaded from rougail-test)