Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 694 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 694 Bytes

flarectl

A CLI application for interacting with a Cloudflare account.

Usage

You must set your API key and account email address in the environment variables CF_API_KEY and CF_API_EMAIL.

$ export CF_API_KEY=abcdef1234567890
$ export [email protected]
$ flarectl
NAME:
   flarectl - Cloudflare CLI

USAGE:
   flarectl [global options] command [command options] [arguments...]

VERSION:
   2015.12.0

COMMANDS:
   user, u	User information
   zone, z	Zone information
   dns, d	DNS records
   railgun, r	Railgun information
   help, h	Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --help, -h		show help
   --version, -v	print the version