Delete a field jq

Remove a field from JSON output

cat data.json | jq 'del(.metadata.managedFields)'
#jq