| Crates.io | reduct-cli |
| lib.rs | reduct-cli |
| version | 0.9.0 |
| created_at | 2024-04-03 09:54:56.604486+00 |
| updated_at | 2025-08-26 15:42:05.778779+00 |
| description | A CLI client for ReductStore written in Rust |
| homepage | https://reduct.store |
| repository | https://github.com/reductstore/reduct-cli |
| max_upload_size | |
| id | 1194876 |
| size | 286,480 |
The ReductStore CLI is a command line client for ReductStore, a time series database for blob data.
cargo install reduct-cli
Or check pre-built binaries here
Check with our demo server:
reduct-cli alias add play -L https://play.reduct.store -t reductstore
reduct-cli server status play
reduct-cli bucket ls --full play
reduct-cli cp play/datasets ./datasets --limit 100
For more examples, see the Guides section in the ReductStore documentation.