baur
baur copied to clipboard
baur: add command to show why an application would be rebuild
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
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).