Cmdline flag to check two jsonnet files manifest equivalently
Open
enhancement
- Dominant language
- Jsonnet
- Stars
- 7.6k
- Forks
- 475
- PR merge metrics
- No merged PRs in 30d
Description
Evaluate both files and check JSON output is the same.
This is useful when refactoring to know whether or not the changes were purely internal (good) or had some external effect (bad).
E.g. if you're a vim user:
jsonnet --compare Foo.jsonnet Foo.jsonnet~
Can output a diff of the two JSON strings.
Conflicts with --multi.
Contributor guide
Assessment
This issue has not been assessed yet.