You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Where the first line printed is Loading config file: file.yml. When attempting to use the output of binnacle template to inspect the yaml files that are rendered, this line is unexpected and unnecessary.
Funny enough, Loading config file: file.yml is valid yaml, so it does parse without errors. The workaround, then, is to simply discard the first yaml object encountered when reading the rendered output.
What I would expect is to have a flag that would turn off all logging / extraneous output and only output the rendered yaml files.
The text was updated successfully, but these errors were encountered:
Running
binnacle template
produces something like the followingWhere the first line printed is
Loading config file: file.yml
. When attempting to use the output ofbinnacle template
to inspect the yaml files that are rendered, this line is unexpected and unnecessary.Funny enough,
Loading config file: file.yml
is valid yaml, so it does parse without errors. The workaround, then, is to simply discard the first yaml object encountered when reading the rendered output.What I would expect is to have a flag that would turn off all logging / extraneous output and only output the rendered yaml files.
The text was updated successfully, but these errors were encountered: