Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/docs/reference/git-pkgs_diff-file.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: "git-pkgs diff-file"
description: "Compare dependencies between two files"
description: "Compare dependencies and declared licenses between two files"
weight: 10
---

Compare dependencies between two files
Compare dependencies and declared licenses between two files

```
git-pkgs diff-file [from] [to] [flags]
Expand Down
1 change: 1 addition & 0 deletions content/docs/reference/git-pkgs_diff.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ git-pkgs diff [from..to] [flags]
-f, --format string Output format: text, json (default "text")
--from string Starting commit (default: HEAD)
-h, --help help for diff
--kind string Filter by manifest kind: manifest, lockfile
--stat Show aggregate dependency change counts
--summary Show aggregate dependency change counts
--to string Ending commit (default: working tree)
Expand Down