baur icon indicating copy to clipboard operation
baur copied to clipboard

baur: add command to show why an application would be rebuild

Open fho opened this issue 5 years ago • 1 comments

Introduce a command that shows why an application needs to be rebuild, something like baur why <app>. The command should show the changed inputs that are causing the rebuild

fho avatar May 07 '20 16:05 fho

I'm not sure if it's worth to implement the command. The information can be shown via baur diff inputs, it could almost be an alias for baur diff inputs <app> <app>^ (https://github.com/simplesurance/baur/issues/120).

fho avatar Oct 08 '20 10:10 fho