Skip to content

Instantly share code, notes, and snippets.

@remram44
Created November 8, 2019 16:08
Show Gist options
  • Save remram44/6e6953d708b7d706333c83b2fea38cd9 to your computer and use it in GitHub Desktop.
Save remram44/6e6953d708b7d706333c83b2fea38cd9 to your computer and use it in GitHub Desktop.
cargo crev
config Config
completions Completions
edit Edit the config file
crate Crate related operations (review, verify...)
clean Clean a crate source code (eg. after review)
diff Diff between two versions of a package
dir Query source directory of a package
goto Start a shell in source directory of a crate under review
info Display rich info about the given crate
mvp Most valuable players (reviewers)
open Open source code of a crate
review Review a crate (code review, security advisory, flag issues)
search Search crates on crates.io sorting by review count
unreview Untrust (remove) trust
verify Verify dependencies
id Id (own and of other users)
current Show your current Id
distrust Distrust an Id
export Export your own Id
import Import an Id as your own
new Create a new Id
query Query Ids
switch Change current Id
trust Trust an Id
untrust Untrust (remove) trust
repo Proof Repository - store of proofs
edit Edit README.md of the current Id, ...
fetch Fetch proofs from external sources
git Run raw git commands in the local proof repository
import Import proofs
publish Publish to remote repository
query Query proofs
update Update data from online sources (proof repositories, crates.io)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment