trust find, like proof find but for trust declarations
#352
Labels
good first issue
Good for newcomers
trust find, like proof find but for trust declarations
#352
I'm running cargo-crev 0.17, installed via
cargo install, on Debian Bullseye.A user I trust on a "medium" level disappeared from
cargo crev id query trusted. (I initially attributed that to me changing that user's level from "low" to "medium", but I think it was really caused bycargo crev fetch allthat I ran about the same time.) I had to play with--depthto understand that this is caused by someone's negative review, and then had to rungrep -R ' id: ID' ~/.cache.crevto find out whose review it was.The issue would've been easier to resolve if Crev had a command that listed all users' trust declarations for a particular ID. I think it should be some called
cargo crev trust find, but I haven't fully groked how CLI is organized, so perhaps this functionality should be added tocargo crev proof findinstead.The text was updated successfully, but these errors were encountered: