Crates.io | bunnycli |
lib.rs | bunnycli |
version | 0.1.3 |
source | src |
created_at | 2020-05-08 11:32:24.024189 |
updated_at | 2021-01-16 06:43:07.720083 |
description | The unofficial CLI for BunnyCDN 🐰 |
homepage | |
repository | https://github.com/publicarray/bunnycli |
max_upload_size | |
id | 238862 |
size | 65,803 |
The unofficial CLI for BunnyCDN 🐰
Note: storage API is the only one implemented so far, others coming soon!
cargo install bunnycli
./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
[storage_zone]
api_endpoint = "https://storage.bunnycdn.com"
name = "Your Storage Zone Name"
This is my first cli crate, please be gentle