Sign inSign up

cyb3rjak3/cloudflare-utils

By cyb3rjak3

•Updated about 1 month ago

Image
0

10K+

cyb3rjak3/cloudflare-utils repository overview

⁠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.

Tag summary

Content type

Image

Digest

sha256:02de58bf8…

Size

4.8 MB

Last updated

about 1 month ago

docker pull cyb3rjak3/cloudflare-utils