action #66167
Provide a debugging option for openqa-validate-yaml
Start date:
2020-04-28
Due date:
% Done:
0%
Estimated time:
Difficulty:
Description
Since we can use *aliases
and Merge Keys <<
in job templates, it would be nice to see how the YAML would look like if all aliases are resolved.
Thinking about --debug (YAML|JSON|Data::Dump(er))
History
#1
Updated by tinita almost 3 years ago
For that to work, I could add an option to YAML::PP that resolves aliases automatically when loading and/or dumping.
Just need to be careful to handle cyclic refs accordingly.
A quick hack is already working well.
#2
Updated by okurz almost 3 years ago
- Category set to Feature requests