X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=README;h=b6afcd6bebca8854cd35b2a03aef4c77bac3bd56;hb=26b24f42605c8646a9c21ef2b94f1ceeec6cf634;hp=6129b243d46e70617a880910acde732eaf309f09;hpb=4df3f6c276a2ee1d697d2199e186c187436333d8;p=chaz%2Fgraphql-client diff --git a/README b/README index 6129b24..b6afcd6 100644 --- a/README +++ b/README @@ -4,14 +4,14 @@ NAME VERSION - version 0.603 + version 0.604 SYNOPSIS graphql [ [--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 @@ -128,6 +128,14 @@ OPTIONS Use --no-unpack to disable if unpack mode was enabled via GRAPHQL_CLIENT_OPTIONS. + --filter JSONPATH + + Filter the response based on a JSONPath expression. + + Requires JSON::Path. + + Alias: -p + FORMAT The argument for "--format STR" can be one of: