cloudflare-cli (cflare)

cflare is a command-line tool that lets you manage some aspects of your Cloudflare account.

🚀 Installation

Install with cargo

shell script cargo install cflare

🏃‍♂️ Quickstart

  1. Create a Cloudflare API token
  2. Run cflare config & paste the API token

You're all set now.

📚 Usage

List available commands with cflare -h

Examples:

shell script $ cflare accounts list $ cflare zones list $ cflare dns list --zone mydomain.com $ cflare dns create --zone mydomain.com -c 1.1.1.1 mysubdomain --ttl 3600

Overriding config file credentials:

Providing any of the --email, --key or --token arguments overrides the config file.

Future plan