BunnyCDN CLI

CLI for the BunnyCDN provider (v0.3)


Project maintained by DKFN Hosted on GitHub Pages — Theme by mattgraham

Adding and removing hostnames

Adding or removing hostnames into a pullzone is done via the pz command:

Make sure you have a pullzone api key stored and then use pz -a (Adds an hostname) or pz -d (Deletes an hostname)

Usage

Add

bnycdn pz -a <pullzone_name> -v <hostname>

Remove

bnycdn pz -d <pullzone_name> -v <hostname>

Examples:

$ bnycdn pz -a testpz -v cdn.example.com

$ bnycdn pz -d testpz -v cdn.example.com