You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to add a flag to the faas-cli up command so that it can run continuously and re-build and deploy when files are changed.
For example faas-cli up --watch will build and deploy the functions in the stack.yaml and then continue watching for file change notifications and rebuild and deploy the stack when an event is seen.
Current Behaviour
faas-cli up is a one-off workflow right now.
Why do you need this?
Make the dev-loop shorter.
Context
This was discussed in the community call as a feature that we would like to have and it would be a test ground for also adding the watch behavior to the faas-cli local-run
The text was updated successfully, but these errors were encountered:
Expected Behaviour
We want to add a flag to the
faas-cli up
command so that it can run continuously and re-build and deploy when files are changed.For example
faas-cli up --watch
will build and deploy the functions in thestack.yaml
and then continue watching for file change notifications and rebuild and deploy the stack when an event is seen.Current Behaviour
faas-cli up
is a one-off workflow right now.Why do you need this?
Make the dev-loop shorter.
Context
This was discussed in the community call as a feature that we would like to have and it would be a test ground for also adding the watch behavior to the
faas-cli local-run
The text was updated successfully, but these errors were encountered: