Skip to content
Ivan Kristianto edited this page Jul 7, 2020 · 6 revisions

Cloudflare API CLI Interface with Node.js

This package allows you to manage your Cloudflare Accounts through cli interface.

Requirements

  • Node.js 10 or above

Install

  1. npm install -g cloudflare-api.
  2. Generate your Cloudflare API Token, see this doc
  3. Run cf config setup, and use your api token.
  4. Run cf --help for all available commands.

Changelog

A complete listing of all notable changes to this package in CHANGELOG.md.

Clone this wiki locally