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

CLI for interacting with Cloudflare

Results 21 cloudflare-cli issues
Sort by recently updated
recently updated
newest added

I don't know what permissions I need when I create the API Token for the cli?

defaults: token: "api token" email: "email" domain: "doamin" With that config, whenever I run command `cfcli ls`, it show this: `Invalid config file: C:\Users\ABC/.cfcli.yml message: Cannot read properties of null...

Add an example in README.md of how to create a small wrapper script which sources the pre-configured configuration file when running cloudflare-cli through docker.

I am having this issue when I try to edit a zone. Zone editing has been allowed for the specific token I am using.

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.5 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...

dependencies

Hi, thanks for this nice piece of code, it saves me a lot of time! Any chance you could add the possibility to change the ssl-tls encryption parameter (off/flexible/full/full(strict) )...

Is there an option we can pass so that `cfcli add -t CNAME some-cname some-host` does not fail if the record exists already? Maybe log a message that the record...

I'm doing add and removing of blocked IPs from fail2ban. The code is somewhat complicated and I'd love if I could just issue a command to ban and unban IPs....

"cfcfli rm" without any matching parameter will delete 20 dns records without asking user first. User should get warning if it's ok to delete record without any matching parameter. This...