apigear-io / cli

The ApiGear client as go project
https://apigear.io
MIT License
1 stars 1 forks source link

simulation live reloading #38

Open jryannel opened 1 year ago

jryannel commented 1 year ago

observe the simulation document and reload it

jryannel commented 1 year ago

For this we need to watch the loaded scenario document and re-load the document again on changes. I would expect we do this always and there is no option to disable it via the studio. For the cli we might add a --watch option to make it optional.

jryannel commented 1 year ago

See https://github.com/apigear-io/cli/pull/72