It helps engineers understand what is happening during the recompile, as recently it came to light that sometimes people thought it was only restarting the app container and not actually doing a recompile. Sample output now looks like:
$ ws recompile
go mod download
go build -o /go/bin/app
[/my-project]:
■ > docker-compose restart app
Restarting my-project-app-1 ... done
It helps engineers understand what is happening during the recompile, as recently it came to light that sometimes people thought it was only restarting the app container and not actually doing a recompile. Sample output now looks like: