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
I think this should be a separate command; eg. deck file canonicalize, and possibly should be added as flags to any other command where it makes sense, eg. deck file xxxxxx --canonicalize or deck gateway dump --canonicalize.
When
deck file render
runs, the output file is not deterministically ordered. This causes issues when customers rungit diff
.We hit a similar problem internally with our openapi tooling (and solve it with https://github.com/thim81/openapi-format).
Acceptance Criteria
deck file render
multiple times results in the same output (checked by runningcat output.yaml | sha246sum
The text was updated successfully, but these errors were encountered: