Skip to content

Cyb3r-Jak3/cloudflare-utils

Repository files navigation

Cloudflare Utilities

GitHub release (latest SemVer)

Go Checks GolangLint CI codecov

GitHub all releases Chocolatey

About

This is a collection of utilities for Cloudflare. The utilities are written in Go and are cross-platform. The utilities are:

Installation

Chocolatey

choco install cloudflare-utils

GitHub

Download the latest release from the releases page

Docker

docker pull cyb3rjak3/cloudflare-utils

Go

go install github.com/Cyb3r-Jak3/cloudflare-utils/cmd/cloudflare-utils@latest

Homebrew

brew install cyb3r-jak3/cyberjake/cloudflare-utils

GitHub Actions

- 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:

Usage

Check the docs for more information on how to use the utilities.

Note

This project is not affiliated with Cloudflare in any way.