kataras / rizla

:eyes: Rizla builds, runs and monitors your Go Applications with ease. See https://github.com/kataras/iris-cli for Iris users.
MIT License
190 stars 17 forks source link

can not directly update iris when iris has new version #9

Closed motecshine closed 6 years ago

motecshine commented 6 years ago
[DBUG] 2017/10/01 11:59 Host: register startup notifier
[DBUG] 2017/10/01 11:59 Host: register server shutdown on interrupt(CTRL+C/CMD+C)
[DBUG] 2017/10/01 11:59 Host: server will ignore the following errors: []
Now listening on: http://localhost:8089
Application started. Press CMD+C to shut down.
[WARN] 2017/10/01 11:59 A new version is available online[8.4.4 > 8.4.3].
Release notes: https://github.com/kataras/iris/blob/master/HISTORY.md#su-01-october-2017--v844
Update now?[y/n]:
[INFO] 2017/10/01 11:59 Ignore updates? Disable version checker via:
app.Run(..., iris.WithoutVersionChecker)
kataras commented 6 years ago

Hello @motecshine , can you give more information please?

You mean by running rizla main.go or when go run main.go, if rizla main.go then the problem is that you're unable to use the os.Stdin inside it, we can fix it but I don't think that this is a priority right now.