danielpigott / cloudflare-cli

CLI for interacting with Cloudflare
MIT License
212 stars 42 forks source link

Query filters do not work in v4.1.0 #69

Closed jthomaschewski closed 3 years ago

jthomaschewski commented 3 years ago

The following command does not behave correctly since v4.1.0:

cfcli find -q content:mailgun.org

Expected output:

Only records with specified content in column Value (of default domain)

Actual output:

All records of default domain, regardless of Value/content

Examples:

# with v4.0.0
$ cfcli find -q content:mailgun.org -f csv
CNAME,email.somedomain.tld,mailgun.org,1,false,168d5df7f4766aHASH

# with v4.1.0
$ cfcli find -q content:mailgun.org -f csv
A,somedomain.tld,111.111.111.111,false,5eebe290ad5f6HASH
AAAA,somedomain.tld,2001:abcde:20,1,false,f78c7fdcb9005HASH
CNAME,email.somedomain.tld,mailgun.org,1,false,168d5df7f4766aHASH
danielpigott commented 3 years ago

This issue should be fixed now (v4.2.0)