Skip to content

pacvamp aur review

  • Usage: pacvamp aur review [FLAGS] <PACKAGE>

Review an AUR package at its current commit

Fetches the package's git history and metadata, evaluates the policy findings against the last approved commit, and shows the PKGBUILD diff (or the whole PKGBUILD on a first review). Nothing is built.

Arguments

  • <PACKAGE> — The package name

Flags

  • --commit <COMMIT> — Review this commit instead of the current one
  • --no-diff — Do not print the PKGBUILD diff
  • --unattended — Evaluate as an unattended run would
  • -J --json — Print as JSON
  • --pager — Show the review and diff in a scrollable pager
  • -h --help — Print help

Released under the MIT License.