reduct-cli

Crates.ioreduct-cli
lib.rsreduct-cli
version0.9.0
created_at2024-04-03 09:54:56.604486+00
updated_at2025-08-26 15:42:05.778779+00
descriptionA CLI client for ReductStore written in Rust
homepagehttps://reduct.store
repositoryhttps://github.com/reductstore/reduct-cli
max_upload_size
id1194876
size286,480
Alexey Timin (atimin)

documentation

https://reduct.store/docs/guides

README

ReductStore CLI

Crates.io(latest version) GitHub all releases GitHub Workflow Status

The ReductStore CLI is a command line client for ReductStore, a time series database for blob data.

Features

  • Support for ReductStore API v1.16
  • Easy management of buckets, tokens and replications
  • Ability to check the status of a storage engine
  • Aliases for storing server credentials
  • Export and mirror data

Installing

cargo install reduct-cli

Or check pre-built binaries here

Usage

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.

Links

Commit count: 145

cargo fmt