Cloudflare zone operations

v0.1.3

Read-only zone, DNS record, cache, firewall, and analytics introspection plus narrow mutators (purge cache, enable/disable dev mode). Auth via CF_API_TOKEN env var.

Pack ID
cloudflare
Vendor
emisar
OS
linux
Actions
11
Required binaries: curl. Actions that call a missing binary fail at run time — install these on the host before relying on the pack.

Install

emisar pack install validates the pack and verifies its content hash before copying it into /etc/emisar/packs. The --hash below pins the install to the exact bytes on this page — a tampered copy is rejected. After install, reload the runner; it re-reads the catalog and advertises every action.

content hash: sha256:f471aa8c6ca472f72b86f4c6ef93b05f936be109fbb129a708612acd294de4b5

on the runner host
sudo emisar pack install cloudflare \
  --hash sha256:f471aa8c6ca472f72b86f4c6ef93b05f936be109fbb129a708612acd294de4b5 \
  --dest /etc/emisar/packs

# Reload so the runner re-reads the catalog:
sudo systemctl reload emisar

Actions 11 total

View on GitHub