1.2.0 • Published 8 years ago
cloudflare-batch-cli v1.2.0
Cloudflare cli batch operations
Installation
npm install -g cloudflare-batch-cliUsage
Create cloudflare.json config in current folder
{
"email": "john@galt.com",
"key": "your api key"
}And run next commands
cflare sync
cflare ls 127.0.0.1
cflare change 127.0.0.1 127.0.0.2- First command will sync local database (this is required)
- Second command will show domains pointing to
127.0.0.1 - Last command will change all dns records which point to
127.0.0.1to127.0.0.2
License
MIT