cloud_terrastodon 0.35.0

A command-line tool for interacting with cloud ecosystems
1
2
3
4
5
# build with all cores
cargo build --tests
# test with fewer workers to avoid rate limits lol
$env:CLOUD_TERRASTODON_REAUTH="DENY"
cargo test --workspace --jobs 2