This is a collection of utilities for Cloudflare. The utilities are written in Go and are cross-platform. The utilities are:
choco install cloudflare-utilsDownload the latest release from the releases page
docker pull cyb3rjak3/cloudflare-utilsgo install github.com/Cyb3r-Jak3/cloudflare-utils/cmd/cloudflare-utils@latestbrew install cyb3r-jak3/cyberjake/cloudflare-utils- name: Cloudflare Utils - DNS Purge
uses: Cyb3r-Jak3/actions-cloudflare-utils@v1
with:
version: 'latest' # Optional, defaults to latest
args: '--zone-name example.com dns-purge --confirm'
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}More:
Check the docs for more information on how to use the utilities.
This project is not affiliated with Cloudflare in any way.