stryker-net icon indicating copy to clipboard operation
stryker-net copied to clipboard

feat(baseline): Allow force creating fresh baseline

Open richardwerkman opened this issue 2 years ago • 3 comments

resolves #1560 resolves #2823 resolves #2847

  • [x] Add command for baseline
  • [x] Add sub command for baseline recreate
  • [x] Remove the --target option and replace with an extra argument for baseline command

The new commands now work as follows: dotnet stryker with-baseline main dotnet stryker with-baseline main recreate or dotnet stryker baseline main dotnet stryker baseline main recreate

richardwerkman avatar Aug 05 '22 16:08 richardwerkman