# dns-ez Manage DNS records as plaintext zone files, and reconcile them against the Cloudflare API. ## Usage Prerequisite: Export CF_API_TOKEN as an API key that has DNS edit permission for all domains. - `dns-ez zones`: list all zones - `dns-ez import `: fetch a zone as a zonefile, pass `dns-ez import --all` to grab all domains for the account - `dns-ez apply `: apply a zone to Cloudflare, pass `--yes` for non-interactive usage. supports `--dry-run` also