A command line tool for interacting with Cloudflare's API.
(This should be able to be ran with pipx as long as you have a config file set up. See the Configuration section for more information.)
pipx run clickflare [options/commands]
pip install clickflare
[cf-api]
token = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"Obviously replace XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX with your API token.
clickflare [options] [commands]Some commands will prompt for input if it is not provided. (e.g. clickflare zones dns_records add)