divviup-cli

Crates.iodivviup-cli
lib.rsdivviup-cli
version0.4.14
sourcesrc
created_at2023-11-02 00:16:05.667197
updated_at2024-11-07 20:31:40.857627
descriptionCommand line utility for divviup.org
homepagehttps://divviup.org
repositoryhttps://github.com/divviup/divviup-api
max_upload_size
id1021995
size130,153
(divviup-github-automation)

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: 1080

cargo fmt