macOS • xterm-256color • zsh 9795 views
https://github.com/lfaoro/flares
Docker
# Fetch your CloudFlare API key from here:
# https://dash.cloudflare.com/profile -> Global API Key -> View
$ export CF_API_KEY=abcdef1234567890
$ export CF_API_EMAIL=someone@example.com
$ docker run -it --rm \
-e CF_API_KEY="$CF_API_KEY" \
-e CF_API_EMAIL="$CF_API_EMAIL" \
lfaoro/flares domain1.tld domain2.tld
macOS
brew install lfaoro/tap/flares
Linux/BSD
curl https://raw.githubusercontent.com/lfaoro/flares/master/install.sh | bash