On this page you find all important commands for the CLI tool flarectl. If the
command you are looking for is missing please ask our AI.
flarectl
Flarectl is a command line tool developed by Cloudflare, a leading internet security and performance company.
- Flarectl is designed to interact with Cloudflare's APIs, allowing users to manage and configure their Cloudflare account and services.
- It provides a convenient way to interact with Cloudflare's features, such as caching, firewall rules, DNS configuration, and more, directly from the command line interface.
- Flarectl supports a wide range of functionalities, making it useful for both developers and system administrators who want to automate Cloudflare operations or integrate it into their existing workflows.
- With flarectl, users can easily purge the cache of their websites or specific URLs, ensuring the updated content is served to visitors.
- It enables users to create and manage firewall rules to protect their websites from malicious traffic or unwanted visitors.
- Flarectl allows users to configure DNS settings for their domains, including adding and modifying DNS records, managing subdomains, and setting up DNSSEC.
- Users can list, create, update, and delete various Cloudflare resources like Workers, Load Balancers, and Access rulesets using the command line tool.
- Flarectl provides a consistent and straightforward interface for accessing Cloudflare's API endpoints, ensuring a smooth and hassle-free experience for users.
- It supports authentication with Cloudflare API tokens, making it secure and easy to manage access permissions for different users or automated scripts.
- Flarectl is available for various operating systems, including Linux, macOS, and Windows, allowing users to seamlessly manage their Cloudflare services regardless of their preferred platform.
List of commands for flarectl:
-
flarectl:tldr:0aefc flarectl: List all Cloudflare IPv4/IPv6 ranges.$ flarectl ips --ip-type ${select}try on your machineexplain this command
-
flarectl:tldr:c66e2 flarectl: Block a specific IP.$ flarectl firewall rules create --zone="${example-com}" --value="${8-8-8-8}" --mode="${block}" --notes="${Block bad actor}"try on your machineexplain this command
-
flarectl:tldr:c7628 flarectl: List all firewall rules.$ flarectl firewall rules listtry on your machineexplain this command
-
flarectl:tldr:c949a flarectl: Add a DNS record.$ flarectl dns create --zone="${example-com}" --name="${app}" --type="${CNAME}" --content="${myapp-herokuapp-com}" --proxytry on your machineexplain this command