martinhaintz/YAML Parser

Parses YAML file and returns as flattened object in output

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
fileYAML file which should parsedyes
keyYAML file which should parsedno""
delimiterdelimiter for flattened keys. "." is not allowed for "export_to_envs=true"no_
export_to_envsexports the flattened object to environment variablesnofalse
return_to_outputsexports the flattened object to outputs variablesnotrue
namedescription
resultvalue of flattened key if specified.