fermyon / spin-dotnet-sdk

Apache License 2.0
43 stars 11 forks source link

`spin up --follow-all` no longer supported #52

Open richlander opened 1 year ago

richlander commented 1 year ago

This command is used in multiple SDK instructions. What's the guidance going forward?

https://github.com/fermyon/spin-dotnet-sdk#building-the-hello-world-sample https://github.com/fermyon/spin-js-sdk/tree/main/examples/javascript/hello_world#running-the-example

itowlson commented 1 year ago

Thanks for the spot. That pesky option seems to have got everywhere. The guidance going forward is to leave it out - it's now the default behaviour of Spin. I will update the docs!

jpshackelford commented 11 months ago

Another place it appears is README on Bartholomew template project.

$ spin up --follow-all
Serving HTTP on address http://127.0.0.1:3000
Available Routes:
  bartholomew: http://127.0.0.1:3000 (wildcard)
  fileserver: http://127.0.0.1:3000/static (wildcard)

Instead of this, I would recommend using:

$ spin watch --skip-build