Closed jthomaschewski closed 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)
Value
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
This issue should be fixed now (v4.2.0)
The following command does not behave correctly since v4.1.0:
Expected output:
Only records with specified content in column
Value
(of default domain)Actual output:
All records of default domain, regardless of
Value
/contentExamples: