Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 671 Bytes

File metadata and controls

18 lines (13 loc) · 671 Bytes

Package Collection Diff

This command compares two package collections to determine if they are the same or different.

> swift run package-collection-diff --help
OVERVIEW: Compare two package collections to determine if they are the same or different.

USAGE: package-collection-diff <collection-one-path> <collection-two-path> [--verbose]

ARGUMENTS:
  <collection-one-path>   The path to the JSON document containing package collection #1 
  <collection-two-path>   The path to the JSON document containing package collection #2 

OPTIONS:
  -v, --verbose           Show extra logging for debugging purposes.
  -h, --help              Show help information.