Load YAML Recursively.
Need Python 3.6+.
pip install recursive-yamlPython:
import recursive_yaml
recursive_yaml.load(config_path='/path/to/yaml')CLI:
# output directly
recursive-yaml tests/master.yaml
# or pretty print with yq
recursive-yaml tests/master.yaml | yq r -