Options (1)
-f, --from-filebooleanExecute a specific script
Example:
{{cat path/to/file.json}} | jq {{[-f|--from-file]}} {{path/to/script.jq}}Examples (8)
Execute a specific expression only using the `jq` binary (print a colored and formatted JSON output)
jq '.' path/to/file.jsonPass specific arguments
Create new JSON object via old JSON objects from multiple files
Print objects with 2-condition filter in array
made by @shridhargupta | data from tldr-pages