We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Optional args parser/lexer/ast support (google#33)
77b8b9e
* Optional args parser/lexer/ast support Just "frontend" part. They are ignored during actual execution.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: