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
If I add -o ./diff then the result is written to ./diff/schema-diff.yaml.
Suggestion:
if no output folder was configured, but jinja attempted to set file name, we can default to current folder or fail
Use the same output config between codegen templates and diff templates instead of inventing a new one - weaver registry generate does not have -o param and does something else. If we prefer -o, let's do it consistently for both options.
There is no need to provide default stdout experience for people coming with custom templates and custom config - assume file output as a default for them, they can always cat the file if they need stdout.