Compare a newer bundle to a baselined bundle and provide versioning advice

Synopsis:

   baseline [options]  <[newer jar]> <[older jar]>

Options:

  • [ -a --all ] Show all, also unchanged
  • [ -d --diff ] Show any differences
  • [ -f --fixup <string> ] Output file with fixup info
  • [ -p --packages <string> ] Packages to baseline (comma delimited)
  • [ -q --quiet ] Be quiet, only report errors
  • [ -v --verbose ] On changed, list API changes
  • [ -w --workspace <string> ] Baseline all projects in the workspace at the given path



Examples

bnd baseline --diff newer.jar older.jar