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
In my pipeline I was using json-diff to monitor different languages files.
Now with the latest versions I always get success even if there are missing keys between files.
json-diff ....
{
container_form: {
+ required_fields: "The name of the {entity}, the warehouse and the unit are required fields"
}
}
echo $?
#=> 0
Is it possible to have the exit code not 0 when json-diff found some differences between files, like it was before?