Is your feature request related to a problem? Please describe.
At the moment, the fre yamltools combine-yamls subtool works well but is more specific to certain use cases. For example, it can currently combine YAMLs for --use compile, --use pp, and --use cmor. In order to add another use case, the code must be added. Initially, this seemed to be more organized and concise, but as our workflows and YAMLs grow, we desire more flexibility here.
Describe the solution you'd like
- create subtool to list desired yamls to combine
- Assess the viability of using
uw config compose to replace the fre yamltools combine-yaml subtool (to actually combine desired yamls)
Note: We still want to work on per yaml validation as well.