feat(watch): Add --prune option to docker-compose watch command

Signed-off-by: Suleiman Dibirov <idsulik@gmail.com>
This commit is contained in:
Suleiman Dibirov 2024-06-24 11:08:14 +03:00 committed by Nicolas De loof
parent da434013e3
commit 9549a213ba
4 changed files with 59 additions and 3 deletions

View file

@ -121,6 +121,7 @@ const WatchLogger = "#watch"
type WatchOptions struct {
Build *BuildOptions
LogTo LogConsumer
Prune bool
}
// BuildOptions group options of the Build API