divviup-cli

Crates.iodivviup-cli
lib.rsdivviup-cli
version0.4.58
created_at2023-11-02 00:16:05.667197+00
updated_at2025-08-26 21:15:17.563466+00
descriptionCommand line utility for divviup.org
homepagehttps://divviup.org
repositoryhttps://github.com/divviup/divviup-api
max_upload_size
id1021995
size141,627
committers (github:divviup:committers)

documentation

README

divviup - the Divvi Up command line tool

divviup is a command line (CLI) tool for doing all basic operations on both the Divvi Up API and Distributed Aggregation Protocol (DAP) API endpoints. It's only likely to work if the leader aggregator is Janus. See divviup --help for details on all of the commands.

To get the tool, either check out this project and build it yourself:

cargo run --package divviup-cli -- help

If you run into problems with the aws-lc-rs dependency, you can try building with --no-default-features --features common,ring.

Or you can download a binary for your OS and host architecture from our releases.

A complete tutorial for the divviup tool is available.

Commit count: 1564

cargo fmt