Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

trust find, like proof find but for trust declarations #352

Open
Minoru opened this issue May 21, 2020 · 1 comment
Open

trust find, like proof find but for trust declarations #352

Minoru opened this issue May 21, 2020 · 1 comment
Labels
good first issue Good for newcomers

Comments

@Minoru
Copy link
Contributor

Minoru commented May 21, 2020

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 by cargo crev fetch all that I ran about the same time.) I had to play with --depth to understand that this is caused by someone's negative review, and then had to run grep -R ' id: ID' ~/.cache.crev to 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 to cargo crev proof find instead.

@dpc
Copy link
Collaborator

dpc commented May 22, 2020

I agree a command like this would be really useful. And as usually, determining the CLI is the most difficult part. Could be also cargo crev id describe <id> or something.

@dpc dpc added the good first issue Good for newcomers label Jan 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants