-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Ivan Kristianto edited this page Jul 29, 2020
·
6 revisions
This package allows you to manage your Cloudflare Accounts through cli interface.
- Node.js 10 or above
-
npm install -g cloudflare-api
. - Generate your Cloudflare API Token, see this doc
- Run
cf config setup
, and use your api token. - Run
cf --help
for all available commands.
Documentation is available at the wiki page for all the available commands and the optional arguments.
Note, since version 0.4.0, it allows to store multiple tokens. And to use specific token pass --useToken=<tokenName>
.
Pull requests and feedback are welcome. Contributing guideline will be added later.
A complete listing of all notable changes to this package in CHANGELOG.md.