syncweaver patch list

List the patch file records stored in the lockfile for a given tracked source path.

Usage

Usage: syncweaver patch list [OPTIONS]

  List tracked patch file records for a source path.

Options:
  --path PATH      Tracked source path in the host repository, e.g.
                   code/package1.  [required]
  --lockfile PATH  Path to .syncweaver-lock.json in the host repository.
                   [default: .syncweaver-lock.json]
  -h, --help       Show this message and exit.

Examples

# List patches for a tracked path
syncweaver patch list --path code/mypackage