- π CLIοΈ to interact with Cloudflare APIs
- π₯³ An excuse to write some Rust
- π· Under heavy development
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
cargo install cliflare
# add your token value to a startup script
echo CLOUDFLARE_ENDPOINT=https://api.cloudflare.com/client/v4 >> ~/.zshrc
echo CLOUDFLARE_TOKEN=abcd1234**API_TOKEN**4321dcba >> ~/.zshrc
echo CLOUDFLARE_ACCOUNT_ID=abcd1234**ACCOUNT_ID**4321dcba >> ~/.zshrc
See examples in usage.md
- token verify
- zone [ list | create | delete ]
- dns [ list | import | export | delete all ]
- settings list
Cliflare is free software. This project is available under the terms of either the Apache 2.0 license or the MIT license. Cliflare is provided on an "AS IS" basis and there is NO WARRANTY attached to it.
Fill out this form and I'll get back to you.