Cloudflare API CLI Tool

I use Cloudflare CDN to add performance and security layer to my websites for free. And most of times when I need to change some settings for the zone file, I have to login through the web dashboard, and sometimes it ask for 2FA. For just a little change I have to go through multiple steps.So I decided to create the cli tools with node.js to manage my Cloudflare account via API. And it works!How to Installnpm install -g cloudflare-api.Generate your Cloudflare API Token, see … Read more...