Crates.io | divviup-cli |
lib.rs | divviup-cli |
version | 0.4.14 |
source | src |
created_at | 2023-11-02 00:16:05.667197 |
updated_at | 2024-11-07 20:31:40.857627 |
description | Command line utility for divviup.org |
homepage | https://divviup.org |
repository | https://github.com/divviup/divviup-api |
max_upload_size | |
id | 1021995 |
size | 130,153 |
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.