Command Reference
Command Reference
Generated reference for every git-pkgs command and flag.
- git-pkgs — Track package dependencies across git history
- git-pkgs add — Add a dependency
- git-pkgs bisect — Find the commit that introduced a dependency-related change
- git-pkgs bisect bad — Mark a commit as bad
- git-pkgs bisect good — Mark commits as good
- git-pkgs bisect log — Show the bisect log
- git-pkgs bisect reset — End the bisect session
- git-pkgs bisect run — Automate bisect with a command
- git-pkgs bisect skip — Skip commits that can't be tested
- git-pkgs bisect start — Start a bisect session
- git-pkgs blame — Show who added each dependency
- git-pkgs branch — Manage tracked branches
- git-pkgs branch add — Track a new branch
- git-pkgs branch list — List tracked branches
- git-pkgs branch remove — Stop tracking a branch
- git-pkgs browse — Open installed package source in editor
- git-pkgs changelog — Show changelog entries for a package
- git-pkgs completion — Generate shell completions
- git-pkgs diff — Compare dependencies between commits or working tree
- git-pkgs diff-driver — Git textconv driver for lockfile diffs
- git-pkgs diff-file — Compare dependencies between two files
- git-pkgs ecosystems — List supported ecosystems
- git-pkgs history — Show history of dependency changes
- git-pkgs hooks — Manage git hooks for automatic updates
- git-pkgs info — Show database information
- git-pkgs init — Initialize git-pkgs database for this repository
- git-pkgs install — Install dependencies from lockfile
- git-pkgs integrity — Show lockfile integrity hashes
- git-pkgs licenses — Show license information for dependencies
- git-pkgs list — List dependencies at a commit
- git-pkgs log — List commits with dependency changes
- git-pkgs notes — Manage notes on packages
- git-pkgs notes add — Add a note to a package
- git-pkgs notes append — Append to an existing note
- git-pkgs notes list — List all notes
- git-pkgs notes namespaces — List note namespaces
- git-pkgs notes remove — Remove a note
- git-pkgs notes show — Show a note for a package
- git-pkgs outdated — Find packages with newer versions available
- git-pkgs reindex — Update database with new commits
- git-pkgs remove — Remove a dependency
- git-pkgs resolve — Print parsed dependency graph from the local package manager
- git-pkgs sbom — Generate Software Bill of Materials
- git-pkgs schema — Display database schema
- git-pkgs search — Find dependencies matching a pattern
- git-pkgs show — Show dependency changes in a commit
- git-pkgs stale — Find stale dependencies
- git-pkgs stats — Show dependency statistics
- git-pkgs tree — Display dependencies as a tree
- git-pkgs update — Update dependencies
- git-pkgs upgrade — Upgrade database to latest schema version
- git-pkgs urls — Show registry URLs for a package
- git-pkgs vendor — Vendor dependencies into the project
- git-pkgs vulns — Vulnerability scanning commands
- git-pkgs vulns blame — Show who introduced current vulnerabilities
- git-pkgs vulns diff — Compare vulnerabilities between commits
- git-pkgs vulns exposure — Calculate vulnerability exposure time
- git-pkgs vulns history — Show vulnerability history for a package
- git-pkgs vulns log — Show commits that changed vulnerability state
- git-pkgs vulns praise — Show who fixed vulnerabilities
- git-pkgs vulns scan — Scan dependencies for vulnerabilities
- git-pkgs vulns show — Show details of a vulnerability
- git-pkgs vulns sync — Sync vulnerability data from OSV
- git-pkgs where — Find where a package is declared
- git-pkgs why — Show why a dependency was added