mudler / luet

:package: :whale: 0-dependency Container-based Package Manager using SAT solver and QLearning
https://luet.io
GNU General Public License v3.0
266 stars 24 forks source link

I need a way to show the finally rendered specification from templates #364

Open msdobrescu opened 3 months ago

msdobrescu commented 3 months ago

Using Luet 0.32.5-gd5d21653d7313ff396c0511af402834c89974ee3 2022-06-07.

Is your feature request related to a problem? Please describe.

I need a way to show the finally rendered specification from templates, preferably focused on a specific package in a collection, if that is the case.

Describe the solution you'd like

Writing templates is sometimes complex, an undesired behavior may occur that needs diagnosis and the answer is most probably in the rendered specification.

Describe alternatives you've considered

I've used various templating techniques to get the rendered specification parts that are aggregated during the specification generation process, but some times it's difficult to assess if there is a specific alignment that would lead to adding some part to the wrong item.

Additional context

I apologize if the feature already exists, but I could not find it.