cloudflare-cli icon indicating copy to clipboard operation
cloudflare-cli copied to clipboard

Domain is undefined for edit command

Open sorvis opened this issue 5 months ago • 0 comments

This works

cfcli -k $API_KEY -d review-test.com  edit testrecord.review-test.com 123.123.123.123

This fails because the domain is undefined when entering the find function

cfcli -k $API_KEY  edit testrecord.review-test.com 123.123.123.123

sorvis avatar Jan 24 '24 17:01 sorvis