Skip to content

v4.0.0 Better CLI arguments

Compare
Choose a tag to compare
@sorenlouv sorenlouv released this 22 Jun 07:09
· 472 commits to main since this release
  • change --own to --all: By default own commits are shown. By passing --all a list of all commits will be displayed
  • It is now possible to specify upstream with --upstream and branch with --branch. Eg. backport --upstream elastic/kibana --branch 6.x. If globally installed backport can now be used from any folder, and even for projects not cloned locally.
  • Deprecate projects field in global config (~/.backport/config.json)