The unofficial CLI for BunnyCDN 🐰
Note: storage API is the only one implemented so far, others coming soon!
sh
cargo install bunnycli
sh
./bunnycli storage --login storage_zone_name
./bunnycli storage --upload '/file/path/file.txt' 'server/path/file.txt'
./bunnycli storage --download '/save/file/path/file.txt' 'server/path/file.txt'
./bunnycli storage --info '/' | jq
./bunnycli storage --remove 'server/path/file.txt'
~/.config/bunnycli.tml
toml
[storage_zone]
api_endpoint = "https://storage.bunnycdn.com"
name = "Your Storage Zone Name"
This is my first cli crate, please be gentle