inviqa / harness-go

Inviqa harness project for Go applications.
4 stars 0 forks source link

Print out what is happening during ws recompile #215

Closed jameshalsall closed 2 years ago

jameshalsall commented 2 years ago

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