On the website, I can do something like:
https://dash.cloudflare.com/REDACTED/example.com/dns/records?recordsSearchSearch=ch1
to find all records that contain the string "ch1" in the example.com domain.
With cfcli, it doesn't return any results:
$ cfcli find -q content:ch1
┌────────┬────────────────────────────────────────┬──────────────────────────────────────────────────┬──────────┬────────┬──────────────────────────────────┐
│ Type │ Name │ Value │ TTL │ Active │ ID │
└────────┴────────────────────────────────────────┴──────────────────────────────────────────────────┴──────────┴────────┴──────────────────────────────────┘
On the website, I can do something like:
https://dash.cloudflare.com/REDACTED/example.com/dns/records?recordsSearchSearch=ch1
to find all records that contain the string "ch1" in the example.com domain.
With cfcli, it doesn't return any results: