{{$NEXT}}
+0.604 2020-03-22 03:44:44-06:00 MST7MDT
+ * Add --filter JSONPATH argument to CLI.
+
0.603 2020-03-22 02:01:32-06:00 MST7MDT
* Allow deep formatting with csv,tsv,table.
* Fix Unicode issues.
# VERSION
-version 0.603
+version 0.604
# SYNOPSIS
graphql <URL> <QUERY> [ [--variables JSON] | [--variable KEY=VALUE]... ]
[--operation-name NAME] [--transport KEY=VALUE]...
- [--[no-]unpack] [--format json|json:pretty|yaml|perl|csv|tsv|table]
- [--output FILE]
+ [--[no-]unpack] [--filter JSONPATH]
+ [--format json|json:pretty|yaml|perl|csv|tsv|table] [--output FILE]
graphql --version|--help|--manual
Use `--no-unpack` to disable if unpack mode was enabled via `GRAPHQL_CLIENT_OPTIONS`.
+## `--filter JSONPATH`
+
+Filter the response based on a [JSONPath](https://metacpan.org/pod/JSON%3A%3APath#SYNOPSIS) expression.
+
+Requires [JSON::Path](https://metacpan.org/pod/JSON%3A%3APath).
+
+Alias: `-p`
+
# FORMAT
The argument for ["--format STR"](#format-str) can be one of: